-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
P3good first issueRelatively easy, but low priority bugsRelatively easy, but low priority bugshelp wanted
Description
There seems to be an issue with parsing composite character sequences.
Composite character İ
consist of the base character and combining character sequence (U+0049)(U+0307)
Using this character causing the compiler to fail with the parser error.
Example code
var bar = {
İ: "foo"
};
Compiler error
input0:2: ERROR - [JSC_PARSE_ERROR] Parse error. Character '̇' (U+0307) is not a valid identifier start char
2| İ: "foo"
^
1 error(s), 0 warning(s)
Demo
brandonstubbs, p-himik, nenadalm, smogg, taehee-kim-sherpas and 1 moreWIZARDELF and taehee-kim-sherpas
Metadata
Metadata
Assignees
Labels
P3good first issueRelatively easy, but low priority bugsRelatively easy, but low priority bugshelp wanted