We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antlr
1 parent fff218f commit 35007ccCopy full SHA for 35007cc
1 file changed
src/nodes/ImportDirective.js
@@ -30,7 +30,11 @@ export const ImportDirective = {
30
let firstSeparator;
31
let separator;
32
33
- if (compiler && satisfies(compiler, '>=0.7.4')) {
+ if (
34
+ compiler &&
35
+ satisfies(compiler, '>=0.7.4') &&
36
+ symbolAliases.length > 1
37
+ ) {
38
// if the compiler exists and is greater than or equal to 0.7.4 we will
39
// split the ImportDirective.
40
firstSeparator = options.bracketSpacing ? line : softline;
0 commit comments