Skip to content

Commit

Permalink
feat(import): change interface getFileImportInfoMap
Browse files Browse the repository at this point in the history
- change sourceFilePath type: string to Map<string, boolean>
  • Loading branch information
imjuni committed Mar 7, 2024
1 parent 1ff9918 commit dc33639
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 301 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-v8": "^1.3.1",
"cross-env": "^7.0.3",
"ctix": "^2.4.0",
"deps-diff": "^1.0.2",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
Expand All @@ -86,7 +86,7 @@
"prettier-plugin-organize-imports": "^3.2.4",
"read-pkg": "^5.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
Expand All @@ -96,8 +96,8 @@
},
"dependencies": {
"ts-morph": "^21.0.1",
"type-fest": "^4.10.3",
"typescript": "^5.3.3"
"type-fest": "^4.11.1",
"typescript": "^5.4.2"
},
"overrides": {
"eslint-config-airbnb-typescript": {
Expand Down

0 comments on commit dc33639

Please sign in to comment.