Make the package work with moduleResolution: bundler #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
It would be great to support projects that use moduleResolution: "bundler" in tsconfig.json, similar to other packages (e.g., @lezer/rust).
Seems this package somehow got missed when I fixed this in the other parser packages. I don't think your patch will solve it though—TypeScript actually insists on there being a .d.cts file that matches the .cjs one. Attached patch adds this.
Pull request closed