var espree = require("espree"); // awesome-custom-parser.js exports.parseForESLint = function(code, options) { return { ast: espree.parse(code, options), ...
確定! 回上一頁