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 25
25
- Remove handling of attributes with ` bs. ` prefix (` @bs.as ` -> ` @as ` etc.). https://github.com/rescript-lang/rescript-compiler/pull/6643
26
26
- Remove obsolete ` @bs.open ` feature. https://github.com/rescript-lang/rescript-compiler/pull/6629
27
27
- 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
28
29
29
30
#### :bug : Bug Fix
30
31
Original file line number Diff line number Diff line change @@ -340,9 +340,6 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
340
340
341
341
(* *****************************************************************************)
342
342
343
- " -bs-super-errors" , unit_call (fun _ -> () ),
344
- " *deprecated* Better error message combined with other tools " ;
345
-
346
343
" -unboxed-types" , set Clflags. unboxed_types,
347
344
" *internal* Unannotated unboxable types will be unboxed" ;
348
345
You can’t perform that action at this time.
0 commit comments