Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
24
node_modules/tsconfig-paths/src/index.ts
generated
vendored
Normal file
24
node_modules/tsconfig-paths/src/index.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
// register is used from register.js in root dir
|
||||
export {
|
||||
createMatchPath,
|
||||
matchFromAbsolutePaths,
|
||||
MatchPath,
|
||||
} from "./match-path-sync";
|
||||
export {
|
||||
createMatchPathAsync,
|
||||
matchFromAbsolutePathsAsync,
|
||||
MatchPathAsync,
|
||||
} from "./match-path-async";
|
||||
export { register } from "./register";
|
||||
export {
|
||||
loadConfig,
|
||||
ConfigLoaderResult,
|
||||
ConfigLoaderSuccessResult,
|
||||
ConfigLoaderFailResult,
|
||||
} from "./config-loader";
|
||||
export {
|
||||
ReadJsonSync,
|
||||
ReadJsonAsync,
|
||||
FileExistsSync,
|
||||
FileExistsAsync,
|
||||
} from "./filesystem";
|
||||
Loading…
Add table
Add a link
Reference in a new issue