fix(preset-stage-3): pass along loose flag to proposal-object-rest-spread (#7819)
This commit is contained in:
@@ -33,7 +33,7 @@ export default declare((api, opts) => {
|
||||
syntaxImportMeta,
|
||||
transformAsyncGeneratorFunctions,
|
||||
[transformClassProperties, { loose }],
|
||||
[transformObjectRestSpread, { useBuiltIns }],
|
||||
[transformObjectRestSpread, { loose, useBuiltIns }],
|
||||
transformOptionalCatchBinding,
|
||||
transformUnicodePropertyRegex,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user