Support loose (invalid) JavaScript #267
Labels
🗄 area/interface
This affects the public interface
👋 phase/new
Post is being triaged automatically
🦋 type/enhancement
This 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
🤷
The text was updated successfully, but these errors were encountered: