Skip to content

Commit a3dee73

Browse files
authored
Move Core into compiler repo (#7108)
* Add Core sources * Remove @rescript/core from playground bundle * Move ocaml compat modules into tests * Remove Core__ prefix from file names * Remove Core__ prefix from module names * make artifacts * __ -> _ * Fix tests * Add Array.unsafe_get for compatibility * CHANGELOG * Improve cleaning in runtime build script * Js_exn -> Exn * Move Core Global into Pervasives
1 parent d924f63 commit a3dee73

File tree

275 files changed

+25568
-7107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+25568
-7107
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
- Use FORCE_COLOR environmental variable to force colorized output https://github.com/rescript-lang/rescript-compiler/pull/7033
2424
- Allow spreads of variants in patterns (`| ...someVariant as v => `) when the variant spread is a subtype of the variant matched on. https://github.com/rescript-lang/rescript-compiler/pull/6721
2525
- Fix the issue where dynamic imports are not working for function-defined externals. https://github.com/rescript-lang/rescript-compiler/pull/7060
26-
- Allow pattern matching on dicts. `switch someDict { | dict{"one": 1} => Js.log("one is one") }` https://github.com/rescript-lang/rescript-compiler/pull/7059
26+
- Allow pattern matching on dicts. `switch someDict { | dict{"one": 1} => Js.log("one is one") }`. https://github.com/rescript-lang/rescript-compiler/pull/7059
27+
- "ReScript Core" standard library is now included in the `rescript` npm package. https://github.com/rescript-lang/rescript-compiler/pull/7108
2728

2829
#### :bug: Bug fix
2930

0 commit comments

Comments
 (0)