mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-24 14:41:11 +00:00
committed by
GitHub
parent
20d2b4f98d
commit
e4f3964f67
10
node_modules/@babel/core/lib/parse.js
generated
vendored
10
node_modules/@babel/core/lib/parse.js
generated
vendored
@ -37,7 +37,12 @@ const parse = function parse(code, opts, callback) {
|
||||
opts = undefined;
|
||||
}
|
||||
|
||||
if (callback === undefined) return parseRunner.sync(code, opts);
|
||||
if (callback === undefined) {
|
||||
{
|
||||
return parseRunner.sync(code, opts);
|
||||
}
|
||||
}
|
||||
|
||||
parseRunner.errback(code, opts, callback);
|
||||
};
|
||||
|
||||
@ -45,4 +50,5 @@ exports.parse = parse;
|
||||
const parseSync = parseRunner.sync;
|
||||
exports.parseSync = parseSync;
|
||||
const parseAsync = parseRunner.async;
|
||||
exports.parseAsync = parseAsync;
|
||||
exports.parseAsync = parseAsync;
|
||||
0 && 0;
|
Reference in New Issue
Block a user