Skip to content

Commit

Permalink
Update flast and flatten imports (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBaryoPX authored Oct 17, 2024
1 parent 2463460 commit a071ed1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"husky": "^9.1.6"
},
"dependencies": {
"flast": "^2.0.0"
"flast": "^2.0.2"
}
}
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {generateFlatAST, utils} from 'flast';
import {generateFlatAST, logger} from 'flast';
import * as detectors from './detectors/index.js';
const {logger} = utils;

/**
* @param {string} code
Expand Down

0 comments on commit a071ed1

Please sign in to comment.