SYMBOL INDEX (39 symbols across 6 files) FILE: .babelrc.js constant TEST (line 1) | const TEST = process.env.BABEL_ENV === 'test'; constant CJS (line 2) | const CJS = process.env.BABEL_ENV === 'cjs'; FILE: example/app.js class App (line 12) | class App extends React.Component { method constructor (line 13) | constructor(props) { method handlePause (line 28) | handlePause(event) { method handlePlayerPause (line 34) | handlePlayerPause() { method handlePlayerPlay (line 38) | handlePlayerPlay() { method handleVolume (line 42) | handleVolume(event) { method selectVideo (line 48) | selectVideo(index) { method render (line 52) | render() { FILE: index.d.ts type PlayEvent (line 4) | type PlayEvent = { type PlayingEvent (line 20) | type PlayingEvent = PlayEvent; type PauseEvent (line 22) | type PauseEvent = { type EndEvent (line 37) | type EndEvent = PauseEvent type TimeUpdateEvent (line 39) | type TimeUpdateEvent = { type ProgressEvent (line 54) | type ProgressEvent = { type SeekedEvent (line 70) | type SeekedEvent = { type TextTrackEvent (line 85) | type TextTrackEvent = { type Cue (line 91) | type Cue = { type CueChangeEvent (line 96) | type CueChangeEvent = { type CuePointEvent (line 103) | type CuePointEvent = { type VolumeEvent (line 118) | type VolumeEvent = { type PlaybackRateEvent (line 125) | type PlaybackRateEvent = { type LoadEvent (line 132) | type LoadEvent = { type VimeoProps (line 139) | interface VimeoProps { class Vimeo (line 362) | class Vimeo extends React.Component {} FILE: src/index.js class Vimeo (line 6) | class Vimeo extends React.Component { method constructor (line 7) | constructor(props) { method componentDidMount (line 13) | componentDidMount() { method componentDidUpdate (line 17) | componentDidUpdate(prevProps) { method componentWillUnmount (line 24) | componentWillUnmount() { method getInitialOptions (line 31) | getInitialOptions() { method updateProps (line 65) | updateProps(propNames) { method createPlayer (line 129) | createPlayer() { method refContainer (line 174) | refContainer(container) { method render (line 178) | render() { FILE: test/util/createVimeo.js function createVimeo (line 4) | function createVimeo({ shouldFail = false } = {}) { FILE: test/util/render.js function noAct (line 16) | function noAct(fn) { function render (line 20) | async function render(initialProps) {