The new SSR compiler includes an isValidIdentifier helper function, which determines whether a given string is a valid JavaScript identifier. However, there exists something similar in babel-plugin-component. These should probably be consolidated onto the babel-plugin-component implementation for backwards compatibility reasons.
The new SSR compiler includes an
isValidIdentifier
helper function, which determines whether a given string is a valid JavaScript identifier. However, there exists something similar inbabel-plugin-component
. These should probably be consolidated onto thebabel-plugin-component
implementation for backwards compatibility reasons.