Skip to content

Commit

Permalink
Merge pull request #823 from simllll/simllll-patch-1
Browse files Browse the repository at this point in the history
fix: typescript parser add importAssertions
  • Loading branch information
rumpl committed Aug 21, 2023
2 parents 6c8f1b8 + 35c91a1 commit d95770e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/typescript.js
Expand Up @@ -33,6 +33,7 @@ export default async function parseTypescript(filename) {
'optionalChaining',
['pipelineOperator', { proposal: 'minimal' }],
'throwExpressions',
'importAssertions',
],
});
}

0 comments on commit d95770e

Please sign in to comment.