mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 04:38:21 +02:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
16
node_modules/@babel/parser/bin/babel-parser.js
generated
vendored
16
node_modules/@babel/parser/bin/babel-parser.js
generated
vendored
|
@ -1,16 +0,0 @@
|
|||
#!/usr/bin/env node
|
||||
/* eslint no-var: 0 */
|
||||
|
||||
var parser = require("..");
|
||||
var fs = require("fs");
|
||||
|
||||
var filename = process.argv[2];
|
||||
if (!filename) {
|
||||
console.error("no filename specified");
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
var file = fs.readFileSync(filename, "utf8");
|
||||
var ast = parser.parse(file);
|
||||
|
||||
console.log(JSON.stringify(ast, null, " "));
|
Loading…
Add table
Add a link
Reference in a new issue