-
-
Notifications
You must be signed in to change notification settings - Fork 8k
CJS -> ESM migration :: Ready #12619
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
Conversation
python/package.json
Outdated
@@ -12,20 +24,20 @@ | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/ccxt/ccxt.git" | |||
"url": "https://github.com/carlosmiei/ccxt/tree/esm-migration" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change this lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frosty00 ofc 😅 I changed it because I needed to publish it to be consumed by ccxt.pro
https://www.npmjs.com/package/ccxt-esm
Will this ever be merged? :D |
@carlosmiei Thanks for clarifying this. |
PR that aims to migrate the current module system (CommonJS) to esm, due to the added benefits of this system (security, tree shaking, ...)
MIgrated components:
Not migrated:
To do: