first commit
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
@license
|
||||
Rollup.js v4.55.2
|
||||
Mon, 19 Jan 2026 10:12:51 GMT - commit bd293ba3739e20b00a520e2a77acbb2377c76732
|
||||
|
||||
https://github.com/rollup/rollup
|
||||
|
||||
Released under the MIT License.
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
|
||||
require('./native.js');
|
||||
const parseAst_js = require('./shared/parseAst.js');
|
||||
require('node:path');
|
||||
|
||||
|
||||
|
||||
exports.parseAst = parseAst_js.parseAst;
|
||||
exports.parseAstAsync = parseAst_js.parseAstAsync;
|
||||
//# sourceMappingURL=parseAst.js.map
|
||||
Reference in New Issue
Block a user