forked from kevin.shehu/GGD
NEW : REBASE THE ENTIRE WORKING PROJECT
This commit is contained in:
7
node_modules/prettier-plugin-java/dist/parser.js
generated
vendored
Normal file
7
node_modules/prettier-plugin-java/dist/parser.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
var javaParser = require("java-parser");
|
||||
function parse(text, parsers, opts) {
|
||||
var cst = javaParser.parse(text, opts.entrypoint);
|
||||
return cst;
|
||||
}
|
||||
module.exports = parse;
|
||||
Reference in New Issue
Block a user