refactor(core): zero circulars + esm ready (#10770)

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Nathan Walker
2025-09-18 17:03:23 -07:00
committed by GitHub
gitea-unlock(16/)
parent 1e54baf198
commit c2ff8c1ae7
octicon-diff(16/tw-mr-1) 306 changed files with 9136 additions and 9889 deletions

2
packages/webpack5/src/configuration/typescript.ts
View File

@@ -13,7 +13,7 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
const virtualEntryPath = path.resolve(
__dirname,
// Note: this is possible if needed
// at moment it's not but just leaving as note for futre
// at moment it's not but just leaving as note for future
// `../stubs/virtual-entry-typescript.${env.commonjs ? 'js' : 'mjs'}`,
`../stubs/virtual-entry-typescript.js`,
);