Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 27, 2023
1 parent 8050e52 commit b9c59e8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion packages/typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function create(): Service<Provide> {

const ts = modules.typescript;
const sys = createSys(ts, context.env);
const languageServiceHost = createLanguageServiceHost(context, ts, sys, context.env);
const languageServiceHost = createLanguageServiceHost(context, ts, sys);
const created = tsFaster.createLanguageService(
ts,
sys,
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9c59e8

Please sign in to comment.