We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Started looking at this with @caridy. Create the following two files and run shifter.
shifter
build.json
{ "name": "debug", "builds": { "module": { "jsfiles": [ "./js/debug.js" ] } } }
js/debug.js
YUI.add('debug', function (Y, NAME) { function Debugger() { } Debugger.prototype = { debug: function () { // using Y.log's warn level if (true) { } else { } } } });
It errors out with the following:
shifter [err] compression failed Unexpected token punc, expected punc // line 9, pos 15
Remove or modify the comment and it's successful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Started looking at this with @caridy. Create the following two files and run
shifter
.build.json
js/debug.js
It errors out with the following:
Remove or modify the comment and it's successful.
The text was updated successfully, but these errors were encountered: