chore(vscode): update to 1.53.2
These conflicts will be resolved in the following commits. We do it this way so that PR review is possible.
This commit is contained in:
1
lib/vscode/src/typings/require.d.ts
vendored
1
lib/vscode/src/typings/require.d.ts
vendored
@ -50,6 +50,7 @@ interface NodeRequire {
|
||||
onError: Function;
|
||||
__$__nodeRequire<T>(moduleName: string): T;
|
||||
getStats(): ReadonlyArray<LoaderEvent>;
|
||||
hasDependencyCycle(): boolean;
|
||||
define(amdModuleId: string, dependencies: string[], callback: (...args: any[]) => any): any;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user