alias-hq icon indicating copy to clipboard operation
alias-hq copied to clipboard

The end-to-end solution for configuring, refactoring, maintaining and using path aliases

Results 26 alias-hq issues
Sort by recently updated
recently updated
newest added

In my case I am importing a `TSconfig` for other stuff in the build script, and I don't see why I couldn't just pass the JSON directly to the loading,...

question

tsconfig.json ``` "baseUrl": "./src/js/" ... "handlebars": ["handlebars/runtime"], ``` output of `hq.get('webpack')` ``` handlebars: '/Users/nick.bolles/Code/repo/src/js/handlebars/runtime', ``` this should stay as ``` handlebars: 'handlebars/runtime', ``` it looks like setting the value to...

bug

👋 big fan of this package! Ran into a subtle issue in my (unconventional) repo structure. ## Problem Consider this highly simplified and somewhat contrived example: ``` . ├── README.md...

The following warnings are issued when I install a working project that uses [email protected] : ```bash npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm...

_Originally posted by @andidev in https://github.com/davestewart/alias-hq/issues/46#issuecomment-1108262620_ It looks like the solution for loading Alias HQ via a require flag in Node is causing issues when running scripts not in root...

bug

Right now, we can't import `alias-hq` in Jest tests, but it looks like the latest version of Jest will support this. See: - https://github.com/facebook/jest/issues/10883 - https://github.com/facebook/jest/releases/tag/v28.0.0-alpha.9 Should upgrade Jest once...

enhancement

I deployed a started app in order to test it with vercel serverless, but I get a not found module error so I assume alias-hq is not working with Vercel....

help wanted

I saw that I'm a few versions behind in my project, and am trying to figure out what changed in the last two patch releases, but the releases are not...

After adding typescript as a dependency in https://github.com/davestewart/alias-hq/pull/37, I found that updating alias-hq also updated the version of typescript being used in my project, which caused some failures since I...

## Background Because `tsconfig.json` supports `// comments` simply loading and then saving JSON to the file will replace the file's contents and so remove any comments: https://github.com/davestewart/alias-hq/blob/master/cli/utils/file.js#L20 ## Proposal Replace...

bug