Skip to content

Remove js_cast.res #7075

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- OCaml compatibility in the stdlib and primitives are dropped/deprecated. https://github.com/rescript-lang/rescript-compiler/pull/6984
- Remove the JSX v3. https://github.com/rescript-lang/rescript-compiler/pull/7072
- Remove js_cast.res. https://github.com/rescript-lang/rescript-compiler/pull/7075

#### :rocket: New Feature

Expand Down
1 change: 0 additions & 1 deletion lib/es6/js_cast.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/js/js_cast.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/artifacts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ lib/es6/js_array.js
lib/es6/js_array2.js
lib/es6/js_bigint.js
lib/es6/js_blob.js
lib/es6/js_cast.js
lib/es6/js_console.js
lib/es6/js_date.js
lib/es6/js_dict.js
Expand Down Expand Up @@ -200,7 +199,6 @@ lib/js/js_array.js
lib/js/js_array2.js
lib/js/js_bigint.js
lib/js/js_blob.js
lib/js/js_cast.js
lib/js/js_console.js
lib/js/js_date.js
lib/js/js_dict.js
Expand Down Expand Up @@ -559,12 +557,6 @@ lib/ocaml/js_blob.cmi
lib/ocaml/js_blob.cmj
lib/ocaml/js_blob.cmt
lib/ocaml/js_blob.res
lib/ocaml/js_cast.cmi
lib/ocaml/js_cast.cmj
lib/ocaml/js_cast.cmt
lib/ocaml/js_cast.cmti
lib/ocaml/js_cast.res
lib/ocaml/js_cast.resi
lib/ocaml/js_console.cmi
lib/ocaml/js_console.cmj
lib/ocaml/js_console.cmt
Expand Down
27 changes: 0 additions & 27 deletions runtime/js_cast.res

This file was deleted.

48 changes: 0 additions & 48 deletions runtime/js_cast.resi

This file was deleted.

49 changes: 0 additions & 49 deletions tests/tests/src/js_cast_test.js

This file was deleted.

24 changes: 0 additions & 24 deletions tests/tests/src/js_cast_test.res

This file was deleted.