You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ch-code-editor control
A Web Component based on the Monaco editor. We use Vite to prebundle the Monaco's chunks to avoid issues with StencilJS' rollup configuration.
* Add "type": "module" to compile JS to .js extension instead of .mjs
This is required by Vite plugin
* Update package-lock.json
* Update showcase
* Create readme.md
* Update components.d.ts
* Update .gitignore
* Update .eslintrc.js
* Add "vite build" in package.json scripts
With this change, we ensure that the library will work with the Monaco editor by default
* Add scripts for lighter builds
These scripts are intended to be used after the creation of the Monaco editor chunks
* Fix order
* Improve types and bundle size
* Fix initial value not working
* Remove unused styles
* Fix implementation of code diffing
* Add missing Watch
* Improve readme
* Migrate ESLint to CJS and disable local plugin as a WA to re-enable ESLint
* Remove console.log
0 commit comments