slint/tools/online_editor
Simon Hausmann fb2f4d7508 Speed up the online editor loading
Split the monaco editor out into a separate JS bundle, which we can load in parallel with the wasm interpreter.
Previously we'd load a 2.x mb app.bundle.js and *then* the wasm interpreter.
2020-11-11 12:21:57 +01:00
..
.gitignore Ignore the generated pkg/ directory 2020-10-12 11:26:15 +02:00
highlighting.ts Update the online editor syntax highlighting to take in account dashes in identifiers 2020-11-09 15:07:42 +01:00
index.html Make the permalink visible again 2020-11-02 11:04:47 +01:00
index.ts Speed up the online editor loading 2020-11-11 12:21:57 +01:00
package.json Add support for viewing the contents of other tabs in the online editor 2020-11-03 10:02:11 +01:00
tsconfig.json Add support for viewing the contents of other tabs in the online editor 2020-11-03 10:02:11 +01:00
webpack.common.js Online editor don't ship with support for other languages 2020-10-09 12:48:56 +02:00
webpack.dev.js Separate release and dev builds of the online editor 2020-10-05 16:45:29 +02:00
webpack.prod.js Separate release and dev builds of the online editor 2020-10-05 16:45:29 +02:00