Update TypeScript exports to support moduleResolution bundler #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
moduleResolution: "bundler"is a recent setting added to TypeScript to support bundler setups. It's the setting you should probably be using when bundling code. With this setting TypeScript only searches for types in the exports field of thepackage.json.It requires the following change:
This is issue is relevent to multiple @lezer packages I'm using.
Should be handled by
339111b771