mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Fixes #2838: document breakage of parcel v1
This commit is contained in:
parent
6389400e10
commit
844b726ea2
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
||||||
- streaming hover results in case of multiple hover providers
|
- streaming hover results in case of multiple hover providers
|
||||||
- fixes multiple IME issues
|
- fixes multiple IME issues
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
- the generated code is now bundled with ESBuild and the generated code makes use of newer browser features, e.g. [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining). These features should be available in all browsers, but they might not be parsed correctly by older JS parsers, specifically parcel v1 might have problems parsing the JS.
|
||||||
|
|
||||||
### Thank you
|
### Thank you
|
||||||
|
|
||||||
- [@activeguild (j1ngzoue)](https://github.com/activeguild): Add 'browser-ems-vite-react' sample [PR #2767](https://github.com/microsoft/monaco-editor/pull/2767)
|
- [@activeguild (j1ngzoue)](https://github.com/activeguild): Add 'browser-ems-vite-react' sample [PR #2767](https://github.com/microsoft/monaco-editor/pull/2767)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue