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

Deprecation warnings in dependencies such as litz - add ES module support for Nim 1.x #1

Open
kristianmandrup opened this issue Feb 9, 2020 · 1 comment

Comments

@kristianmandrup
Copy link

Hi,

Been very interested in trying to achieve ES module support with Nim. Found this effort through a Nim forum thread

Just added this Nim issue on the topic as well

I cloned the nes repo and ran a nimble install

/private/var/folders/gy/_6733lds2dg8m3_fg0z_yvw40000gn/T/nimble_15271/githubcom_zacharycarterlitzgit/src/litzpkg/tagdef.nim(52, 33) Warning: Deprecated since v0.20, use 'toHashSet'; toSet is deprecated [Deprecated]

Loads of deprecation warnings for the litz package (since 0.20). Let's see if we can fix these so we can add proper ES module support for Nim 1.0

@kristianmandrup
Copy link
Author

I have started extracting ES 2015 class support and Custom Elements into separate repos

You mentioned that you've also managed to achieve ES module support for Nim?

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

No branches or pull requests

1 participant