SYMBOL INDEX (250 symbols across 107 files) FILE: experiments/guess-static-sites/predictiveFetching.js constant ENDPOINT (line 1) | const ENDPOINT = 'http://YOUR_SERVER_ENDPOINT/' FILE: experiments/guess-static-sites/test/clientTests.js constant SERVER_URL (line 13) | const SERVER_URL = 'http://localhost:3000/' constant PAGE_URL (line 14) | const PAGE_URL = 'http://localhost:8080/test.html' FILE: experiments/guess-static-sites/test/fixtures/server.js constant PORT (line 8) | const PORT = 8080 FILE: infra/test.ts function main (line 21) | async function main() { FILE: packages/common/interfaces.ts type Neighbors (line 1) | interface Neighbors { type Graph (line 5) | interface Graph { type Module (line 9) | interface Module { type RoutingModule (line 14) | interface RoutingModule { type Connection (line 22) | interface Connection { type Period (line 28) | interface Period { type ProjectType (line 33) | enum ProjectType { type ProjectLayout (line 41) | interface ProjectLayout { type ProjectMetadata (line 47) | interface ProjectMetadata { FILE: packages/common/logger.ts type LogLevel (line 1) | enum LogLevel { class Logger (line 9) | class Logger { method constructor (line 10) | constructor(private level = LogLevel.INFO) {} method setLevel (line 12) | setLevel(newLevel: LogLevel) { method debug (line 16) | debug(...msg: any[]) { method info (line 20) | info(...msg: any[]) { method warn (line 24) | warn(...msg: any[]) { method error (line 28) | error(...msg: any[]) { method print (line 32) | private print(level: LogLevel, label: string, msg: any[]) { method prettify (line 54) | private prettify(label: string) { FILE: packages/guess-ga/src/client.ts type PageConfig (line 3) | interface PageConfig { type AnalyticsResult (line 8) | interface AnalyticsResult { function requestBuilder (line 17) | function requestBuilder(jwtClient: any, viewId: string, pageConfig: Page... function fetchReport (line 39) | async function fetchReport( type GaResult (line 70) | type GaResult = any; type ClientResult (line 72) | interface ClientResult { function getClient (line 77) | function getClient(jwtClient: any, pageSize: number, viewId: string, per... FILE: packages/guess-ga/src/ga.ts type FetchConfig (line 9) | interface FetchConfig { function fetch (line 18) | async function fetch(config: FetchConfig) { FILE: packages/guess-parser/src/angular/modules.ts type RoutesDeclaration (line 8) | interface RoutesDeclaration { type Registry (line 13) | interface Registry { FILE: packages/guess-parser/src/angular/route-parser.ts type Options (line 16) | interface Options { FILE: packages/guess-parser/src/angular/routes.ts type Route (line 117) | interface Route { type LazyRoute (line 123) | interface LazyRoute extends Route { FILE: packages/guess-parser/test/fixtures/angular/library/library.module.ts class LibraryComponent (line 4) | @Component({ class LibraryModule (line 20) | class LibraryModule {} FILE: packages/guess-parser/test/fixtures/angular/library/nested/library.module.ts class LibraryComponent (line 4) | @Component({ class LibraryModule (line 20) | class LibraryModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/about/about-routing.module.ts class AboutRoutingModule (line 10) | class AboutRoutingModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/about/about.module.ts class AboutModule (line 13) | class AboutModule { } FILE: packages/guess-parser/test/fixtures/angular/src/app/app-routing.module.ts class AppRoutingModule (line 68) | class AppRoutingModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/app.component.ts class AppComponent (line 8) | class AppComponent { FILE: packages/guess-parser/test/fixtures/angular/src/app/app.module.ts class AppModule (line 13) | class AppModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/bar-simple.component.ts class BarSimpleComponent (line 7) | class BarSimpleComponent {} FILE: packages/guess-parser/test/fixtures/angular/src/app/bar/bar.module.ts class BarModule (line 14) | class BarModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/bar/baz/baz.module.ts class BazComponent (line 9) | class BazComponent {} class BazModule (line 24) | class BazModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/foo/baz/baz-routing.module.ts class BazRoutingModule (line 20) | class BazRoutingModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/foo/baz/baz.component.ts class BazComponent (line 7) | class BazComponent {} FILE: packages/guess-parser/test/fixtures/angular/src/app/foo/baz/baz.module.ts class FooModule (line 10) | class FooModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/foo/foo-routing.module.ts class FooRoutingModule (line 44) | class FooRoutingModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/foo/foo.component.ts class FooComponent (line 7) | class FooComponent {} FILE: packages/guess-parser/test/fixtures/angular/src/app/foo/foo.module.ts class FooModule (line 10) | class FooModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/lazy/lazy-routing.module.ts class LazyRoutingModule (line 12) | class LazyRoutingModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/lazy/lazy.component.ts class LazyComponent (line 6) | class LazyComponent { } FILE: packages/guess-parser/test/fixtures/angular/src/app/lazy/lazy.module.ts class LazyModule (line 16) | class LazyModule { } FILE: packages/guess-parser/test/fixtures/angular/src/app/qux/qux.module.ts class QuxComponent (line 4) | @Component({ class QuxModule (line 21) | class QuxModule {} FILE: packages/guess-parser/test/fixtures/angular/src/app/wrapper/wrapper.module.ts class WrapperModule (line 7) | class WrapperModule {} FILE: packages/guess-parser/test/fixtures/ng8/e2e/protractor.conf.js method onPrepare (line 26) | onPrepare() { FILE: packages/guess-parser/test/fixtures/ng8/e2e/src/app.po.ts class AppPage (line 3) | class AppPage { method navigateTo (line 4) | navigateTo() { method getTitleText (line 8) | getTitleText() { FILE: packages/guess-parser/test/fixtures/ng8/src/app/app-routing.module.ts class AppRoutingModule (line 10) | class AppRoutingModule { } FILE: packages/guess-parser/test/fixtures/ng8/src/app/app.component.ts class AppComponent (line 8) | class AppComponent { FILE: packages/guess-parser/test/fixtures/ng8/src/app/app.module.ts class AppModule (line 18) | class AppModule { } FILE: packages/guess-parser/test/fixtures/nx/apps/feat-home-e2e/src/support/commands.ts type Chainable (line 14) | interface Chainable { FILE: packages/guess-parser/test/fixtures/nx/apps/ng-cli-app-e2e/src/support/commands.ts type Chainable (line 31) | interface Chainable { FILE: packages/guess-parser/test/fixtures/nx/apps/ng-cli-app/src/app/app.component.ts class AppComponent (line 11) | class AppComponent implements OnInit { method constructor (line 14) | constructor( method ngOnInit (line 19) | ngOnInit(): void { method logout (line 23) | public logout() { FILE: packages/guess-parser/test/fixtures/nx/apps/ng-cli-app/src/app/app.module.ts class AppModule (line 43) | class AppModule {} FILE: packages/guess-parser/test/fixtures/nx/apps/shared-components-e2e/src/support/commands.ts type Chainable (line 12) | interface Chainable { FILE: packages/guess-parser/test/fixtures/nx/libs/auth/src/lib/auth-routing.module.ts constant AUTH_ROUTES (line 5) | const AUTH_ROUTES: Routes = [ FILE: packages/guess-parser/test/fixtures/nx/libs/auth/src/lib/auth.guard.ts class AuthGuard (line 16) | class AuthGuard implements CanActivate { method constructor (line 17) | constructor(private authService: AuthService, private router: Router) {} method canActivate (line 19) | canActivate( FILE: packages/guess-parser/test/fixtures/nx/libs/auth/src/lib/auth.module.ts class AuthModule (line 24) | class AuthModule {} FILE: packages/guess-parser/test/fixtures/nx/libs/auth/src/lib/auth.service.ts class AuthService (line 9) | class AuthService { method constructor (line 16) | constructor(private router: Router) {} method login (line 18) | public login(username: string, password: string): Observable { method logout (line 31) | public logout() { type User (line 37) | interface User { FILE: packages/guess-parser/test/fixtures/nx/libs/auth/src/lib/login/login.component.ts class LoginComponent (line 11) | class LoginComponent implements OnInit { method constructor (line 16) | constructor(fb: FormBuilder, private authService: AuthService) { method ngOnInit (line 23) | ngOnInit() {} method onSubmit (line 25) | public onSubmit() { FILE: packages/guess-parser/test/fixtures/nx/libs/customers/data/src/lib/customer.model.ts type Customer (line 1) | interface Customer { FILE: packages/guess-parser/test/fixtures/nx/libs/customers/data/src/lib/customer.service.ts class CustomerService (line 10) | class CustomerService { method constructor (line 11) | constructor(private httpClient: HttpClient) {} method getCustomers (line 13) | public getCustomers(): Observable { method getCustomerOfTheDay (line 19) | public getCustomerOfTheDay(): Observable { FILE: packages/guess-parser/test/fixtures/nx/libs/customers/ui/src/lib/customer-list/customer-list-datasource.ts class CustomerListDataSource (line 13) | class CustomerListDataSource extends DataSource { method constructor (line 21) | constructor(private customerService: CustomerService) { method connect (line 30) | connect(): Observable { method disconnect (line 55) | disconnect() { method getPagedData (line 63) | private getPagedData(data: Customer[]) { method getSortedData (line 72) | private getSortedData(data: Customer[]) { function compare (line 92) | function compare(a, b, isAsc) { FILE: packages/guess-parser/test/fixtures/nx/libs/customers/ui/src/lib/customer-list/customer-list.component.ts class CustomerListComponent (line 14) | class CustomerListComponent implements AfterViewInit, OnInit { method constructor (line 31) | constructor(private customerService: CustomerService) {} method ngOnInit (line 33) | ngOnInit() { method ngAfterViewInit (line 37) | ngAfterViewInit() { FILE: packages/guess-parser/test/fixtures/nx/libs/customers/ui/src/lib/customers-routing.module.ts class CustomersRoutingModule (line 22) | class CustomersRoutingModule {} FILE: packages/guess-parser/test/fixtures/nx/libs/customers/ui/src/lib/customers-ui.module.ts class CustomersUiModule (line 22) | class CustomersUiModule {} FILE: packages/guess-parser/test/fixtures/nx/libs/customers/ui/src/lib/customers.component.ts class CustomersComponent (line 8) | class CustomersComponent implements OnInit { method constructor (line 9) | constructor() {} method ngOnInit (line 11) | ngOnInit() {} FILE: packages/guess-parser/test/fixtures/nx/libs/home/ui/src/lib/home-ui.module.ts class HomeUiModule (line 14) | class HomeUiModule {} FILE: packages/guess-parser/test/fixtures/nx/libs/home/ui/src/lib/home.component.ts class HomeComponent (line 11) | class HomeComponent implements OnInit { method constructor (line 14) | constructor(private customerService: CustomerService) {} method ngOnInit (line 16) | ngOnInit() { FILE: packages/guess-parser/test/fixtures/nx/libs/shared/components/src/lib/info-box/info-box.component.ts class InfoBoxComponent (line 8) | class InfoBoxComponent implements OnInit { method constructor (line 13) | constructor() {} method ngOnInit (line 15) | ngOnInit() {} FILE: packages/guess-parser/test/fixtures/nx/libs/shared/components/src/lib/navigation/navigation.component.ts class NavigationComponent (line 11) | class NavigationComponent { method constructor (line 19) | constructor(private breakpointObserver: BreakpointObserver) {} FILE: packages/guess-parser/test/fixtures/nx/libs/shared/components/src/lib/shared-components.module.ts class SharedComponentsModule (line 29) | class SharedComponentsModule {} FILE: packages/guess-parser/test/fixtures/preact-app/src/components/app.js class App (line 16) | class App extends Component { method render (line 25) | render() { FILE: packages/guess-parser/test/fixtures/preact-app/src/components/header/index.js class Header (line 5) | class Header extends Component { method render (line 6) | render() { FILE: packages/guess-parser/test/fixtures/preact-app/src/components/info.js class Info (line 3) | class Info extends Component { method render (line 4) | render() { FILE: packages/guess-parser/test/fixtures/preact-app/src/routes/about/index.js class About (line 3) | class About extends Component { method render (line 4) | render() { FILE: packages/guess-parser/test/fixtures/preact-app/src/routes/home/index.js class Home (line 4) | class Home extends Component { method render (line 5) | render() { FILE: packages/guess-parser/test/fixtures/preact-app/src/routes/profile/index.js class Profile (line 4) | class Profile extends Component { method componentDidMount (line 11) | componentDidMount() { method componentWillUnmount (line 17) | componentWillUnmount() { method render (line 31) | render({ user }, { time, count }) { FILE: packages/guess-parser/test/fixtures/react-app-ts/src/App.tsx class App (line 10) | class App extends React.Component { method render (line 11) | public render() { FILE: packages/guess-parser/test/fixtures/react-app-ts/src/intro/Intro.tsx class Intro (line 4) | class Intro extends React.Component { method render (line 5) | public render() { FILE: packages/guess-parser/test/fixtures/react-app-ts/src/main/Main.tsx class Main (line 7) | class Main extends React.Component { method render (line 8) | public render() { FILE: packages/guess-parser/test/fixtures/react-app-ts/src/main/kid/Kid.tsx class Kid (line 3) | class Kid extends React.Component { method render (line 4) | public render() { FILE: packages/guess-parser/test/fixtures/react-app-ts/src/main/parent/Parent.tsx class Parent (line 3) | class Parent extends React.Component { method render (line 4) | public render() { FILE: packages/guess-parser/test/fixtures/react-app-ts/src/registerServiceWorker.ts function register (line 22) | function register() { function registerValidSW (line 59) | function registerValidSW(swUrl: string) { function checkValidServiceWorker (line 90) | function checkValidServiceWorker(swUrl: string) { function unregister (line 117) | function unregister() { FILE: packages/guess-parser/test/fixtures/react-app/src/App.jsx class App (line 10) | class App extends React.Component { method render (line 11) | render() { FILE: packages/guess-parser/test/fixtures/react-app/src/intro/Intro.jsx class Intro (line 4) | class Intro extends React.Component { method render (line 5) | render() { FILE: packages/guess-parser/test/fixtures/react-app/src/main/Main.jsx class Main (line 7) | class Main extends React.Component { method render (line 8) | render() { FILE: packages/guess-parser/test/fixtures/react-app/src/main/kid/Kid.jsx class Kid (line 3) | class Kid extends React.Component { method render (line 4) | render() { FILE: packages/guess-parser/test/fixtures/react-app/src/main/parent/Parent.jsx class Parent (line 3) | class Parent extends React.Component { method render (line 4) | render() { FILE: packages/guess-webpack/src/aot/guess-aot.ts type ConnectionEffectiveType (line 3) | type ConnectionEffectiveType = '4g' | '3g' | '2g' | 'slow-2g'; FILE: packages/guess-webpack/src/asset-observer.ts type Asset (line 1) | interface Asset { type AssetCallback (line 6) | type AssetCallback = (asset: Asset) => void; class AssetObserver (line 8) | class AssetObserver { method onAsset (line 12) | onAsset(cb: AssetCallback) { method addAsset (line 16) | addAsset(asset: Asset) { FILE: packages/guess-webpack/src/declarations.ts type Mode (line 3) | enum Mode { type RouteProvider (line 12) | type RouteProvider = () => Promise; type Cluster (line 14) | type Cluster = string[]; type Clusters (line 15) | type Clusters = Cluster[]; type ClusteringAlgorithm (line 17) | type ClusteringAlgorithm = (graph: Graph, modules: Module[], totalCluste... type Module (line 19) | interface Module { type CompressedPrefetchGraph (line 24) | type CompressedPrefetchGraph = number[][][]; type CompressedGraphMap (line 26) | interface CompressedGraphMap { type PrefetchConfig (line 31) | interface PrefetchConfig { type PrefetchPluginConfig (line 38) | interface PrefetchPluginConfig { type BundleEntryNeighbor (line 47) | interface BundleEntryNeighbor { type BundleEntryGraph (line 53) | interface BundleEntryGraph { type PrefetchNeighbor (line 57) | interface PrefetchNeighbor { type PrefetchGraph (line 63) | interface PrefetchGraph { type PrefetchAotNeighbor (line 67) | interface PrefetchAotNeighbor { type FileChunkMap (line 72) | interface FileChunkMap { type PrefetchAotGraph (line 76) | interface PrefetchAotGraph { type PrefetchAotPluginConfig (line 80) | interface PrefetchAotPluginConfig { FILE: packages/guess-webpack/src/ga-provider.ts type Config (line 15) | interface Config { FILE: packages/guess-webpack/src/guess-webpack.ts type RuntimeConfig (line 8) | interface RuntimeConfig { type GuessPluginConfig (line 17) | interface GuessPluginConfig { class GuessPlugin (line 44) | class GuessPlugin { method constructor (line 45) | constructor(private _config: GuessPluginConfig) { method apply (line 59) | apply(compiler: any) { method _execute (line 81) | private _execute(compiler: any, compilation: any, assetObserver: Asset... method _getReport (line 101) | private _getReport(routes: RoutingModule[]): Promise { method _executePrefetchPlugin (line 115) | private _executePrefetchPlugin( FILE: packages/guess-webpack/src/prefetch-aot-plugin.ts class PrefetchAotPlugin (line 84) | class PrefetchAotPlugin { method constructor (line 86) | constructor(private _config: PrefetchAotPluginConfig) { method execute (line 95) | execute( FILE: packages/guess-webpack/src/prefetch-plugin.ts class PrefetchPlugin (line 21) | class PrefetchPlugin { method constructor (line 24) | constructor(private _config: PrefetchPluginConfig) { method execute (line 30) | execute(compilation: any, callback: any) { FILE: packages/guess-webpack/src/runtime/guess.ts type GuessFn (line 3) | type GuessFn = (params?: Partial) => Predictions; type GuessFnParams (line 5) | interface GuessFnParams { type Probability (line 11) | type Probability = number; type ConnectionEffectiveType (line 12) | type ConnectionEffectiveType = '4g' | '3g' | '2g' | 'slow-2g'; type ConnectionEffectiveTypeThresholds (line 14) | interface ConnectionEffectiveTypeThresholds { type Predictions (line 21) | interface Predictions { type Navigation (line 25) | interface Navigation { type Navigations (line 30) | interface Navigations { class GraphNode (line 57) | class GraphNode { method constructor (line 58) | constructor(private _node: number[], private _map: CompressedGraphMap) {} method probability (line 60) | get probability() { method route (line 64) | get route() { method chunk (line 68) | get chunk() { class Graph (line 73) | class Graph { method constructor (line 74) | constructor(private _graph: CompressedPrefetchGraph, private _map: Com... method findMatch (line 76) | findMatch(route: string): GraphNode[] { FILE: packages/guess-webpack/src/utils.ts type Compilation (line 69) | interface Compilation { type JSReason (line 73) | interface JSReason { type JSModule (line 78) | interface JSModule { type JSOrigin (line 85) | interface JSOrigin { type JSChunk (line 91) | interface JSChunk { type JSCompilation (line 99) | interface JSCompilation { type ChunkGraph (line 104) | interface ChunkGraph { function getModulePath (line 159) | function getModulePath(moduleName: string): string | null { FILE: packages/guess-webpack/test/fixtures/angular/e2e/protractor.conf.js method onPrepare (line 22) | onPrepare() { FILE: packages/guess-webpack/test/fixtures/angular/e2e/src/app.po.ts class AppPage (line 3) | class AppPage { method navigateTo (line 4) | navigateTo() { method getTitleText (line 8) | getTitleText() { FILE: packages/guess-webpack/test/fixtures/angular/src/app/app-routing.module.ts class AppRoutingModule (line 29) | class AppRoutingModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/app.component.ts class AppComponent (line 8) | class AppComponent { FILE: packages/guess-webpack/test/fixtures/angular/src/app/app.module.ts class AppModule (line 14) | class AppModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/bar/bar.component.ts class BarComponent (line 7) | class BarComponent {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/bar/bar.module.ts class BarModule (line 8) | class BarModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/foo/baz/baz-routing.module.ts class BazRoutingModule (line 20) | class BazRoutingModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/foo/baz/baz.component.ts class BazComponent (line 7) | class BazComponent {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/foo/baz/baz.module.ts class BazModule (line 10) | class BazModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/foo/foo-routing.module.ts class FooRoutingModule (line 25) | class FooRoutingModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/foo/foo.component.ts class FooComponent (line 7) | class FooComponent {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/foo/foo.module.ts class FooModule (line 10) | class FooModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/qux/qux-routing.module.ts class QuxRoutingModule (line 20) | class QuxRoutingModule {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/qux/qux.component.ts class QuxComponent (line 7) | class QuxComponent {} FILE: packages/guess-webpack/test/fixtures/angular/src/app/qux/qux.module.ts class QuxModule (line 10) | class QuxModule {} FILE: packages/guess-webpack/test/fixtures/angular/webpack.extra.js method reportProvider (line 8) | reportProvider() { method routeProvider (line 14) | routeProvider() { FILE: packages/guess-webpack/test/fixtures/delegate/webpack.config.js method reportProvider (line 22) | reportProvider() { FILE: packages/guess-webpack/test/fixtures/next/next.config.js method reportProvider (line 9) | reportProvider() { FILE: packages/guess-webpack/test/fixtures/next/pages/index.js class Index (line 4) | class Index extends React.Component { method render (line 5) | render() { FILE: packages/guess-webpack/test/fixtures/prefetch/webpack.config.js method reportProvider (line 50) | reportProvider() { FILE: packages/guess-webpack/test/unit/utils.spec.ts method getStats (line 27) | getStats() {