CODEBASE: Update dev dependencies (#2246)

This commit is contained in:
catloversg
2025-07-18 04:21:03 +07:00
committed by GitHub
parent 64ae5eb40c
commit b8398ba4c1
5 changed files with 3467 additions and 3785 deletions
-18
View File
@@ -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.
*/