Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stenciljs/core
/ functions
Functions
5,077 in github.com/stenciljs/core
⨍
Functions
5,077
◇
Types & classes
2,101
↓ 2 callers
Function
createWindowFromHtml
(templateHtml: string, uniqueId: string)
src/hydrate/runner/create-window.ts:5
↓ 2 callers
Method
createWorkerController
* Creates the worker controller for the current system. * * @param maxConcurrentWorkers the max number of concurrent workers to * support
src/declarations/stencil-public-compiler.ts:1202
↓ 2 callers
Function
createWorkerMainContext
(workerCtrl: WorkerMainController)
src/compiler/worker/main-thread.ts:12
↓ 2 callers
Function
cssSelectors
(root: HTMLParentTagTransformElement)
test/wdio/tag-transform/tag-transform.test.tsx:37
↓ 2 callers
Function
da
(a,b,c,d,e)
test/wdio/slot-ng-if/assets/angular.min.js:63
↓ 2 callers
Function
de
(a)
test/wdio/slot-ng-if/assets/angular.min.js:188
↓ 2 callers
Function
declarations
()
src/compiler/style/css-parser/parse-css.ts:203
↓ 2 callers
Function
desugarAlias
(maybeAlias: string)
src/cli/parse-flags.ts:495
↓ 2 callers
Function
desugarRawAlias
(rawAlias: string)
src/cli/parse-flags.ts:517
↓ 2 callers
Function
detectModernPropDeclarations
(classNode: ts.ClassDeclaration, sourceFile?: ts.SourceFile)
src/compiler/transformers/detect-modern-prop-decls.ts:32
↓ 2 callers
Method
disconnect
()
src/mock-doc/resize-observer.ts:6
↓ 2 callers
Function
disconnectedCallback
(elm: d.HostElement)
src/runtime/disconnected-callback.ts:15
↓ 2 callers
Function
dispatch
()
src/runtime/update-component.ts:39
↓ 2 callers
Function
displayProgress
()
src/dev-server/client/progress.ts:75
↓ 2 callers
Function
drainPrerenderQueue
(results: d.PrerenderResults, manager: d.PrerenderManager)
src/compiler/prerender/prerender-queue.ts:68
↓ 2 callers
Function
ec
(a,b)
test/wdio/slot-ng-if/assets/angular.min.js:15
↓ 2 callers
Method
emitValueChange
(event?: Event)
test/wdio/radio-group-blur/test-radio-group.tsx:71
↓ 2 callers
Function
enqueue
(maybePromise: Promise<void> | undefined, fn: () => Promise<void>)
src/runtime/update-component.ts:162
↓ 2 callers
Function
ensureDir
(path: string, inMemoryOnly: boolean)
src/compiler/sys/in-memory-fs.ts:829
↓ 2 callers
Function
errorHandler
(stencilMsgId: number, err: any)
src/sys/node/node-worker-thread.ts:18
↓ 2 callers
Function
errorPrefix
(lines: string[])
src/sys/node/logger/terminal-logger.ts:89
↓ 2 callers
Function
eventListenerCaptureCmp
()
test/wdio/event-listener-capture/cmp.test.tsx:5
↓ 2 callers
Function
expandPartSelectors
(cssText: string)
src/utils/shadow-css.ts:564
↓ 2 callers
Function
expectMinMaxAttributeDefined
(propName: string, newValue: any, oldValue: any)
src/runtime/vdom/test/set-accessor.spec.ts:605
↓ 2 callers
Function
extTransformsPlugin
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/bundle/ext-transforms-plugin.ts:37
↓ 2 callers
Function
fe
(a)
test/wdio/slot-ng-if/assets/angular.min.js:194
↓ 2 callers
Method
fill
()
src/mock-doc/element.ts:679
↓ 2 callers
Function
find
(page: pd.E2EPageInternal, rootHandle: puppeteer.ElementHandle, selector: pd.FindSelector)
src/testing/puppeteer/puppeteer-element.ts:571
↓ 2 callers
Function
findAll
( page: pd.E2EPageInternal, rootHandle: puppeteer.ElementHandle, selector: pd.FindSelector, )
src/testing/puppeteer/puppeteer-element.ts:666
↓ 2 callers
Function
findCorrespondingNode
(node: Node, type: NODE_TYPE.CommentNode | NODE_TYPE.TextNode)
src/runtime/client-hydrate.ts:727
↓ 2 callers
Function
findObjectLiteralMember
( obj: ts.ObjectLiteralExpression, name: string, typeChecker: ts.TypeChecker, )
src/compiler/transformers/decorators-to-static/prop-decorator.ts:581
↓ 2 callers
Function
findSlotNode
(element: Element)
src/runtime/test/scoped.spec.tsx:211
↓ 2 callers
Function
findTypeWithName
(module: ts.SourceFile, typeName: string)
src/compiler/transformers/type-library.ts:210
↓ 2 callers
Function
fireConnectedCallback
(node: any)
src/mock-doc/custom-element-registry.ts:197
↓ 2 callers
Function
flushAll
()
src/testing/platform/testing-task-queue.ts:144
↓ 2 callers
Function
format
(first: string, middle: string, last: string)
src/runtime/test/fixtures/utils.ts:1
↓ 2 callers
Function
formatLazyBundleRuntimeMeta
( bundleId: any, cmps: d.ComponentCompilerMeta[], )
src/utils/format-component-runtime-meta.ts:4
↓ 2 callers
Function
formatPrefixTimestamp
()
src/sys/node/logger/terminal-logger.ts:539
↓ 2 callers
Function
formatUrl
( config: d.ValidatedConfig, pluginCtx: TransformPluginContext, code: string, filePath: string, ext:
src/compiler/bundle/ext-format-plugin.ts:54
↓ 2 callers
Function
foundSuper
(constructorBodyStatements: ts.NodeArray<ts.Statement>)
src/compiler/transformers/transform-utils.ts:1200
↓ 2 callers
Method
fromLocalValue
* Deserializes a LocalValue serialized object back to its original JavaScript representation * * @param serialized The serialized LocalValue obj
src/utils/remote-value.ts:15
↓ 2 callers
Function
g
(a)
src/client/polyfills/dom.js:10
↓ 2 callers
Function
gatherVdomMeta
(m: d.Module | d.ComponentCompilerMeta, args: ts.NodeArray<ts.Expression>)
src/compiler/transformers/static-to-meta/vdom.ts:5
↓ 2 callers
Function
gd
(a,b)
test/wdio/slot-ng-if/assets/angular.min.js:33
↓ 2 callers
Function
ge
(a,b,d)
test/wdio/slot-ng-if/assets/angular.min.js:195
↓ 2 callers
Function
generateCjs
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, rollupBuild: RollupBuil
src/compiler/output-targets/dist-lazy/generate-cjs.ts:9
↓ 2 callers
Function
generateEventDetailTypes
(cmp: d.ComponentCompilerMeta)
src/compiler/types/generate-event-detail-types.ts:15
↓ 2 callers
Function
generateHashedCopy
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, path: string, )
src/compiler/output-targets/copy/hashed-copy.ts:37
↓ 2 callers
Function
generateRandBundleId
()
src/testing/spec-page.ts:37
↓ 2 callers
Function
generateTransformCssToEsm
( input: d.TransformCssToEsmInput, results: d.TransformCssToEsmOutput, )
src/compiler/style/css-to-esm.ts:162
↓ 2 callers
Function
getAppUrl
(config: d.ValidatedConfig, browserUrl: string, appFileName: string)
src/testing/testing-utils.ts:79
↓ 2 callers
Function
getAssetPath
(path: string)
src/runtime/asset-path.ts:3
↓ 2 callers
Method
getAttribute
(attrName: string)
src/mock-doc/node.ts:433
↓ 2 callers
Method
getAttributeNode
(attrName: string)
src/mock-doc/node.ts:455
↓ 2 callers
Method
getCacheFilePath
(key: string)
src/compiler/cache.ts:163
↓ 2 callers
Function
getClientPolyfill
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, polyfillFile: string, )
src/compiler/app-core/app-polyfills.ts:5
↓ 2 callers
Function
getCmpLabel
* Helper function to retrieve custom element used by this test suite. If the element cannot be found, the test that * invoked this function shall f
test/wdio/scoped-slot-text/cmp.test.tsx:16
↓ 2 callers
Function
getCmpLink
(from: d.JsonDocsComponent, to: string, cmps: d.JsonDocsComponent[])
src/compiler/docs/readme/markdown-dependencies.ts:55
↓ 2 callers
Function
getCompilerOptions
* Read the TypeScript compiler configuration file from disk * @param rootDir the location to search for the config file * @returns the configuration
src/testing/jest/jest-29/jest-preprocessor.ts:135
↓ 2 callers
Function
getCompilerOptions
* Read the TypeScript compiler configuration file from disk * @param rootDir the location to search for the config file * @returns the configuration
src/testing/jest/jest-27-and-under/jest-preprocessor.ts:206
↓ 2 callers
Function
getCompilerOptions
* Read the TypeScript compiler configuration file from disk * @param rootDir the location to search for the config file * @returns the configuration
src/testing/jest/jest-28/jest-preprocessor.ts:135
↓ 2 callers
Function
getComplexType
( typeChecker: ts.TypeChecker, node: ts.PropertyDeclaration | ts.GetAccessorDeclaration, type: ts.Type,
src/compiler/transformers/decorators-to-static/prop-decorator.ts:228
↓ 2 callers
Method
getComponentMethodCallLog
()
test/wdio/ts-target/extends-conflicts/cmp.tsx:61
↓ 2 callers
Function
getComponentsFromModules
(moduleFiles: d.Module[])
src/utils/output-target.ts:200
↓ 2 callers
Function
getConstVariableInitializer
(node: ts.Identifier, typeChecker: ts.TypeChecker)
src/compiler/transformers/decorators-to-static/prop-decorator.ts:550
↓ 2 callers
Method
getContext
(context: CanvasContext, contextAttributes?: WebGLContextAttributes)
src/mock-doc/element.ts:692
↓ 2 callers
Function
getDataFilePath
(dataDir: string, screenshotId: string)
src/screenshot/screenshot-fs.ts:30
↓ 2 callers
Function
getEditors
()
src/dev-server/open-in-editor.ts:110
↓ 2 callers
Function
getElementById
(elm: MockElement, id: string)
src/mock-doc/document.ts:301
↓ 2 callers
Method
getEntriesByName
()
src/mock-doc/performance.ts:37
↓ 2 callers
Method
getEnvironmentVar
(key: string)
src/declarations/stencil-public-compiler.ts:1249
↓ 2 callers
Function
getExt
(filePath: string)
src/compiler/fs-watch/fs-watch-rebuild.ts:28
↓ 2 callers
Function
getExternalStyles
(style: d.StyleCompiler)
src/compiler/transformers/transform-utils.ts:1388
↓ 2 callers
Function
getFavIcons
(doc: Document)
src/dev-server/client/status.ts:53
↓ 2 callers
Method
getGetSet
()
test/wdio/attribute-deserializer/cmp.tsx:89
↓ 2 callers
Method
getGetSet
()
test/wdio/property-serializer/cmp.tsx:101
↓ 2 callers
Function
getGlobalScriptData
(config: d.ValidatedConfig, compilerCtx: d.CompilerCtx)
src/compiler/bundle/app-data-plugin.ts:160
↓ 2 callers
Function
getHostRef
(elm: d.RuntimeRef | undefined)
src/testing/platform/testing-host-ref.ts:10
↓ 2 callers
Function
getHydrateOptions
(prerenderConfig: d.PrerenderConfig, url: URL, diagnostics: d.Diagnostic[])
src/compiler/prerender/prerender-hydrate-options.ts:5
↓ 2 callers
Method
getInstance
()
test/wdio/attribute-complex/cmp.tsx:33
↓ 2 callers
Function
getItems
()
test/wdio/slot-nested-dynamic/cmp.test.tsx:8
↓ 2 callers
Method
getJsxNode
()
test/wdio/shared-jsx/factory-jsx.tsx:7
↓ 2 callers
Function
getLabelsForElement
(elm: MockHTMLElement)
src/mock-doc/element.ts:714
↓ 2 callers
Function
getLastCheckStoragePath
()
src/sys/node/node-stencil-version-checker.ts:117
↓ 2 callers
Function
getLazyEntry
(isBrowser: boolean)
src/compiler/output-targets/dist-lazy/lazy-output.ts:181
↓ 2 callers
Function
getModule
(tagName: string)
src/hydrate/platform/index.ts:19
↓ 2 callers
Method
getModulePath
(fromDir: string, moduleId: string)
src/declarations/stencil-public-compiler.ts:3001
↓ 2 callers
Method
getName
(cstr: CustomElementConstructor)
src/mock-doc/custom-element-registry.ts:70
↓ 2 callers
Function
getNamespaceURI
(namespaceURI: string | null)
src/mock-doc/attribute.ts:92
↓ 2 callers
Function
getNewVersion
(oldVersion: string, input: any)
scripts/utils/release-utils.ts:57
↓ 2 callers
Function
getNodeNames
(chidNodes: NodeListOf<ChildNode>)
test/wdio/ssr-hydration/cmp.test.tsx:12
↓ 2 callers
Function
getOriginalTypeName
(identifier: ts.Node, checker: ts.TypeChecker)
src/compiler/transformers/type-library.ts:229
↓ 2 callers
Function
getParser
(ownerDocument: MockDocument)
src/mock-doc/parse-util.ts:40
↓ 2 callers
Function
getPrerenderConfig
(diagnostics: d.Diagnostic[], prerenderConfigPath: string)
src/compiler/prerender/prerender-config.ts:6
↓ 2 callers
Function
getPropertyDescriptor
( obj: object, memberName: string, getOnly?: boolean, )
src/utils/get-prop-descriptor.ts:10
↓ 2 callers
Function
getPublicCompilerMeta
(cmpMeta: d.ComponentCompilerMeta)
src/compiler/transformers/add-component-meta-static.ts:35
↓ 2 callers
Function
getRollupOptions
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, bundleOpts: BundleOptio
src/compiler/bundle/bundle-output.ts:54
↓ 2 callers
Function
getSelector
(selector: pd.FindSelector)
src/testing/puppeteer/puppeteer-element.ts:698
↓ 2 callers
Function
getSitemapUrls
(manager: d.PrerenderManager)
src/compiler/prerender/sitemap-xml.ts:74
↓ 2 callers
Function
getSsrHydrateOptions
(devServerConfig: d.DevServerConfig, serverCtx: d.DevServerContext, url: URL)
src/dev-server/ssr-request.ts:173
← previous
next →
1,201–1,300 of 5,077, ranked by callers