Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New: Typescript 4.7+ compatibility #114

Closed

Conversation

vibhurajeev
Copy link

Typescript 4.7^ with mode resolution strategy set to nodenext, is confused about finding export = in d.ts file and complains about default import not being allowed (when imported as import Long from "long") as the heuristics used by typescript to guess seems to be inaccurate. Having export default would help fix this.

@zakarialounes
Copy link

Can't wait for this PR to be merged!

@reyawn
Copy link

reyawn commented Feb 13, 2023

Seems that this was removed as per 45f1f37 to fix issues with UMD, but the "fix" broke other things.

@dcodeIO
Copy link
Owner

dcodeIO commented Apr 16, 2023

Fixed in #121

@dcodeIO dcodeIO closed this Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants