-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Nightlies broken #11
Comments
Something using nightly TS hasn't been updated to the new LS module resolver API shapes. We really should add an assertion saying it's a problem with something consuming TS. |
Hah, is it because I was leaving that both monaco and typescript made breaking changes in this release to make all this infra look fragile :P Sounds like updating monaco-editor to 4.6 is probably the next step then. The tricky bit for me here is that the prod build builds and I'd update them to stable. But then, I don't easily have a way to provide the separate version of the APIs inside monaco depending on the version - got any ideas? |
Looks like @andrewbranch fixed it with andrewbranch/monaco-editor@36fb92b |
I wonder if
npm install --save "typescript@next" --force
is not actually updating the typescript version - or something was merged 14 days ago (feb 15th) - because this is failing inside TypeScriptProd builds aren't affected - could be nodenext-y path stuff? @weswigham does this look suspicious WRT microsoft/TypeScript@67172e4
The text was updated successfully, but these errors were encountered: