Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-michelet committed Apr 12, 2024
1 parent 2274288 commit 037cefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import { Statement } from "meriyah/dist/src/estree.js";

export {
AstAnalyser,
AstAnalyserOptions,
EntryFilesAnalyser,
EntryFilesAnalyserOptions,
SourceParser,
runASTAnalysis,
runASTAnalysisOnFile,

AstAnalyserOptions,
EntryFilesAnalyserOptions,
RuntimeOptions,
RuntimeFileOptions,

Expand Down

0 comments on commit 037cefc

Please sign in to comment.