Skip to content

Commit

Permalink
fix astring
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored Apr 8, 2021
1 parent e3d387d commit ac5d107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/recma-stringify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore baseGenerator is not yet exported by astring typings
import {baseGenerator, generate} from 'astring'
import {baseGenerator, generate} from 'astring/import'
import {stringifyEntitiesLight} from 'stringify-entities'

/**
Expand Down

0 comments on commit ac5d107

Please sign in to comment.