You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i'm using the master branch, i have lots of syntax errors which have not using the released 2.4.8 version of YuiCompressor.
Does the syntax error rules have been updated between the 2.4.8 released version (published in public maven repository) and the master branch ?
org.mozilla.javascript.EvaluatorException: Compilation produced 43 syntax errors.
at com.yahoo.platform.yui.compressor.YUICompressor$1.runtimeError(YUICompressor.java:193)
at org.mozilla.javascript.Parser.parse(Parser.java:396)
at org.mozilla.javascript.Parser.parse(Parser.java:340)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:315)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java:540)
at com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:21)
The text was updated successfully, but these errors were encountered:
herau
changed the title
syntax errors rules between yuiCompressor 2.4.8 and master branch
rules for syntax errors between yuiCompressor 2.4.8 and master branch
Jan 19, 2016
When i'm using the master branch, i have lots of syntax errors which have not using the released 2.4.8 version of YuiCompressor.
Does the syntax error rules have been updated between the 2.4.8 released version (published in public maven repository) and the master branch ?
The text was updated successfully, but these errors were encountered: