alias-hq
alias-hq copied to clipboard
The end-to-end solution for configuring, refactoring, maintaining and using path aliases
Thank you for your work on your package. I am working with the Quasar framework and we found out that some dependencies should be updated. Could you possibly publish an...
Is there a compatible get for swc ?
Thank you for your work on your package. I am working with the Quasar framework and we found out that some dependencies should be updated. Could you possibly publish an...
Correctly handle configs using [fallbacks](https://www.typescriptlang.org/docs/handbook/modules/reference.html#fallbacks) like ```json "paths": { "Types/*": ["../shared/src/types/*", "./src/types/*"], } ``` when the `format: 'array'` option is set in the `'webpack'` and `'babel'` plugins. Closes #79.
C:\MyDevProjects\MyLinguistics\Sanskritist.Print\lit-bindery>"./node_modules/.bin/alias-hq" == Alias HQ == -- Main Menu -- C:\MyDevProjects\MyLinguistics\Sanskritist.Print\lit-bindery\node_modules\alias-hq\cli\index.js:60 .prompt({ ^ TypeError: inquirer.prompt is not a function at index (C:\MyDevProjects\MyLinguistics\Sanskritist.Print\lit-bindery\node_modules\alias-hq\cli\index.js:60:6) at Object. (C:\MyDevProjects\MyLinguistics\Sanskritist.Print\lit-bindery\node_modules\alias-hq\cli\index.js:99:1) at Module._compile (node:internal/modules/cjs/loader:1546:14) at Module._extensions..js (node:internal/modules/cjs/loader:1691:10)...
As per the typescript [docs](https://www.typescriptlang.org/docs/handbook/modules/reference.html#fallbacks), one can specify multiple mappings which are tried in turn such as ```json "paths": { "Types/*": ["../shared/src/types/*", "./src/types/*"], } ``` Unfortunately, `alias-hq` outputs ```js //...