SYMBOL INDEX (12 symbols across 4 files) FILE: example/devServer.js constant PORT (line 8) | const PORT = 8080; constant DEFAULT_MIME_TYPE (line 9) | const DEFAULT_MIME_TYPE = 'application/html'; FILE: example/src/withReact.jsx class Slider (line 23) | class Slider extends React.Component { method constructor (line 24) | constructor(props) { method componentDidMount (line 29) | componentDidMount() { method onChange (line 38) | onChange({ target }) { method render (line 44) | render() { FILE: src/__tests__/helpers.js method createGain (line 3) | createGain() { method createStereoPanner (line 10) | createStereoPanner() { method createBufferSource (line 17) | createBufferSource() { method createOscillator (line 27) | createOscillator() { FILE: src/components/NoOp.js constant NO_OP (line 7) | const NO_OP = 'NO_OP';