Closed shaqtsui closed 10 years ago
It raise cpationed error when parse below code:
function isUseStrict(stmt) { return options.ecmaVersion >= 5 && stmt.type === "ExpressionStatement" && stmt.expression.type === "Literal" && stmt.expression.value === "use strict";
}
Seems there is a bug on parsing "use strict"
This task just passes your options to the RequireJS compiler. It has nothing to do with the output.
It raise cpationed error when parse below code:
}
Seems there is a bug on parsing "use strict"