SYMBOL INDEX (83 symbols across 49 files) FILE: examples/micro-app-only/micro-app/src/index.tsx function bootstrap (line 15) | async function bootstrap() { function mount (line 23) | async function mount() { function unmount (line 30) | async function unmount() { function update (line 37) | async function update() { FILE: examples/micro-app-only/micro-app/src/pages/home.tsx type HomeProps (line 5) | interface HomeProps extends RouteComponentProps { FILE: examples/micro-app-only/micro-app/src/pages/page-one.tsx type ProfileProps (line 3) | interface ProfileProps { FILE: examples/micro-app-only/micro-app/src/pages/page-two.tsx type PageTwoProps (line 3) | interface PageTwoProps { FILE: examples/micro-app-only/micro-app/src/types/global.d.ts type Window (line 2) | interface Window { FILE: examples/multiply-micro-app/base-app/src/common/const.ts type MicroAppConfig (line 1) | interface MicroAppConfig { constant MICRO_APPS (line 6) | const MICRO_APPS: MicroAppConfig[] = [ FILE: examples/multiply-micro-app/base-app/src/pages/home.tsx type HomeProps (line 5) | interface HomeProps { FILE: examples/multiply-micro-app/base-app/src/types/global.d.ts type Window (line 11) | interface Window { FILE: examples/multiply-micro-app/micro-app-one/src/index.tsx function bootstrap (line 15) | async function bootstrap() { function mount (line 23) | async function mount() { function unmount (line 30) | async function unmount() { function update (line 37) | async function update() { FILE: examples/multiply-micro-app/micro-app-one/src/pages/home.tsx type HomeProps (line 6) | interface HomeProps extends RouteComponentProps { FILE: examples/multiply-micro-app/micro-app-one/src/pages/page-one.tsx type ProfileProps (line 3) | interface ProfileProps { FILE: examples/multiply-micro-app/micro-app-one/src/pages/page-two.tsx type PageTwoProps (line 3) | interface PageTwoProps { FILE: examples/multiply-micro-app/micro-app-one/src/types/global.d.ts type Window (line 2) | interface Window { FILE: examples/multiply-micro-app/micro-app-two/src/index.tsx function bootstrap (line 15) | async function bootstrap() { function mount (line 23) | async function mount() { function unmount (line 30) | async function unmount() { function update (line 37) | async function update() { FILE: examples/multiply-micro-app/micro-app-two/src/pages/home.tsx type HomeProps (line 6) | interface HomeProps extends RouteComponentProps { FILE: examples/multiply-micro-app/micro-app-two/src/pages/page-one.tsx type ProfileProps (line 3) | interface ProfileProps { FILE: examples/multiply-micro-app/micro-app-two/src/pages/page-two.tsx type PageTwoProps (line 3) | interface PageTwoProps { FILE: examples/multiply-micro-app/micro-app-two/src/types/global.d.ts type Window (line 2) | interface Window { FILE: examples/quick-start/base-app/src/common/const.ts type MicroAppConfig (line 1) | interface MicroAppConfig { constant MICRO_APPS (line 6) | const MICRO_APPS: MicroAppConfig[] = [ FILE: examples/quick-start/base-app/src/pages/home.tsx type HomeProps (line 5) | interface HomeProps { FILE: examples/quick-start/base-app/src/types/global.d.ts type Window (line 11) | interface Window { FILE: examples/quick-start/micro-app/src/index.tsx function bootstrap (line 15) | async function bootstrap() { function mount (line 23) | async function mount() { function unmount (line 30) | async function unmount() { function update (line 37) | async function update() { FILE: examples/quick-start/micro-app/src/pages/home.tsx type HomeProps (line 6) | interface HomeProps extends RouteComponentProps { FILE: examples/quick-start/micro-app/src/pages/page-one.tsx type ProfileProps (line 3) | interface ProfileProps { FILE: examples/quick-start/micro-app/src/pages/page-two.tsx type PageTwoProps (line 3) | interface PageTwoProps { FILE: examples/quick-start/micro-app/src/types/global.d.ts type Window (line 2) | interface Window { FILE: examples/remote-deploy/base-app/src/common/const.ts type MicroAppConfig (line 1) | interface MicroAppConfig { constant MICRO_APPS (line 6) | const MICRO_APPS: MicroAppConfig[] = [ FILE: examples/remote-deploy/base-app/src/pages/home.tsx type HomeProps (line 5) | interface HomeProps { FILE: examples/remote-deploy/base-app/src/types/global.d.ts type Window (line 11) | interface Window { FILE: examples/remote-deploy/micro-app/src/index.tsx function bootstrap (line 15) | async function bootstrap() { function mount (line 23) | async function mount() { function unmount (line 30) | async function unmount() { function update (line 37) | async function update() { FILE: examples/remote-deploy/micro-app/src/pages/home.tsx type HomeProps (line 6) | interface HomeProps extends RouteComponentProps { FILE: examples/remote-deploy/micro-app/src/pages/page-one.tsx type ProfileProps (line 6) | interface ProfileProps { FILE: examples/remote-deploy/micro-app/src/pages/page-two.tsx type PageTwoProps (line 3) | interface PageTwoProps { FILE: examples/remote-deploy/micro-app/src/types/global.d.ts type Window (line 2) | interface Window { FILE: packages/cli/src/mf-lite.ts constant APP_TYPES (line 19) | const APP_TYPES: (MicroAppWebpackConfigOptions['type'])[] = ['micro-app'... FILE: packages/core/__tests__/assets/bar-tmp.d.ts class Hello2 (line 4) | class Hello2 { FILE: packages/core/__tests__/assets/bar.ts class Hello2 (line 5) | class Hello2 { method constructor (line 8) | constructor(name: string) { FILE: packages/core/__tests__/assets/foo-tmp.d.ts class Hello (line 4) | class Hello { FILE: packages/core/__tests__/assets/foo.ts class Hello (line 5) | class Hello { method constructor (line 8) | constructor(name: string) { FILE: packages/core/src/browser/inject-base-react-refresh.ts type Window (line 5) | interface Window { FILE: packages/core/src/browser/micro-app.tsx type MicroAppProps (line 5) | interface MicroAppProps { type MicroAppCmpStore (line 9) | interface MicroAppCmpStore { type MicroAppRef (line 14) | interface MicroAppRef { FILE: packages/core/src/common/constants.ts constant JS_PREFIX (line 1) | const JS_PREFIX = 'static/js'; constant CSS_PREFIX (line 2) | const CSS_PREFIX = 'static/css'; constant IMG_PREFIX (line 3) | const IMG_PREFIX = 'static/images'; constant FONT_PREFIX (line 4) | const FONT_PREFIX = 'static/fonts'; constant FILE_PREFIX (line 5) | const FILE_PREFIX = 'static/files'; FILE: packages/core/src/node/add-entry-attribute-webpack-plugin.ts class AddEntryAttributeWebpackPlugin (line 10) | class AddEntryAttributeWebpackPlugin { method constructor (line 13) | constructor(matchCallback: (src: string) => boolean) { method apply (line 17) | apply(compiler: webpack.Compiler) { FILE: packages/core/src/node/bundle-module-declare.ts type FileOptions (line 3) | interface FileOptions { FILE: packages/core/src/node/bundle-ts-declaration.ts type BundleFileConfig (line 5) | interface BundleFileConfig { FILE: packages/core/src/node/emit-mf-expose-webpack-plugin.ts type EmitMfExposeWebpackPluginOptions (line 7) | interface EmitMfExposeWebpackPluginOptions { class EmitMfExposeWebpackPlugin (line 45) | class EmitMfExposeWebpackPlugin { method constructor (line 48) | constructor(config: EmitMfExposeWebpackPluginOptions) { method apply (line 52) | apply(compiler: webpack.Compiler) { FILE: packages/core/src/node/get-micro-app-webpack-config.ts type MicroAppWebpackConfigOptions (line 20) | interface MicroAppWebpackConfigOptions { FILE: packages/core/src/node/get-module-federation-exposes.ts type MfExposesModule (line 12) | type MfExposesModule = string | { function getModuleFederationExposes (line 25) | function getModuleFederationExposes(modules: MfExposesModule[]) { FILE: packages/core/src/node/micro-fe-app-config.ts type SharedLibraryExpose (line 3) | type SharedLibraryExpose = string | { type SharedLibrary (line 9) | type SharedLibrary = string | { type MicroAppConfig (line 14) | interface MicroAppConfig {