File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,6 @@ could potentially throw.
129129
130130Hint: Did you know you can run an interactive code analysis in your project by running the command `> ReScript: Start Code Analyzer`? Try it!|};
131131 ] );
132- ( " meth" ,
133- None,
134- [
135- {|The `@meth` decorator is used to call a function on a JavaScript object, and avoid issues with currying.
136-
137- [Read more and see examples in the documentation](https://rescript-lang.org/syntax-lookup#meth-decorator).|};
138- ] );
139132 ( " module" ,
140133 Some " module(\" $0\" )" ,
141134 [
Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ let filter_parsing_attrs attrs =
198198 match attr with
199199 | ( {
200200 Location. txt =
201- ( " meth " | " res .braces" | " ns.braces " | " res.iflet "
202- | " res.ternary " | " res.await " | " res.template "
203- | " res.taggedTemplate " | " res.patVariantSpread "
204- | " res.dictPattern " | " res. inlineRecordDefinition" );
201+ ( " res.braces " | " ns .braces" | " res.iflet " | " res.ternary "
202+ | " res.await " | " res.template " | " res.taggedTemplate "
203+ | " res.patVariantSpread " | " res.dictPattern "
204+ | " res.inlineRecordDefinition" );
205205 },
206206 _ ) ->
207207 false
You can’t perform that action at this time.
0 commit comments