Skip to content
#

closure-compiler

Here are 61 public repositories matching this topic...

skatsman
skatsman commented Jul 14, 2020

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. Ch

Improve this page

Add a description, image, and links to the closure-compiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the closure-compiler topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.