Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function isNameChar(character) {
return character == '.' || acorn.isIdentifierChar(character.charCodeAt(0));
}
function isNameChar(character) {
return character == '.' || acorn.isIdentifierChar(character.charCodeAt(0));
}