Menci
Menci
I'm working on a [plugin](https://github.com/Menci/vite-plugin-wasm) bringing [WebAssembly ESM integration](https://github.com/WebAssembly/esm-integration) to Vite, which is equivalent to Webpack's [asyncWebAssembly](https://webpack.js.org/configuration/experiments/#:~:text=Available%20options%3A-,asyncWebAssembly,-%3A%20Support%20the%20new). I need to emit the WASM file just like the internal `wasm` plugin...
It seems electron doesn't provide an API to access item added with `app.addRecentDocument()`.
If I was you, I'll use a wrapper in `` instead of making `` scrollable.
What's your URL? The URL should starts with `file://`.
Now I am working on the new version of Moeditor with React, which project I wrote `electron-titlebar` for. I expireced the same problem and Googled it. The solution is https://github.com/electron/electron/issues/5107#issuecomment-208619045....
How about changing the API to just pass `addLessLoader`'s `loaderOptions.cssLoader` down to `css-loader`, merging with the default options?
This is fixed in #278.
@caperso We should chain `babel-loader` with `worker-loader` to compile the scripts. So I created the rule based on the default `.tsx` loader's rule.
This tree-sitter extension works well on updating tree-sitter's tree: https://github.com/georgewfraser/vscode-tree-sitter/blob/26dbce4d3c8cf42f9b7894fbff14ca6f3d97b5b8/src/extension.ts#L106
I'm currently working on porting your highlighter from vscode to monaco-editor, in order to have fancy highlights in the web. I built a demo [here](https://codesandbox.io/s/lucid-tharp-kpd3c). I [used `tree.edit`](https://github.com/Menci/monaco-tree-sitter/blob/2f01276d09318399abdd8eb77df8e9229603bab3/src/index.ts#L53) and I...