Skip to content

Commit

Permalink
Remove js_cast.res (#7075)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt authored Oct 4, 2024
1 parent 0e9ed4e commit f139495
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 158 deletions.
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.

0 comments on commit f139495

Please sign in to comment.