File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2525- Remove handling of attributes with ` bs. ` prefix (` @bs.as ` -> ` @as ` etc.). https://github.com/rescript-lang/rescript-compiler/pull/6643
2626- Remove obsolete ` @bs.open ` feature. https://github.com/rescript-lang/rescript-compiler/pull/6629
2727- Drop Node.js version <18 support, due to it reaching End-of-Life. https://github.com/rescript-lang/rescript-compiler/pull/6429
28+ - Remove deprecated -bs-super-errors option. https://github.com/rescript-lang/rescript-compiler/pull/6814
2829
2930#### :bug : Bug Fix
3031
Original file line number Diff line number Diff line change @@ -340,9 +340,6 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
340340
341341 (* *****************************************************************************)
342342
343- " -bs-super-errors" , unit_call (fun _ -> () ),
344- " *deprecated* Better error message combined with other tools " ;
345-
346343 " -unboxed-types" , set Clflags. unboxed_types,
347344 " *internal* Unannotated unboxable types will be unboxed" ;
348345
You can’t perform that action at this time.
0 commit comments