Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(compiler): remove
createProgram
for isolatedModules: true
to…
… boost startup speed (#1941) Since `transpile` API is used for `isolatedModules: true`, `createProgram` does not do anything with it. Therefore we can remove it
- Loading branch information