-
-
Notifications
You must be signed in to change notification settings - Fork 28
Support loose (invalid) JavaScript #267
Copy link
Copy link
Open
Labels
👋 phase/newPost is being triaged automaticallyPost is being triaged automatically🗄 area/interfaceThis affects the public interfaceThis affects the public interface🦋 type/enhancementThis is great to haveThis is great to have
Metadata
Metadata
Assignees
Labels
👋 phase/newPost is being triaged automaticallyPost is being triaged automatically🗄 area/interfaceThis affects the public interfaceThis affects the public interface🦋 type/enhancementThis is great to haveThis is great to have
Initial checklist
Problem
While typing, code is often invalid. Various IntelliSense features typically work on invalid code. TypeScript supports this, but acorn does not. Currently invalid syntax is caught, but IntelliSense doesn’t work. We need to find a way to deal with invalid syntax.
Solution
Needs investigation
Alternatives
🤷