We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b830a commit 44d7d01Copy full SHA for 44d7d01
jscomp/syntax/ast_attributes.ml
@@ -357,7 +357,10 @@ let is_bs (attr : attr) =
357
358
359
let bs_get : attr
360
- = {txt = "bs.get"; loc = locg}, Ast_payload.empty
+= {txt = "bs.get"; loc = locg}, Ast_payload.empty
361
+
362
+let bs_get_index : attr =
363
+ {txt = "bs.get_index"; loc = locg}, Ast_payload.empty
364
365
let bs_get_arity : attr
366
= {txt = "internal.arity"; loc = locg},
jscomp/syntax/ast_attributes.mli
@@ -107,6 +107,7 @@ val is_bs_as : attr -> bool *)
107
108
109
val bs_get : attr
110
+val bs_get_index : attr
111
val bs_get_arity : attr
112
val bs_set : attr
113
val bs_return_undefined : attr
0 commit comments