Skip to content

Commit a93ba24

Browse files
committed
More useful instructions
1 parent 128cb7e commit a93ba24

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jscomp/syntax/ast_derive_abstract.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let set_attrs = [Ast_attributes.bs_set]
7676

7777
let deprecated name =
7878
Ast_attributes.deprecated
79-
("use " ^ name ^ "Get instead")
79+
("use " ^ name ^ "Get instead or use {abstract = light} explicitly")
8080

8181

8282
let handleTdcl

lib/bsdep.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38731,7 +38731,7 @@ let set_attrs = [Ast_attributes.bs_set]
3873138731

3873238732
let deprecated name =
3873338733
Ast_attributes.deprecated
38734-
("use " ^ name ^ "Get instead")
38734+
("use " ^ name ^ "Get instead or use {abstract = light} explicitly")
3873538735

3873638736

3873738737
let handleTdcl

lib/bsppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20732,7 +20732,7 @@ let set_attrs = [Ast_attributes.bs_set]
2073220732

2073320733
let deprecated name =
2073420734
Ast_attributes.deprecated
20735-
("use " ^ name ^ "Get instead")
20735+
("use " ^ name ^ "Get instead or use {abstract = light} explicitly")
2073620736

2073720737

2073820738
let handleTdcl

lib/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115019,7 +115019,7 @@ let set_attrs = [Ast_attributes.bs_set]
115019115019

115020115020
let deprecated name =
115021115021
Ast_attributes.deprecated
115022-
("use " ^ name ^ "Get instead")
115022+
("use " ^ name ^ "Get instead or use {abstract = light} explicitly")
115023115023

115024115024

115025115025
let handleTdcl

0 commit comments

Comments
 (0)