MCPcopy Index your code

hub / github.com/analogjs/analog / functions

Functions919 in github.com/analogjs/analog

↓ 1 callersFunctionaddAnalogDependencies
( tree: Tree, angularVersion: string, vitest: boolean, nxVersion?: string, )
packages/nx-plugin/src/generators/init/lib/add-analog-dependencies.ts:6
↓ 1 callersFunctionaddAnalogDependencies
( tree: Tree, angularVersion: string, nxVersion?: string, )
packages/nx-plugin/src/generators/setup-vitest/lib/add-analog-dependencies.ts:5
↓ 1 callersFunctionaddAnalogProjectConfig
( tree: Tree, projectRoot: string, projectName: string, parsedTags: string[], name: string, appsDi
packages/nx-plugin/src/generators/app/lib/add-analog-project-config.ts:4
↓ 1 callersFunctionaddAngularApp
(tree: Tree, options: NormalizedOptions)
packages/nx-plugin/src/generators/app/lib/add-angular-app.ts:4
↓ 1 callersFunctionaddDevDependencies
( tree: Tree, angularVersion: string, options: DependencyOptions = {}, )
packages/vitest-angular-tools/src/schematics/utils/dependencies.ts:44
↓ 1 callersFunctionaddExportsOf
(modName: string, visited: Set<string>)
packages/vite-plugin-angular/src/lib/compiler/compile.ts:672
↓ 1 callersFunctionaddFiles
(tree: Tree, options: NormalizedSchema)
packages/nx-plugin/src/generators/page/generator.ts:40
↓ 1 callersFunctionaddFiles
( tree: Tree, options: SetupAnalogGeneratorSchema, majorAngularVersion: number, )
packages/nx-plugin/src/generators/init/generator.ts:24
↓ 1 callersFunctionaddFiles
( tree: Tree, options: NormalizedOptions, majorAngularVersion: number, )
packages/nx-plugin/src/generators/app/lib/add-files.ts:5
↓ 1 callersFunctionaddFiles
( tree: Tree, options: SetupVitestGeneratorSchema, majorAngularVersion: number, )
packages/nx-plugin/src/generators/setup-vitest/generator.ts:17
↓ 1 callersFunctionaddHomePage
( tree: Tree, options: NormalizedOptions, majorAngularVersion: number, )
packages/nx-plugin/src/generators/app/lib/add-home-page.ts:5
↓ 1 callersMethodaddNote
()
apps/trpc-app-e2e-playwright/tests/fixtures/notes.po.ts:14
↓ 1 callersFunctionaddPnpmDependencies
(pkg, template)
packages/create-analog/index.js:398
↓ 1 callersFunctionaddTailwindConfig
(tree: Tree, projectName: string)
packages/nx-plugin/src/generators/app/lib/add-tailwind-config.ts:16
↓ 1 callersFunctionaddTailwindConfigFile
( tree: Tree, options: GeneratorOptions, project: ProjectConfiguration, )
packages/nx-plugin/src/generators/app/lib/add-tailwind-helpers.ts:210
↓ 1 callersFunctionaddTailwindConfigPathToProject
( tree: Tree, options: NormalizedGeneratorOptions, project: ProjectConfiguration, )
packages/nx-plugin/src/generators/app/lib/add-tailwind-helpers.ts:168
↓ 1 callersFunctionaddTailwindDependencies
(pkg)
packages/create-analog/index.js:385
↓ 1 callersFunctionaddTailwindDirectives
(write, filesDir)
packages/create-analog/index.js:378
↓ 1 callersFunctionaddTailwindRequiredPackages
(tree: Tree)
packages/nx-plugin/src/generators/app/lib/add-tailwind-helpers.ts:53
↓ 1 callersFunctionaddYarnDevDependencies
(pkg, template)
packages/create-analog/index.js:391
↓ 1 callersFunctionanalyzeFileUpdates
( stale: ts.SourceFile, updated: ts.SourceFile, compiler: NgtscProgram['compiler'], )
packages/vite-plugin-angular/src/lib/utils/hmr-candidates.ts:93
↓ 1 callersFunctionanalyzeMetaUpdates
* Analyzes the metadata fields of a decorator call expression for unsupported HMR updates. * Only updates to supported fields can be present for HMR
packages/vite-plugin-angular/src/lib/utils/hmr-candidates.ts:272
↓ 1 callersFunctionangularOptionsPlugin
( options: any, { normalizePath, experimentalZoneless, }: { normalizePath: typeof vite.norma
packages/storybook-angular/src/lib/preset.ts:130
↓ 1 callersFunctionangularPlugin
()
packages/vite-plugin-angular/src/lib/angular-vite-plugin.ts:241
↓ 1 callersFunctionangularVitestEsbuildPlugin
()
packages/vite-plugin-angular/src/lib/angular-vitest-plugin.ts:63
↓ 1 callersFunctionangularVitestPlugins
( getInMap?: (id: string) => string | undefined, )
packages/vite-plugin-angular/src/lib/angular-vitest-plugin.ts:128
↓ 1 callersFunctionangularVitestSourcemapPlugin
( getInMap?: (id: string) => string | undefined, )
packages/vite-plugin-angular/src/lib/angular-vitest-plugin.ts:93
↓ 1 callersFunctionattributeNeedsCleaning
(attribute: Attr)
packages/vitest-angular/src/lib/snapshot-serializers/no-ng-attributes.ts:30
↓ 1 callersFunctionaugmentHostWithCaching
( host: ts.CompilerHost, cache: Map<string, ts.SourceFile>, )
packages/vite-plugin-angular/src/lib/host.ts:117
↓ 1 callersFunctionaugmentHostWithResources
( host: ts.CompilerHost, transform: ( code: string, id: string, options?: { ssr?: boolean },
packages/vite-plugin-angular/src/lib/host.ts:10
↓ 1 callersFunctionaugmentProgramWithVersioning
(program: ts.Program)
packages/vite-plugin-angular/src/lib/host.ts:103
↓ 1 callersFunctionbelowMinimumSupportedAngularVersion
(angularVersion: string)
packages/nx-plugin/src/generators/app/versions/minimum-supported-versions.ts:7
↓ 1 callersFunctionbelowMinimumSupportedNxVersion
(nxVersion: string)
packages/nx-plugin/src/generators/app/versions/minimum-supported-versions.ts:5
↓ 1 callersFunctionbuildClassToImportMap
* Read package.json exports to build a map from class name to the correct * sub-entry import path (e.g. "MatTabNav" → "@angular/material/tabs"). *
packages/vite-plugin-angular/src/lib/compiler/dts-reader.ts:123
↓ 1 callersFunctionbuildCtorParameters
( classNode: any, sourceCode: string, typeOnlyImports: Set<string>, )
packages/vite-plugin-angular/src/lib/compiler/jit-metadata.ts:62
↓ 1 callersFunctionbuildDeferDependencyMap
( parsedTemplate: any, sourceFile: ts.SourceFile, registry: ComponentRegistry | undefined, localSelect
packages/vite-plugin-angular/src/lib/compiler/defer.ts:146
↓ 1 callersFunctionbuildI0
Build the `i0` namespace stub. ɵɵngDeclareComponent captures the * metadata; the other declarations are no-ops so eval doesn't crash.
packages/vite-plugin-angular/src/lib/compiler/aot-parity.spec.ts:86
↓ 1 callersFunctionbuildImportMap
(sf: ts.SourceFile)
packages/vite-plugin-angular/src/lib/compiler/defer.ts:100
↓ 1 callersFunctionbuildPropDecorators
( classNode: any, sourceCode: string, )
packages/vite-plugin-angular/src/lib/compiler/jit-metadata.ts:145
↓ 1 callersFunctionbuildSSRApp
(config: UserConfig, options?: Options)
packages/vite-plugin-nitro/src/lib/build-ssr.ts:7
↓ 1 callersFunctionbuildTemplate
(selector: string, attributes: string)
packages/storybook-angular/src/lib/component-wrapper-decorator.ts:104
↓ 1 callersFunctioncheckSlash
(host: string)
packages/vite-plugin-nitro/src/lib/build-sitemap.ts:163
↓ 1 callersFunctioncleanAngularElementAttributes
(node: Element)
packages/vitest-angular/src/lib/snapshot-serializers/no-ng-attributes.ts:51
↓ 1 callersFunctioncleanupFiles
(tree: Tree, options: NormalizedOptions)
packages/nx-plugin/src/generators/app/lib/cleanup-files.ts:4
↓ 1 callersMethodclearCart
()
apps/analog-app/src/app/cart.service.ts:18
↓ 1 callersFunctionclearClientPageEndpointsPlugin
()
packages/platform/src/lib/clear-client-page-endpoint.ts:3
↓ 1 callersFunctioncollectAllImports
(code: string, fileName: string)
packages/vite-plugin-angular/src/lib/compiler/dts-reader.ts:365
↓ 1 callersFunctioncollectConstructorDiTokens
* Walk the program looking for decorated classes with constructors and add * the type names from constructor parameter annotations to `valueReference
packages/vite-plugin-angular/src/lib/compiler/type-elision.ts:172
↓ 1 callersFunctioncollectDeferBlocks
(nodes: any[])
packages/vite-plugin-angular/src/lib/compiler/defer.ts:6
↓ 1 callersFunctioncollectDtsFiles
Recursively collect all .d.ts files under a directory.
packages/vite-plugin-angular/src/lib/compiler/dts-reader.ts:628
↓ 1 callersFunctioncollectExpandedImports
( depClassName: string, visited: Set<string>, )
packages/vite-plugin-angular/src/lib/compiler/compile.ts:438
↓ 1 callersFunctioncollectExportedClassesFromDts
* Read a `.d.ts` entry file and add every class it exports to `map`, * following `export * from './rel'` chains so re-exported classes from * physic
packages/vite-plugin-angular/src/lib/compiler/dts-reader.ts:178
↓ 1 callersFunctioncollectIdentifiers
* Collect identifier names referenced in eagerly-evaluated code only. * Skips function/arrow/class bodies so that lazy references * (e.g. `const TOK
packages/vite-plugin-angular/src/lib/compiler/compile.ts:153
↓ 1 callersFunctioncollectJsFiles
* Recursively collects all .js files from a directory.
packages/platform/src/lib/i18n-extract-plugin.ts:347
↓ 1 callersFunctioncollectStringConstants
(oxcProgram: any)
packages/vite-plugin-angular/src/lib/compiler/metadata.ts:86
↓ 1 callersFunctioncollectTypeReferenceNames
* Recursively extract identifier names from a TS type expression and mark * any that match an imported name as value-referenced.
packages/vite-plugin-angular/src/lib/compiler/type-elision.ts:214
↓ 1 callersFunctioncompileCode
( sourceCode: string, fileName: string, registry?: ComponentRegistry, )
packages/vite-plugin-angular/src/lib/compiler/test-helpers.ts:18
↓ 1 callersFunctioncompilePartialCode
( sourceCode: string, fileName: string, registry?: ComponentRegistry, )
packages/vite-plugin-angular/src/lib/compiler/test-helpers.ts:27
↓ 1 callersFunctionconfig
(userConfig, { mode, command })
packages/vite-plugin-nitro/src/lib/vite-plugin-nitro.ts:79
↓ 1 callersFunctioncopyDir
* @param {string} srcDir * @param {string} destDir
packages/create-analog/index.js:319
↓ 1 callersFunctioncountInlineStyleLiterals
Count the elements of a `styles: [...]` array that {@link extractInlineStyles} would emit.
packages/vite-plugin-angular/src/lib/compiler/resource-inliner.ts:30
↓ 1 callersFunctioncreateChain
(opts: { links: OperationLink<TRouter, TInput, TOutput>[]; op: Operation<TInput>; })
packages/trpc/src/lib/client/shared-internal.ts:44
↓ 1 callersFunctioncreateCompilerPlugin
( pluginOptions: CompilerPluginOptions, isTest: boolean, closeTransformer: boolean, )
packages/vite-plugin-angular/src/lib/compiler-plugin.ts:20
↓ 1 callersFunctioncreateComponentBindings
( mirror: ComponentMirror<unknown>, props?: Record<string, unknown>, hostElement?: Element, )
packages/astro-angular/src/create-component.ts:51
↓ 1 callersFunctioncreateConstructorWithAssignments
( ms: MagicString, sourceCode: string, classBody: any, members: any[], assignments: string[], hasS
packages/vite-plugin-angular/src/lib/compiler/class-field-lowering.ts:249
↓ 1 callersFunctioncreateContext
(event: H3Event)
apps/trpc-app/src/server/trpc/context.ts:8
↓ 1 callersFunctioncreateI18nPostRenderingHook
( i18n: I18nPrerenderOptions, )
packages/vite-plugin-nitro/src/lib/utils/i18n-prerender.ts:53
↓ 1 callersFunctioncreateInputBindings
( mirror: ComponentMirror<unknown>, props?: Record<string, unknown>, )
packages/astro-angular/src/create-component.ts:15
↓ 1 callersFunctioncreateLoader
()
packages/router/src/lib/markdown-helpers.ts:20
↓ 1 callersFunctioncreateOptionalCatchAllMatcher
(paramName: string)
packages/router/src/lib/routes.ts:143
↓ 1 callersFunctioncreateOutputBindings
( hostElement: Element, mirror: ComponentMirror<unknown>, )
packages/astro-angular/src/create-component.ts:32
↓ 1 callersFunctioncreateTRPCRxJSClientProxy
( client: TRPCClient<TRouter>, )
packages/trpc/src/lib/client/trpc-rxjs-proxy.ts:103
↓ 1 callersFunctioncreateTRPCRxJSProxyClient
( opts: CreateTRPCClientOptions<TRouter>, )
packages/trpc/src/lib/client/trpc-rxjs-proxy.ts:128
↓ 1 callersFunctioncreateTemplate
( component: ComponentMirror<unknown>, props: unknown, )
packages/storybook-angular/src/lib/component-wrapper-decorator.ts:69
↓ 1 callersFunctioncreateTrpcClient
({ url, options, batchLinkOptions, }: TrpcOptions<AppRouter>)
packages/trpc/src/lib/client/client.ts:67
↓ 1 callersFunctioncreateTrpcNitroHandler
({ router, createContext, responseMeta, onError, batching, }: ResolveHTTPRequestOptions<TRouter>)
packages/trpc/server/src/lib/server.ts:76
↓ 1 callersFunctioncreateTsConfigGetter
( tsconfigOrGetter?: string | (() => string), )
packages/vite-plugin-angular/src/lib/utils/plugin-config.ts:75
↓ 1 callersFunctioncreateXml
( elementName: 'urlset' | 'sitemapindex', includeXhtml = false, )
packages/vite-plugin-nitro/src/lib/build-sitemap.ts:147
↓ 1 callersFunctioncustomSnapshotSerializer
()
packages/vite-plugin-angular/setup-vitest.ts:79
↓ 1 callersFunctiondecode
(encoded: string)
packages/vite-plugin-angular/src/lib/utils/virtual-ids.ts:17
↓ 1 callersFunctiondepsPlugin
(options?: Options)
packages/platform/src/lib/deps-plugin.ts:8
↓ 1 callersFunctionderiveRelativeImportPath
( fromFile: string, toFile: string, )
packages/vite-plugin-angular/src/lib/compiler/utils.ts:143
↓ 1 callersFunctiondetectFieldDecorators
(classNode: any, sourceCode: string)
packages/vite-plugin-angular/src/lib/compiler/metadata.ts:687
↓ 1 callersFunctiondetectSignals
(classNode: any, sourceCode: string)
packages/vite-plugin-angular/src/lib/compiler/metadata.ts:456
↓ 1 callersFunctiondevServerPlugin
(options: ServerOptions)
packages/vite-plugin-nitro/src/lib/plugins/dev-server-plugin.ts:25
↓ 1 callersFunctionemptyDir
* @param {string} dir
packages/create-analog/index.js:339
↓ 1 callersFunctionencode
(absPath: string)
packages/vite-plugin-angular/src/lib/utils/virtual-ids.ts:13
↓ 1 callersFunctionensureDtsRegistryForSource
(code: string, id: string)
packages/vite-plugin-angular/src/lib/fast-compile-plugin.ts:356
↓ 1 callersFunctionensureSsrIntegrityMarker
()
packages/astro-angular/src/ssr-integrity.ts:6
↓ 1 callersFunctionensureStoryTemplate
( story: IStory, storyContext: StoryContext<TArgs>, )
packages/storybook-angular/src/lib/component-wrapper-decorator.ts:46
↓ 1 callersFunctionensureSyntaxHighlighter
(root, pkg, highlighter)
packages/create-analog/index.js:404
↓ 1 callersFunctionescapeHtml
(code: string)
packages/platform/src/lib/content/shiki/shiki-highlighter.ts:37
↓ 1 callersFunctioneventReplayPlugin
()
packages/platform/src/lib/ssr/inject-html-plugin.ts:8
↓ 1 callersFunctionexpandModule
( moduleName: string, visited = new Set<string>(), )
packages/vite-plugin-angular/src/lib/compiler/compile.ts:526
↓ 1 callersFunctionexpectEmit
* Fuzzy matcher for Angular compliance test expected output. * - Replaces $r3$ with i0 * - Handles … (ellipsis) as "skip anything" * - Whitespace-t
packages/vite-plugin-angular/src/lib/compiler/conformance.spec.ts:22
↓ 1 callersFunctionextractConstructorDeps
( classNode: any, sourceCode: string, typeOnlyImports: Set<string>, )
packages/vite-plugin-angular/src/lib/compiler/metadata.ts:932
↓ 1 callersMethodextractHeadings
(content: string)
packages/content/src/lib/content-renderer.ts:72
↓ 1 callersMethodextractHeadingsFromHtml
(content: string)
packages/content/src/lib/content-renderer.ts:114
↓ 1 callersMethodextractHeadingsFromMarkdown
(content: string)
packages/content/src/lib/content-renderer.ts:82
↓ 1 callersFunctionextractInjectableDeps
* Parse an `@Injectable({ deps: [...] })` dependency list into * R3DependencyMetadata. Each element is either a bare token expression or a * flag ar
packages/vite-plugin-angular/src/lib/compiler/metadata.ts:871
← previousnext →301–400 of 919, ranked by callers