(identifier: NodePath<t.Identifier>)
| 54 | * @publicApi used by CLI |
| 55 | */ |
| 56 | export function isGlobalIdentifier(identifier: NodePath<t.Identifier>) { |
| 57 | return !identifier.scope || !identifier.scope.hasBinding(identifier.node.name); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Build a translated expression to replace the call to `$localize`. |
no outgoing calls
no test coverage detected
searching dependent graphs…