Skip to content

Commit

Permalink
chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Sep 20, 2023
1 parent 9bf4c4c commit 08ea568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/typescript/modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export async function resolveModules(
Object.keys(delDeps).length === 0
&& Object.keys(addDeps).length === 0
) return
// TODO abstract special vfs register
monaco.languages.typescript.typescriptDefaults
.setExtraLibs(extraLibs
.reduce((acc, [filePath, content]) => {
Expand Down

0 comments on commit 08ea568

Please sign in to comment.