SYMBOL INDEX (53 symbols across 5 files) FILE: packages/history/__tests__/TestSequences/utils.js function spyOn (line 3) | function spyOn(object, method) { function execSteps (line 17) | function execSteps(steps, history, done) { FILE: packages/history/index.ts type Action (line 6) | enum Action { type Pathname (line 35) | type Pathname = string; type Search (line 42) | type Search = string; type Hash (line 49) | type Hash = string; type State (line 58) | type State = unknown; type Key (line 66) | type Key = string; type Path (line 71) | interface Path { type Location (line 100) | interface Location extends Path { type PartialPath (line 124) | type PartialPath = Partial; type PartialLocation (line 131) | type PartialLocation = Partial; type Update (line 136) | interface Update { type Listener (line 151) | interface Listener { type Transition (line 159) | interface Transition extends Update { type Blocker (line 169) | interface Blocker { type To (line 178) | type To = string | Partial; type History (line 188) | interface History { type BrowserHistory (line 294) | interface BrowserHistory extends History {} type HashHistory (line 307) | interface HashHistory extends History {} type MemoryHistory (line 316) | interface MemoryHistory extends History { function warning (line 324) | function warning(cond: any, message: string) { type HistoryState (line 345) | type HistoryState = { type BrowserHistoryOptions (line 355) | type BrowserHistoryOptions = { window?: Window }; function createBrowserHistory (line 364) | function createBrowserHistory( type HashHistoryOptions (line 576) | type HashHistoryOptions = { window?: Window }; function createHashHistory (line 586) | function createHashHistory( type InitialEntry (line 843) | type InitialEntry = string | Partial; type MemoryHistoryOptions (line 845) | type MemoryHistoryOptions = { function createMemoryHistory (line 856) | function createMemoryHistory( function clamp (line 1007) | function clamp(n: number, lowerBound: number, upperBound: number) { function promptBeforeUnload (line 1011) | function promptBeforeUnload(event: BeforeUnloadEvent) { type Events (line 1018) | type Events = { function createEvents (line 1024) | function createEvents(): Events { function createKey (line 1043) | function createKey() { function createPath (line 1052) | function createPath({ function parsePath (line 1069) | function parsePath(path: string): Partial { FILE: scripts/publish.js function invariant (line 9) | function invariant(cond, message) { function getTaggedVersion (line 13) | function getTaggedVersion() { function ensureBuildVersion (line 18) | async function ensureBuildVersion(packageName, version) { function publishBuild (line 27) | function publishBuild(packageName, tag) { function run (line 35) | async function run() { FILE: scripts/rollup/history.config.js constant PRETTY (line 8) | const PRETTY = !!process.env.PRETTY; constant SOURCE_DIR (line 9) | const SOURCE_DIR = "packages/history"; constant OUTPUT_DIR (line 10) | const OUTPUT_DIR = "build/history"; FILE: scripts/version.js function packageJson (line 11) | function packageJson(packageName) { function invariant (line 15) | function invariant(cond, message) { function ensureCleanWorkingDirectory (line 19) | function ensureCleanWorkingDirectory() { function getNextVersion (line 28) | function getNextVersion(currentVersion, givenVersion, prereleaseId) { function prompt (line 48) | async function prompt(question) { function getPackageVersion (line 54) | async function getPackageVersion(packageName) { function updatePackageConfig (line 60) | async function updatePackageConfig(packageName, transform) { function run (line 67) | async function run() {