mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
FIx #209
This commit is contained in:
parent
631eff9e8c
commit
e20998d69b
@ -187,7 +187,7 @@ define_helpers!(Helpers {
|
||||
// temporal_undefined: (),
|
||||
throw: (),
|
||||
to_array: (array_with_holes, iterable_to_array, non_iterable_rest),
|
||||
to_consumable_array: (array_with_holes, iterable_to_array, non_iterable_spread),
|
||||
to_consumable_array: (array_without_holes, iterable_to_array, non_iterable_spread),
|
||||
to_primitive: (type_of),
|
||||
to_property_key: (type_of, to_primitive),
|
||||
type_of: (),
|
||||
|
Loading…
Reference in New Issue
Block a user