minify icon indicating copy to clipboard operation
minify copied to clipboard

Transform property literal reserved keywords as described in the docu…

Open ate-f opened this issue 8 years ago • 0 comments

…mentation.

The documentation describes that when using babel-plugin-transform-property-literals, reserved keywords used as identifiers should have quotes around them, however this does not happen. There are FIXME mentions in the test files, but this is not mentioned in the documentation. Hence I've fixed the code and tests to align with the documentation

ate-f avatar Jan 16 '18 09:01 ate-f