-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current binding parser currently uses acorn and will fail if the binding doesn't have valid object syntax.
The below example will make the parser crash because it expected the property "text" to have a value.
<div data-bind="text: "></div>
This will cause the analyzer and other language features not working while writing code, and the analyzer not to spit out any other errors than parsing errors if a single binding is broken.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request