SYMBOL INDEX (28 symbols across 4 files) FILE: e2e/helpers.js function url (line 3) | function url(x, y) { function href (line 11) | function href(x) { FILE: src/lib/router.js function doFallback (line 24) | function doFallback(failure, fallback) { function handleRoutes (line 34) | function handleRoutes(map, params, enforce) { function evtHandler (line 67) | function evtHandler() { function findRoutes (line 152) | function findRoutes() { function addRouter (line 157) | function addRouter(root, fallback, callback) { FILE: src/lib/utils.js constant ROOT_URL (line 8) | const ROOT_URL = basePrefix.replace(window.location.origin, ''); constant CTX_ROUTER (line 17) | const CTX_ROUTER = {}; constant CTX_ROUTE (line 18) | const CTX_ROUTE = {}; constant HASHCHANGE (line 21) | let HASHCHANGE = window.location.origin === 'null'; function hashchangeEnable (line 23) | function hashchangeEnable(value) { function fixedLocation (line 38) | function fixedLocation(path, callback, doFinally) { function cleanPath (line 59) | function cleanPath(uri, fix) { function navigateTo (line 63) | function navigateTo(path, options) { function getProps (line 110) | function getProps(given, required) { function isActive (line 124) | function isActive(uri, path, exact) { function isPromise (line 138) | function isPromise(object) { function isSvelteComponent (line 142) | function isSvelteComponent(object) { FILE: types/index.d.ts type RouterState (line 4) | interface RouterState { type RouterProps (line 11) | interface RouterProps { type RouterSlots (line 30) | interface RouterSlots { class Router (line 33) | class Router extends SvelteComponentTyped { } type LinkProps (line 67) | interface LinkProps { class Link (line 106) | class Link extends SvelteComponentTyped { } type NavigateToOps (line 108) | interface NavigateToOps {