Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 9, 2024
1 parent 3ffaf41 commit d193490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/twoslash-cdn/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { TwoslashExecuteOptions, TwoslashFunction, TwoslashOptions, TwoslashReturn } from 'twoslash'
import { createTwoslasher } from 'twoslash'
import * as ts from 'typescript/lib/tsserverlibrary.js'
import ts from 'typescript'
import { createDefaultMapFromCDN } from '@typescript/vfs'
import { setupTypeAcquisition } from '@typescript/ata'

Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash/test/new.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, it } from 'vitest'
import * as ts from 'typescript/lib/tsserverlibrary.js'
import ts from 'typescript'
import { splitFiles } from '../src/utils'
import type { TwoslashReturn } from '../src/types'
import { twoslasher } from '../src'
Expand Down

0 comments on commit d193490

Please sign in to comment.