debt - prefer lazy imports (#198668)

This commit is contained in:
Benjamin Pasero
2023-11-20 12:16:11 +01:00
committed by GitHub
parent be038181ca
commit 047cf79f5d
5 changed files with 16 additions and 11 deletions

View File

@@ -99,7 +99,6 @@
"native-watchdog": "^1.4.1",
"node-pty": "1.1.0-beta5",
"tas-client-umd": "0.1.8",
"util": "^0.12.4",
"v8-inspect-profiler": "^0.1.0",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
@@ -211,6 +210,7 @@
"tsec": "0.2.7",
"typescript": "^5.4.0-dev.20231116",
"typescript-formatter": "7.1.0",
"util": "^0.12.4",
"vscode-nls-dev": "^3.3.1",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
@@ -228,4 +228,4 @@
"optionalDependencies": {
"windows-foreground-love": "0.5.0"
}
}
}