mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
fix(es/transforms): Fix threshold
This commit is contained in:
parent
0f094da77f
commit
a70c737506
@ -29,10 +29,10 @@ pub fn expand(attr: TokenStream, mut item: ItemImpl) -> ItemImpl {
|
||||
mode,
|
||||
"module_items",
|
||||
explode,
|
||||
1,
|
||||
100,
|
||||
)));
|
||||
item.items.push(ImplItem::Method(make_par_visit_method(
|
||||
mode, "stmts", explode, 1,
|
||||
mode, "stmts", explode, 100,
|
||||
)));
|
||||
|
||||
item
|
||||
|
Loading…
Reference in New Issue
Block a user