Skip to content
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

Import statement throws error #1952

Closed
murisceman opened this issue May 1, 2020 · 1 comment
Closed

Import statement throws error #1952

murisceman opened this issue May 1, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug typescript
Milestone

Comments

@murisceman
Copy link

murisceman commented May 1, 2020

monaco-editor version: 0.20.0
Browser: Chrome 81
OS: macOS 10.15.4
Playground code that reproduces the issue:

import * as jQuery from "jquery";

Throws Uncaught Error: Cannot read property 'kind' of undefined when the cursor is positioned at the end of the line.

@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug typescript upstream labels Sep 18, 2020
@alexdima alexdima self-assigned this Sep 18, 2020
@alexdima alexdima added this to the August 2020 milestone Sep 18, 2020
@alexdima
Copy link
Member

alexdima commented Sep 18, 2020

Duplicate of #1638, because this is also fixed by microsoft/monaco-typescript@0ac03ae

@alexdima alexdima removed the upstream label Sep 18, 2020
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug typescript
Projects
None yet
Development

No branches or pull requests

2 participants