mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
CODEBASE: Update dev dependencies (#2246)
This commit is contained in:
Vendored
-18
@@ -22,24 +22,6 @@ declare interface Document {
|
||||
}
|
||||
|
||||
declare global {
|
||||
/**
|
||||
* We use Babel Parser. It's one of many internal packages of babel-standalone, and those packages are not exposed in
|
||||
* the declaration file.
|
||||
* Ref: https://babeljs.io/docs/babel-standalone#internal-packages
|
||||
*/
|
||||
declare module "@babel/standalone" {
|
||||
export const packages: {
|
||||
parser: {
|
||||
parse: (
|
||||
code: string,
|
||||
option: any,
|
||||
) => {
|
||||
program: import("../utils/ScriptTransformer").BabelASTProgram;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* "loader" is not exposed in the public API.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user