SYMBOL INDEX (5 symbols across 2 files) FILE: source/test/authenticate-flow-test.js constant SIGNED_OUT (line 5) | const SIGNED_OUT = 'signed out'; constant AUTHENTICATING (line 6) | const AUTHENTICATING = 'authenticating'; constant ERROR (line 7) | const ERROR = 'error'; constant SIGNED_IN (line 8) | const SIGNED_IN = 'signed in'; FILE: tools/cli.js function checkNode (line 9) | function checkNode(nodeVersion) {