Skip to content

Commit a9484cc

Browse files
committed
Remove deprecated -bs-super-errors option
1 parent dbbe10e commit a9484cc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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

jscomp/bsc/rescript_compiler_main.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)