Class Es6NormalizeShorthandProperties

java.lang.Object
com.google.javascript.jscomp.Es6NormalizeShorthandProperties

public final class Es6NormalizeShorthandProperties extends Object
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.