issues Search Results · repo:benyap/resolve-tspaths language:TypeScript
Filter by
32 results
(63 ms)32 results
inbenyap/resolve-tspaths (press backspace or delete to remove)Considering this example
const test = {
timezones: () = import( @/timezones.json , { assert: { type: json } }).then((module) = module.default),
test: () = import( ../../timezones.json )
}; ...
stale
zaalbarxx
- 3
- Opened on Nov 12, 2024
- #359
Hi there! Thank you for maintaining this library. My colleagues and I recently stumbled onto a bug that left us
scratching our heads for a while, until we figured out the specific reason our build process ...
bug
tee-yankov
- 6
- Opened on Aug 9, 2024
- #347
Pass the following file through resolve-tspaths and observe. The import line does not get changed.
import {
multi,
line,
} from ~/multiline ;
const m = {
multi,
line,
};
samchouse
- 8
- Opened on Jul 27, 2024
- #346
IT might be good if resolve-tspaths continue resolving the paths
evgen-kent
- 3
- Opened on Jul 8, 2024
- #345
This is similar to #311.
Steps to Reproduce
To reproduce, build this commit of gristlabs/grist-electron. Make sure to use Node.js version 18.
git clone https://github.com/gristlabs/grist-electron
cd ...
bug
SleepyLeslie
- 1
- Opened on May 17, 2024
- #336
Hi, we re migrating our codebase from Node 18 to 20 and one of the challenges is that Node 20 needs explicit import
specifiers. I m shopping around for a build step that resolves all paths to their explicit ...
stale
smartinio
- 4
- Opened on Feb 16, 2024
- #334
I have the following tsconfig:
{
compilerOptions : {
target : ES6 ,
module : ESNext ,
lib : [ ES6 ],
moduleResolution : Node ,
rootDir : ./src ,
baseUrl : ./ ,
...
stale
samislam
- 3
- Opened on Dec 22, 2023
- #333
When reexporting a style sheet from a typescript file, with a file extension of .scss?inline, running resolve-tspaths
does not update the dynamic imports in the relevant type definition file.
import SelectField ...
stale
lukemovement
- 3
- Opened on Nov 8, 2023
- #323
Hello!
Just to let you know that I randomly tried your utility (according to your readme, it should serve as a replacement for
tsc-alias), and unfortunately it didn t work (build : tsc resolve-tspaths ...
stale
nikitaeverywhere
- 2
- Opened on Oct 24, 2023
- #320
I am using yarn workspaces for my project and some of my one of my workspaces imports from other work workspaces outside
its root directory.
the relevant parts of my tsconfig look like this:
outDir ...
kyle-belle
- 3
- Opened on Oct 15, 2023
- #315

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.