Package com.google.javascript.jscomp
Class Es6NormalizeShorthandProperties
java.lang.Object
com.google.javascript.jscomp.Es6NormalizeShorthandProperties
Normalizes shorthand object properties. This should be one of the first things done when
transpiling from ES6 down to ES5, as it allows all the following checks and transpilations to not
care about shorthand and destructured assignments.
-
Method Summary