Babylon's isValidIdentifier test accepts identifiers with unicode characters that are not valid identifiers in some target JavaScript environments. When all such targets have been updated, remove the work around.
See getAsPropertyNameExpression in src/utils/generator.js,
Babylon's isValidIdentifier test accepts identifiers with unicode characters that are not valid identifiers in some target JavaScript environments. When all such targets have been updated, remove the work around.
See getAsPropertyNameExpression in src/utils/generator.js,