-
Notifications
You must be signed in to change notification settings - Fork 471
@rescript/runtime
package
#7796
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # cli/common/bsb.js
893b57d
to
fb158d9
Compare
9a5d72b
to
4d7b90d
Compare
rescript
@rescript/darwin-arm64
@rescript/darwin-x64
@rescript/linux-arm64
@rescript/linux-x64
@rescript/runtime
@rescript/win32-x64
commit: |
4d7b90d
to
78b6bfe
Compare
12150c9
to
b9f8e3f
Compare
So, how would this work? I install rescript, and I was expecting a |
Yes, it's installed automatically as a dependency of the
No, it is precompiled like it was before, nothing changed there. Only the artifacts (lib/ocaml, lib/es6, lib/js) are moved from the
|
I see, this is more of a first step in a larger plan. |
This builds on @cometkim's work in #7483 to extract the runtime files from the main
rescript
package into a new package@rescript/runtime
, resolving a part of #6183.Removal of
@rescript/std
shall be done in a separate PR.