Merge branch 'transforms-transformer' into transforms-printer

This commit is contained in:
Ron Buckton 2016-02-22 16:54:49 -08:00
commit 617e511f5e

View file

@ -848,7 +848,7 @@ namespace ts {
property.startsOnNewLine = true;
}
addNode(properties, property);
properties.push(property);
}
}