Skip to content

Commit

Permalink
fix(typescript): use Proxy instead of modifying LanguageService insta…
Browse files Browse the repository at this point in the history
…nce (#216)
  • Loading branch information
johnsoncodehk authored Jun 29, 2024
1 parent 40445aa commit 45b6625
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 124 deletions.
2 changes: 1 addition & 1 deletion packages/typescript/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './lib/common';
export * from './lib/node/decorateLanguageService';
export * from './lib/node/proxyLanguageService';
export * from './lib/node/decorateLanguageServiceHost';
export * from './lib/node/decorateProgram';
export * from './lib/node/proxyCreateProgram';
Expand Down
Loading

0 comments on commit 45b6625

Please sign in to comment.