Patch Changes
-
fix:
js.common.appendFromStringno longer corrupts the output when called multiple times with comments (#1081) -
fix: prevent
js.exports.createNamedfrom crashing when the AST contains an exported function or class declaration (#1084) -
fix:
js.imports.addNamednow respectsisTypewhen merging into an existing import declaration (#1080) -
fix:
js.object.createno longer corrupts the AST when an object value contains atypeproperty (#1082)