Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Dec 5, 2023
1 parent 04a42c5 commit 5fd11ce
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"devDependencies": {
"@gplane/tsconfig": "^6.1.0",
"@swc/core": "^1.3.99",
"@types/node": "^20.10.3",
"dprint": "^0.43.0",
"typescript": "^5.3.2",
"vite": "^5.0.5",
Expand Down
31 changes: 23 additions & 8 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions wasm.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Options, transform } from '@swc/core'
import * as path from 'path'
import * as url from 'url'
import * as path from 'node:path'
import * as url from 'node:url'
import { expect, test } from 'vitest'

const options: Options = {
Expand Down

0 comments on commit 5fd11ce

Please sign in to comment.