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
↓ 1 callers
Function
normalizeStyleUrls
(styleUrls: d.ModeStyles)
src/compiler/transformers/decorators-to-static/style-to-static.ts:89
↓ 1 callers
Function
normalizeStyles
(tagName: string, componentFilePath: string, styles: d.StyleCompiler[])
src/compiler/style/normalize-styles.ts:6
↓ 1 callers
Method
normalizeUrl
* Used to normalize the page's URL from a given a string and the current * page's base URL. Largely used when reading an anchor's `href` attribute
src/declarations/stencil-public-compiler.ts:882
↓ 1 callers
Function
npmPackages
* Visits the npm lock file to find the exact versions that are installed * @param sys The system where the command is invoked * @param ionicPackages
src/cli/telemetry/telemetry.ts:330
↓ 1 callers
Function
nt
(t,n)
src/client/polyfills/core-js.js:7
↓ 1 callers
Function
nullifyVNodeRefs
(vNode: d.VNode)
src/runtime/vdom/vdom-render.ts:891
↓ 1 callers
Function
numReturnStatements
* Count the number of return statements in a {@link ts.MethodDeclaration} * * @param method the node within which we're going to count `return` stat
src/compiler/transformers/automatic-key-insertion/index.ts:144
↓ 1 callers
Function
objectToObjectLiteral
(obj: { [key: string]: any }, refs: WeakSet<any>)
src/compiler/transformers/transform-utils.ts:141
↓ 1 callers
Function
oh
(a)
test/wdio/slot-ng-if/assets/angular.min.js:200
↓ 1 callers
Function
onBuildLog
(win: Window, cb: (buildLog: any) => void)
src/dev-server/client/events.ts:13
↓ 1 callers
Method
onError
(err: NodeJS.ErrnoException, workerId: number)
src/sys/node/node-worker-controller.ts:52
↓ 1 callers
Method
onExit
(workerId: number)
src/sys/node/node-worker-controller.ts:61
↓ 1 callers
Function
openDataInEditor
(data: d.OpenInEditorData)
src/dev-server/open-in-editor.ts:84
↓ 1 callers
Function
openInBrowser
(opts: { url: string })
src/dev-server/open-in-browser.ts:3
↓ 1 callers
Function
optimizeBundlers
* Calculate and reorganize bundles based on a calculated similarity score between bundle entries * @param bundles the bundles to reorganize * @param
src/compiler/entries/component-bundles.ts:102
↓ 1 callers
Function
optimizeCriticalPath
(doc: Document, criticalBundlers: string[], outputTarget: d.OutputTargetWww)
src/compiler/html/inject-module-preloads.ts:6
↓ 1 callers
Method
optimizeCss
(inputOpts: OptimizeCssInput)
src/declarations/stencil-private.ts:2715
↓ 1 callers
Function
optimizeEsmImport
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, doc: Document, outputTarget: d.OutputTargetWw
src/compiler/html/inline-esm-import.ts:27
↓ 1 callers
Function
optimizeJs
(inputOpts: OptimizeJsInput)
src/compiler/optimize/optimize-js.ts:16
↓ 1 callers
Function
originalLocationDebugNode
(nodeToRelocate: d.RenderNode)
src/runtime/vdom/vdom-render.ts:1322
↓ 1 callers
Function
outputCopy
(config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx)
src/compiler/output-targets/copy/output-copy.ts:19
↓ 1 callers
Function
outputCustom
(config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx)
src/compiler/output-targets/output-custom.ts:6
↓ 1 callers
Function
outputDocs
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/output-targets/output-docs.ts:26
↓ 1 callers
Function
outputHydrateScript
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/output-targets/dist-hydrate-script/index.ts:6
↓ 1 callers
Function
outputLazy
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/output-targets/dist-lazy/lazy-output.ts:29
↓ 1 callers
Function
outputTypes
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/output-targets/output-types.ts:12
↓ 1 callers
Function
outputWww
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/output-targets/output-www.ts:27
↓ 1 callers
Function
pageCompareScreenshot
( page: pd.E2EPageInternal, env: E2EProcessEnv, desc: string, testPath: string, opts: ScreenshotOpti
src/testing/puppeteer/puppeteer-screenshot.ts:82
↓ 1 callers
Function
parseAndRebuildScriptTags
()
test/bundler/karma-stencil-utils.ts:98
↓ 1 callers
Function
parseAssetsDirs
(staticMembers: ts.ClassElement[], componentFilePath: string)
src/compiler/transformers/static-to-meta/component.ts:272
↓ 1 callers
Function
parseAttachInternals
(staticMembers: ts.ClassElement[])
src/compiler/transformers/static-to-meta/attach-internals.ts:13
↓ 1 callers
Function
parseAttachInternalsCustomStates
( staticMembers: ts.ClassElement[], )
src/compiler/transformers/static-to-meta/attach-internals.ts:28
↓ 1 callers
Function
parseBundles
(collectionManifest: d.CollectionManifest)
src/compiler/transformers/collections/parse-collection-manifest.ts:59
↓ 1 callers
Function
parseCLITerm
(flags: ConfigFlags, args: string[])
src/cli/parse-flags.ts:109
↓ 1 callers
Function
parseClassMethods
(classMethods: ts.MethodDeclaration[], cmpMeta: d.ComponentCompilerMeta)
src/compiler/transformers/static-to-meta/class-methods.ts:6
↓ 1 callers
Function
parseCollection
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, moduleId: string, pkg
src/compiler/transformers/collections/parse-collection-module.ts:7
↓ 1 callers
Function
parseCollectionComponents
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, collectionDir: string,
src/compiler/transformers/collections/parse-collection-components.ts:7
↓ 1 callers
Function
parseCollectionDependencies
(collectionManifest: d.CollectionManifest)
src/compiler/transformers/collections/parse-collection-manifest.ts:38
↓ 1 callers
Function
parseCollectionManifest
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, collectionName: string,
src/compiler/transformers/collections/parse-collection-manifest.ts:6
↓ 1 callers
Function
parseCssComment
* Parse a CSS comment string and insert it into the provided array of * style docstrings. * * @param styleDocs an array which will be modified with
src/compiler/docs/style-docs.ts:46
↓ 1 callers
Function
parseCustomStatesFromDecorator
* Parse custom states from the decorator AST, including JSDoc comments. * * Supports JSDoc comments on state properties: * ```ts * @AttachInternal
src/compiler/transformers/decorators-to-static/attach-internals.ts:89
↓ 1 callers
Function
parseData
( editors: d.DevServerEditor[], sys: d.CompilerSystem, req: d.HttpRequest, data: d.OpenInEditorData, )
src/dev-server/open-in-editor.ts:38
↓ 1 callers
Function
parseDevModuleUrl
(config: d.ValidatedConfig, u: string)
src/compiler/bundle/dev-module.ts:154
↓ 1 callers
Function
parseElementDecorator
(prop: ts.PropertyDeclaration, decoratorName: string)
src/compiler/transformers/decorators-to-static/element-decorator.ts:28
↓ 1 callers
Function
parseEventDecorator
( diagnostics: d.Diagnostic[], typeChecker: ts.TypeChecker, program: ts.Program, prop: ts.PropertyDecl
src/compiler/transformers/decorators-to-static/event-decorator.ts:45
↓ 1 callers
Method
parseFirstProp
(newValue: string)
src/runtime/test/fixtures/cmp-a.tsx:43
↓ 1 callers
Function
parseFormAssociated
(staticMembers: ts.ClassElement[])
src/compiler/transformers/static-to-meta/form-associated.ts:11
↓ 1 callers
Function
parseGlobal
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, collectionDir: string,
src/compiler/transformers/collections/parse-collection-manifest.ts:42
↓ 1 callers
Function
parseListenDecorators
( diagnostics: d.Diagnostic[], typeChecker: ts.TypeChecker, method: ts.MethodDeclaration, decoratorNam
src/compiler/transformers/decorators-to-static/listen-decorator.ts:25
↓ 1 callers
Function
parseListener
(eventName: string, opts: d.ListenOptions = {}, methodName: string)
src/compiler/transformers/decorators-to-static/listen-decorator.ts:62
↓ 1 callers
Function
parseMethodDecorator
( config: d.ValidatedConfig, diagnostics: d.Diagnostic[], tsSourceFile: ts.SourceFile, typeChecker: ts
src/compiler/transformers/decorators-to-static/method-decorator.ts:41
↓ 1 callers
Method
parseMiddleProp
(newValue: string)
src/runtime/test/fixtures/cmp-a.tsx:47
↓ 1 callers
Function
parsePropDecorator
( config: d.ValidatedConfig, diagnostics: d.Diagnostic[], typeChecker: ts.TypeChecker, program: ts.Pro
src/compiler/transformers/decorators-to-static/prop-decorator.ts:79
↓ 1 callers
Function
parseQuerystring
(oldQs: string)
src/dev-server/client/hmr-util.ts:19
↓ 1 callers
Function
parseSerializeDecorator
( typeChecker: ts.TypeChecker, method: ts.MethodDeclaration, decoratorName: string, props: string[], )
src/compiler/transformers/decorators-to-static/serialize-decorators.ts:40
↓ 1 callers
Function
parseStaticElementRef
(staticMembers: ts.ClassElement[])
src/compiler/transformers/static-to-meta/element-ref.ts:5
↓ 1 callers
Function
parseStaticEncapsulation
(staticMembers: ts.ClassElement[])
src/compiler/transformers/static-to-meta/encapsulation.ts:16
↓ 1 callers
Function
parseStaticShadowDelegatesFocus
( encapsulation: string, staticMembers: ts.ClassElement[], )
src/compiler/transformers/static-to-meta/encapsulation.ts:39
↓ 1 callers
Function
parseStaticSlotAssignment
(encapsulation: string, staticMembers: ts.ClassElement[])
src/compiler/transformers/static-to-meta/encapsulation.ts:57
↓ 1 callers
Function
parseStaticStyles
( compilerCtx: d.CompilerCtx, tagName: string, componentFilePath: string, isCollectionDependency: bool
src/compiler/transformers/static-to-meta/styles.ts:8
↓ 1 callers
Function
parseStencilTranspilePaths
* Turn a value which we assert can be 'true' or 'false' to a boolean. * * @param stencilTranspilePaths a value to 'parse' * @returns a boolean
src/testing/test-transpile.ts:38
↓ 1 callers
Function
parseVNodeAnnotations
( doc: Document, node: d.RenderNode, docData: d.DocData, orgLocationNodes: d.RenderNode[], )
src/runtime/vdom/vdom-annotations.ts:110
↓ 1 callers
Function
parseVirtualProps
(docs: d.CompilerJsDoc)
src/compiler/transformers/static-to-meta/component.ts:252
↓ 1 callers
Function
parseWatchDecorator
( typeChecker: ts.TypeChecker, method: ts.MethodDeclaration, decoratorName: string, )
src/compiler/transformers/decorators-to-static/watch-decorator.ts:25
↓ 1 callers
Function
partsToMarkdown
(parts: d.JsonDocsPart[])
src/compiler/docs/readme/markdown-parts.ts:9
↓ 1 callers
Function
patchChild
(elm: any)
src/hydrate/platform/hydrate-app.ts:120
↓ 1 callers
Function
patchCloneNodeFix
(HTMLElementPrototype: any)
src/client/client-patch-browser.ts:35
↓ 1 callers
Function
patchConsoleError
* This monkey-patches `window.console.error` in order to fail a test if that * function is called within a test. * * @returns a teardown function w
test/wdio/prerender-test/cmp.test.tsx:42
↓ 1 callers
Function
patchDomImplementation
(doc: any, opts: d.HydrateFactoryOptions)
src/hydrate/runner/patch-dom-implementation.ts:5
↓ 1 callers
Function
patchInsertBefore
(HostElementPrototype: HTMLElement)
src/runtime/dom-extras.ts:257
↓ 1 callers
Function
patchNextElementSibling
(element: Element)
src/runtime/dom-extras.ts:474
↓ 1 callers
Function
patchNextSibling
(node: Node)
src/runtime/dom-extras.ts:452
↓ 1 callers
Function
patchPreviousElementSibling
(element: Element)
src/runtime/dom-extras.ts:516
↓ 1 callers
Function
patchPreviousSibling
(node: Node)
src/runtime/dom-extras.ts:495
↓ 1 callers
Function
patchSlotAppend
(HostElementPrototype: HTMLElement)
src/runtime/dom-extras.ts:189
↓ 1 callers
Function
patchSlotInsertAdjacentElement
(HostElementPrototype: HTMLElement)
src/runtime/dom-extras.ts:327
↓ 1 callers
Function
patchSlotInsertAdjacentHTML
(HostElementPrototype: HTMLElement)
src/runtime/dom-extras.ts:209
↓ 1 callers
Function
patchSlotInsertAdjacentText
(HostElementPrototype: HTMLElement)
src/runtime/dom-extras.ts:240
↓ 1 callers
Function
patchSlotPrepend
(HostElementPrototype: HTMLElement)
src/runtime/dom-extras.ts:151
↓ 1 callers
Function
patchSlotRemoveChild
(ElementPrototype: any)
src/runtime/dom-extras.ts:126
↓ 1 callers
Function
patchTsSystemWatch
(compilerSystem: d.CompilerSystem, tsSys: ts.System)
src/compiler/sys/typescript/typescript-sys.ts:133
↓ 1 callers
Function
patchTypeScriptSysMinimum
()
src/compiler/sys/typescript/typescript-sys.ts:176
↓ 1 callers
Function
patchWindow
(winToBePatched: any)
src/mock-doc/global.ts:65
↓ 1 callers
Function
pathComponents
(path: string, rootLength: number)
src/utils/path.ts:147
↓ 1 callers
Function
pluginHelper
(config: d.ValidatedConfig, builtCtx: d.BuildCtx, platform: BundlePlatform)
src/compiler/bundle/plugin-helper.ts:6
↓ 1 callers
Function
postUpdate
()
src/runtime/update-component.ts:254
↓ 1 callers
Function
prepareLines
(orgLines: PrintLine[])
src/dev-server/client/app-error.ts:266
↓ 1 callers
Method
prepareModule
( input: string, minifyOpts: any, transpile: boolean, inlineHelpers: boolean, )
src/declarations/stencil-private.ts:2716
↓ 1 callers
Function
prepareRelease
* Prepares a release of Stencil * @param opts build options containing the metadata needed to release a new version of Stencil * @param args stringi
scripts/release.ts:90
↓ 1 callers
Function
prependExtModules
(content: string)
scripts/esbuild/internal.ts:190
↓ 1 callers
Function
prerenderEnsureDir
(sys: d.CompilerSystem, prerenderCtx: PrerenderContext, p: string)
src/compiler/prerender/prerender-worker.ts:213
↓ 1 callers
Function
prerenderUrl
(results: d.PrerenderResults, manager: d.PrerenderManager, url: string)
src/compiler/prerender/prerender-queue.ts:106
↓ 1 callers
Function
prerenderWorker
(sys: d.CompilerSystem, prerenderRequest: d.PrerenderUrlRequest)
src/compiler/prerender/prerender-worker.ts:19
↓ 1 callers
Method
prerenderWorker
(prerenderRequest: PrerenderUrlRequest)
src/declarations/stencil-private.ts:2722
↓ 1 callers
Method
prev
()
test/wdio/async-rerender/cmp.tsx:36
↓ 1 callers
Method
preview
()
test/browser-compile/src/components/app-root/app-root.tsx:226
↓ 1 callers
Function
printDiagnostic
(diagnostic: Diagnostic, cwd?: string)
src/sys/node/logger/terminal-logger.ts:288
↓ 1 callers
Function
printTag
(elm: HTMLElement)
src/hydrate/platform/hydrate-app.ts:320
↓ 1 callers
Function
printUpdateMessage
(logger: Logger, currentVersion: string, latestVersion: string)
src/sys/node/node-stencil-version-checker.ts:121
↓ 1 callers
Function
processCommentedSelector
(rule: CssRule)
src/utils/shadow-css.ts:613
← previous
next →
2,301–2,400 of 5,077, ranked by callers