We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release of monaco-editor-core (0.19.0) has broken typescript types. monaco-editor package appears to be fine.
monaco-editor-core
monaco-editor
Steps to reproduce:
mkdir monaco-test cd monaco-test yarn init -yp yarn add typescript monaco-editor-core yarn tsc --init echo "import 'monaco-editor-core';" > a.ts yarn tsc --noEmit # see type errors
monaco-editor-core version: 0.19.0 Browser: irrelevant OS: irrelevant
The text was updated successfully, but these errors were encountered:
Didn't see any error with 0.18.x
Sorry, something went wrong.
microsoft/vscode@f3f7bc5
Fixes #1729: Fix running the build on Windows (files with \r\n)
38b4e2e
Fixes microsoft/monaco-editor#1729: Fix running the build on Windows …
6e8c7d2
…(files with \r\n)
alexdima
No branches or pull requests
New release of
monaco-editor-core
(0.19.0) has broken typescript types.monaco-editor
package appears to be fine.Steps to reproduce:
monaco-editor-core version: 0.19.0
Browser: irrelevant
OS: irrelevant
The text was updated successfully, but these errors were encountered: