Define multiple non-enumerable properties at once. Uses Object.defineProperty
when available; falls back to standard assignment in older engines.
Allow parsing of class properties
Compile ES2015 shorthand properties to ES5
Compile ES2015 computed properties to ES5