File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
#### :boom : Breaking Change
16
16
17
- - ` -bs-super-errors ` flag has been removed along with Super_errors. https://github.com/rescript-lang/rescript-compiler/pull/6199
17
+ - ` -bs-super-errors ` flag has been deprecated along with Super_errors. https://github.com/rescript-lang/rescript-compiler/pull/6243
18
18
19
19
#### :bug : Bug Fix
20
20
Original file line number Diff line number Diff line change @@ -292,6 +292,9 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
292
292
293
293
(* *****************************************************************************)
294
294
295
+ " -bs-super-errors" , unit_call (fun _ -> () ),
296
+ " *deprecated* Better error message combined with other tools " ;
297
+
295
298
" -unboxed-types" , set Clflags. unboxed_types,
296
299
" *internal* Unannotated unboxable types will be unboxed" ;
297
300
You can’t perform that action at this time.
0 commit comments