Skip to content

Commit

Permalink
fix(vuedx#147): update import to support node > 12
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Jan 8, 2021
1 parent e5e333f commit 9e18fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typecheck/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import chalk from 'chalk'
import FS from 'fs'
import FSP from 'fs/promises'
import { promises as FSP } from 'fs';
// @ts-expect-error
import parseArgs from 'minimist'
import Path from 'path'
Expand Down

0 comments on commit 9e18fcf

Please sign in to comment.