BREAKING CHANGE(core): switched to ES syntax and added support for interactivity

This commit is contained in:
2023-06-22 11:51:44 +02:00
parent 730a4a05a4
commit e4e08910c7
13 changed files with 4587 additions and 26822 deletions

View File

@@ -1,2 +1,2 @@
export * from './smartshell.classes.smartshell';
export { which } from './smartshell.plugins';
export * from './smartshell.classes.smartshell.js';
export { which } from './smartshell.plugins.js';