1.1.0 • Published 1 year ago

kotlin-ace-loader v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

For full readme, see repository home.

This is just a small utility webpack loader designed to resolve Ace classes in the web and web-worker context.

On web, it resolves the classes using the Ace-builds dependency. For web workers, it assumes the kotlin-ace-worker module is present. It then uses the bundled class-loader.js to init all Ace classes. Once the class-loader.js is loaded, Ace classes can be loaded as in other Ace web workers.

Note that we don't have dependency on ace-builds or kotlin-ace-worker because these depend on the final runtime environment.