Temporarily disable JSX parser.

This commit is contained in:
Ingvar Stepanyan 2014-11-19 18:54:15 +02:00
parent 46c95f5aee
commit 29c028acf9

View File

@ -50,7 +50,7 @@
config: {
parse: (typeof require === "undefined" ? window.acorn : require("../acorn.js")).parse
}
},
}/*,
Loose: {
config: {
parse: (typeof require === "undefined" ? window.acorn : require("../acorn_loose")).parse_dammit,
@ -62,7 +62,7 @@
return (opts.ecmaVersion || 5) <= 6;
}
}
}
}*/
};
function report(state, code, message) {