2.0.0-beta.6
Pre-release
Pre-release
New features
Format changes
// Original
import * as SomeSymbol from "AnotherFile.sol";
// prettier-plugin-solidity@2.0.0-beta.5
// { parser: 'solidity-parse' }
import "AnotherFile.sol" as SomeSymbol;
// prettier-plugin-solidity@2.0.0-beta.6
// { parser: 'solidity-parse' }
import * as SomeSymbol from "AnotherFile.sol";Breaking changes
Full Changelog: v1.4.1...v1.4.2