martin

Results 45 comments of martin

@ljharb I did some changes and it seems to work for me (at least my test is working), but I have not your experience and broad vision. Does it makes...

@sokra Do you have some hint? It will be so much appreciated.

@alexander-akait Do you know how to fix this plugin to share the chunks? What is missing? https://github.com/microsoft/monaco-editor/blob/a5298e13bba5ab5d97ccef97c7b56df9cec489ce/webpack-plugin/src/plugins/AddWorkerEntryPointPlugin.ts#L40

Follow up discussion: https://github.com/webpack/webpack/discussions/15963

@hediet We bundle other webworkers without problem using the webpack v5 support `new Worker(new URL('./worker.js', import.meta.url));`. Then even if code has different targets (web and webworker) it works. It is...

> > It is all about Monaco plugin to upgrade to this webpack API. > > What do you suggest? We don't want a webpack lock-in though. As far as...

@NikolasRoger I needed for a demo the scanner working, therefore I changed by the following package (forked from this one) and compatible with the latest RN. See: [@woonivers/react-native-document-scanner](https://www.npmjs.com/package/@woonivers/react-native-document-scanner)

@Quramy Here the PR to enhance the support for Windows.

[PR](https://github.com/angelozerr/tslint-language-service/pull/78) is not passing CI. I do not understand why when the change is just "peerDependencies" and should impact only in the user's environment. Any hint?

> Has anyone been able to check this out? Might be that you are interested to replace this plugin with the newest: **typescript-tslint-plugin**.