MCPcopy Create free account

hub / github.com/stenciljs/core / functions

Functions5,077 in github.com/stenciljs/core

↓ 2 callersFunctionparseStaticWatchers
(staticMembers: ts.ClassElement[])
src/compiler/transformers/static-to-meta/watchers.ts:6
↓ 2 callersFunctionparseStyleIdentifier
(parsedStyle: ConvertIdentifier, modeName: string)
src/compiler/transformers/static-to-meta/styles.ts:91
↓ 2 callersFunctionparseTypeIntoValues
(type: string)
src/compiler/docs/generate-doc-data.ts:242
↓ 2 callersFunctionpatchParentNode
(node: Node)
src/runtime/dom-extras.ts:538
↓ 2 callersFunctionpatchSlotNode
(node: d.RenderNode)
src/runtime/slot-polyfill-utils.ts:204
↓ 2 callersFunctionpatchTsSystemFileSystem
( config: d.ValidatedConfig, compilerSys: d.CompilerSystem, inMemoryFs: InMemoryFileSystem, tsSys: ts.
src/compiler/sys/typescript/typescript-sys.ts:10
↓ 2 callersFunctionpluck
(obj: { [key: string]: any }, keys: string[])
src/utils/helpers.ts:215
↓ 2 callersFunctionpostUpdateComponent
(hostRef: d.HostRef)
src/runtime/update-component.ts:333
↓ 2 callersFunctionprepareData
( coreCompiler: CoreCompiler, config: d.ValidatedConfig, sys: d.CompilerSystem, duration_ms: number |
src/cli/telemetry/telemetry.ts:128
↓ 2 callersFunctionprettifyTSOutput
(tsOutput: string)
src/compiler/transformers/test/transpile.ts:205
↓ 2 callersFunctionprintCheckVersionResults
(versionChecker: Promise<(() => void) | null>)
src/cli/check-version.ts:28
↓ 2 callersFunctionprintStats
(label, stats)
test/end-to-end/benchmark-compile-time.js:64
↓ 2 callersFunctionprocessCopyTask
(results: d.CopyResults, allCopyTasks: d.CopyTask[], copyTask: d.CopyTask)
src/sys/node/node-copy-tasks.ts:88
↓ 2 callersMethodprocessTaskQueue
()
src/sys/node/node-worker-controller.ts:118
↓ 2 callersFunctionpromiseResolve
(v?: any)
src/client/client-window.ts:51
↓ 2 callersFunctionpropTypeFromTSType
(type: ts.Type)
src/compiler/transformers/decorators-to-static/prop-decorator.ts:263
↓ 2 callersFunctionqc
(a)
test/wdio/slot-ng-if/assets/angular.min.js:34
↓ 2 callersFunctionqd
(a)
test/wdio/slot-ng-if/assets/angular.min.js:41
↓ 2 callersFunctionqueueReconnect
()
src/dev-server/dev-server-client/client-web-socket.ts:122
↓ 2 callersFunctionqueueTask
(queue: d.RafCallback[], write: boolean)
src/client/client-task-queue.ts:15
↓ 2 callersFunctionreadDir
(dir: string)
src/screenshot/screenshot-fs.ts:107
↓ 2 callersFunctionreadFileSync
(p: string)
src/compiler/sys/stencil-sys.ts:171
↓ 2 callersMethodrealpath
* Does not throw.
src/declarations/stencil-public-compiler.ts:1303
↓ 2 callersFunctionrelease
(rootDir: string, args: ReadonlyArray<string>)
scripts/release.ts:16
↓ 2 callersFunctionrelocateToHostRoot
(parentElm: Element)
src/runtime/vdom/vdom-render.ts:212
↓ 2 callersFunctionremoveDestroy
(cb: () => void)
src/compiler/sys/stencil-sys.ts:45
↓ 2 callersMethodremoveDestroy
* Remove a callback which will be ran when destroy() is called.
src/declarations/stencil-public-compiler.ts:1311
↓ 2 callersFunctionremoveDirSync
(p: string, opts: CompilerSystemRemoveDirectoryOptions = {})
src/compiler/sys/stencil-sys.ts:288
↓ 2 callersFunctionremoveItem
(filePath: string)
src/compiler/sys/in-memory-fs.ts:547
↓ 2 callersFunctionremoveMediaWhitespace
(media: string | undefined)
src/compiler/style/css-parser/serialize-css.ts:320
↓ 2 callersFunctionremoveModulePreloads
(doc: Document)
src/compiler/prerender/prerender-optimize.ts:195
↓ 2 callersMethodremoveRow
(id: number)
test/runtime-benchmark/src/components/perf-rows/perf-rows.tsx:141
↓ 2 callersFunctionremoveStencilScripts
(doc: Document)
src/compiler/prerender/prerender-optimize.ts:205
↓ 2 callersFunctionremoveVnodes
(vnodes: d.VNode[], startIdx: number, endIdx: number)
src/runtime/vdom/vdom-render.ts:344
↓ 2 callersFunctionrenderBuildDiagnostic
( results: d.HydrateResults, level: 'error' | 'warn' | 'info' | 'log' | 'debug', header: string, msg:
src/hydrate/runner/render-utils.ts:119
↓ 2 callersFunctionrenderBuildError
(results: d.HydrateResults, msg?: string)
src/hydrate/runner/render-utils.ts:147
↓ 2 callersFunctionrenderCatchError
(opts: d.HydrateFactoryOptions, results: d.HydrateResults, err: any)
src/hydrate/platform/hydrate-app.ts:287
↓ 2 callersMethodrenderInner
()
src/runtime/test/render-vdom.spec.tsx:1211
↓ 2 callersFunctionrenderStream
* Wrapper around `render` method to enable streaming by returning a Readable instead of a promise. * @param win MockDoc window object * @param opts
src/hydrate/runner/render.ts:168
↓ 2 callersFunctionreordered
()
test/wdio/slot-reorder/cmp.test.tsx:76
↓ 2 callersMethodrequire
(fromDir: string, moduleId: string)
src/declarations/stencil-public-compiler.ts:3000
↓ 2 callersFunctionresetElement
(elm: MockElement)
src/mock-doc/node.ts:1132
↓ 2 callersFunctionresetWindowDefaults
(win: MockWindow)
src/mock-doc/window.ts:794
↓ 2 callersFunctionresetWindowDimensions
(win: MockWindow)
src/mock-doc/window.ts:890
↓ 2 callersFunctionresolveAndProcessExtendedClass
* Helper function to resolve and process an extended class from a module. * This handles: * 1. Resolving the module path * 2. Getting the source fi
src/compiler/transformers/static-to-meta/class-extension.ts:71
↓ 2 callersFunctionresolveConstSymbolInitializer
( symbol: ts.Symbol | undefined, typeChecker: ts.TypeChecker, )
src/compiler/transformers/decorators-to-static/prop-decorator.ts:528
↓ 2 callersFunctionresolveInitializerText
(node: ts.Expression, typeChecker: ts.TypeChecker)
src/compiler/transformers/decorators-to-static/prop-decorator.ts:401
↓ 2 callersMethodresolveModule
(fromDir: string, moduleId: string, opts?: d.ResolveModuleOptions)
src/sys/node/node-resolve-module.ts:10
↓ 2 callersFunctionresolveObjectLiteral
( node: ts.Expression, typeChecker: ts.TypeChecker, depth: number, )
src/compiler/transformers/decorators-to-static/prop-decorator.ts:560
↓ 2 callersFunctionrunCommand
(cmd: string, cwd: string)
scripts/updateSelectorEngine.ts:94
↓ 2 callersFunctionrunJest
(config: d.ValidatedConfig, env: d.E2EProcessEnv)
src/testing/jest/jest-29/jest-runner.ts:10
↓ 2 callersFunctionrunPrerenderTask
( coreCompiler: CoreCompiler, config: ValidatedConfig, hydrateAppFilePath?: string, componentGraph?: B
src/cli/task-prerender.ts:27
↓ 2 callersFunctionrunReleaseTasks
(opts: BuildOptions, args: ReadonlyArray<string>)
scripts/release-tasks.ts:40
↓ 2 callersFunctionrunSerializer
(inst: any)
src/runtime/set-value.ts:70
↓ 2 callersFunctionsanitizeDeclaredVersion
* This function is used for fallback purposes, where an npm or yarn lock file doesn't exist in the consumers directory. * This will strip away '*', '
src/cli/telemetry/telemetry.ts:366
↓ 2 callersFunctionsd
(a,b,d,c,e,f)
test/wdio/slot-ng-if/assets/angular.min.js:198
↓ 2 callersFunctionselector
()
src/compiler/style/css-parser/parse-css.ts:163
↓ 2 callersFunctionsendMetric
( sys: d.CompilerSystem, config: d.ValidatedConfig, name: string, value: d.TrackableData, )
src/cli/telemetry/telemetry.ts:379
↓ 2 callersFunctionserializeConsoleMessage
(c: ConsoleMessage)
src/testing/puppeteer/puppeteer-page.ts:355
↓ 2 callersFunctionserializeCssVisitNode
(opts: SerializeOpts, node: CssNode, index: number, len: number)
src/compiler/style/css-parser/serialize-css.ts:37
↓ 2 callersFunctionserializeDecoratorsToStatic
( typeChecker: ts.TypeChecker, decoratedProps: ts.ClassElement[], newMembers: ts.ClassElement[], decor
src/compiler/transformers/decorators-to-static/serialize-decorators.ts:6
↓ 2 callersMethodsetActiveTab
(index: number)
test/wdio/manual-slot-assignment/manual-slot-tabs.tsx:72
↓ 2 callersFunctionsetErrorHandler
(handler: d.ErrorHandler)
src/client/client-log.ts:22
↓ 2 callersMethodsetFilter
(filter: string)
test/wdio/manual-slot-assignment/manual-slot-filter.tsx:67
↓ 2 callersFunctionsetHmrQueryString
(url: string, versionId: string)
src/dev-server/client/hmr-util.ts:44
↓ 2 callersFunctionsetLastCheck
()
src/sys/node/node-stencil-version-checker.ts:108
↓ 2 callersMethodsetNamedItem
(attr: MockAttr)
src/mock-doc/attribute.ts:31
↓ 2 callersFunctionsetQueryString
(url: string, qsKey: string, qsValue: string)
src/dev-server/client/hmr-util.ts:35
↓ 2 callersFunctionsetterSetVal
()
src/runtime/proxy-component.ts:215
↓ 2 callersFunctionsetup
(configOverrides: Partial<d.ValidatedConfig> = {})
src/compiler/output-targets/test/output-lazy-loader.spec.ts:8
↓ 2 callersFunctionsetupConsoleMocker
()
src/testing/testing-utils.ts:134
↓ 2 callersFunctionsetupConsoleMocks
()
src/testing/testing-utils.ts:155
↓ 2 callersMethodsetupFocusTracking
()
test/wdio/ts-target/extends-inheritance-scaling/focus-controller-mixin.ts:28
↓ 2 callersFunctionsetupHydrateApp
(devServerConfig: d.DevServerConfig, serverCtx: d.DevServerContext)
src/dev-server/ssr-request.ts:122
↓ 2 callersMethodsetupValidation
()
test/wdio/ts-target/extends-inheritance-scaling/validation-controller-mixin.ts:28
↓ 2 callersFunctionshouldExcludeFromReaddir
(opts: FsReaddirOptions, item: FsReaddirItem)
src/compiler/sys/in-memory-fs.ts:391
↓ 2 callersFunctionshouldTrack
(config: d.ValidatedConfig, sys: d.CompilerSystem, ci?: boolean)
src/cli/telemetry/shouldTrack.ts:12
↓ 2 callersFunctionshouldTranspileModule
(ext: string)
src/compiler/transpile.ts:172
↓ 2 callersFunctionshuffleArray
(array: any[])
src/testing/testing-utils.ts:7
↓ 2 callersFunctionskipUrlFetch
(url: string)
src/compiler/sys/fetch/fetch-utils.ts:69
↓ 2 callersFunctionsortedAttrNames
* Sort a list of attribute names to ensure that all the attribute names which * are _not_ `"ref"` come before `"ref"`. Preserve the order of the non-
src/runtime/vdom/update-element.ts:77
↓ 2 callersFunctionspanNum
(n: any)
src/runtime/vdom/test/patch.spec.ts:274
↓ 2 callersFunctionspanNumWithOpacity
(n: any, o: any)
src/runtime/vdom/test/patch.spec.ts:588
↓ 2 callersFunctionstandardNormalizeUrl
(diagnostics: d.Diagnostic[], href: string, currentUrl: URL)
src/compiler/prerender/crawl-urls.ts:134
↓ 2 callersFunctionstartCheckVersion
( config: ValidatedConfig, currentVersion: string, )
src/cli/check-version.ts:11
↓ 2 callersMethodstartWorkers
()
src/sys/node/node-worker-controller.ts:83
↓ 2 callersFunctionstencilReady
()
src/testing/puppeteer/puppeteer-events.ts:183
↓ 2 callersMethodstencilSerializeEvent
(ev: CustomEvent)
src/testing/puppeteer/puppeteer-declarations.ts:507
↓ 2 callersMethodstop
()
src/declarations/stencil-public-compiler.ts:2334
↓ 2 callersFunctionstore
()
test/wdio/external-imports/external-store.ts:3
↓ 2 callersFunctionstreamToString
(html: string | any, option?: SerializeDocumentOptions)
src/hydrate/runner/render.ts:25
↓ 2 callersFunctionstubComponentCompilerVirtualProperty
( overrides: Partial<d.ComponentCompilerVirtualProperty> = {}, )
src/compiler/types/tests/ComponentCompilerVirtualProperty.stub.ts:10
↓ 2 callersFunctiontaskTelemetry
(flags: ConfigFlags, sys: d.CompilerSystem, logger: d.Logger)
src/cli/task-telemetry.ts:12
↓ 2 callersFunctiontd
(a)
test/wdio/slot-ng-if/assets/angular.min.js:96
↓ 2 callersFunctionteardownConsoleMocks
* Function to tear down console mocks where you're done with them! Ideally * this would be called right after the assertion you're looking to make
src/testing/testing-utils.ts:144
↓ 2 callersFunctiontestNsAttributes
(element: MockHTMLElement)
src/mock-doc/test/attribute.spec.ts:186
↓ 2 callersFunctiontestScopedStyles
(app: HTMLElement)
test/wdio/prerender-test/cmp.test.tsx:140
↓ 2 callersMethodtext
()
src/testing/mock-fetch.ts:149
↓ 2 callersFunctionthrowNumberParsingError
(flag: string, value: string)
src/cli/parse-flags.ts:481
↓ 2 callersFunctiontitleCase
(str: string)
src/dev-server/client/app-error.ts:229
← previousnext →1,401–1,500 of 5,077, ranked by callers