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
Method
e2eDispose
()
src/testing/puppeteer/puppeteer-declarations.ts:476
↓ 1 callers
Function
e2eGoTo
(page: E2EPageInternal, url: string, options: WaitForOptions = {})
src/testing/puppeteer/puppeteer-page.ts:176
↓ 1 callers
Method
e2eRunActions
()
src/testing/puppeteer/puppeteer-element.ts:438
↓ 1 callers
Method
e2eRunActions
()
src/testing/puppeteer/puppeteer-declarations.ts:477
↓ 1 callers
Function
e2eSetContent
(page: E2EPageInternal, html: string, options: WaitForOptions = {})
src/testing/puppeteer/puppeteer-page.ts:210
↓ 1 callers
Method
e2eSync
()
src/testing/puppeteer/puppeteer-declarations.ts:478
↓ 1 callers
Function
eachLineHasLeadingWhitespace
(lines: PrintLine[])
src/dev-server/client/app-error.ts:285
↓ 1 callers
Function
eachLineHasLeadingWhitespace
(lines: PrintLine[])
src/sys/node/logger/terminal-logger.ts:671
↓ 1 callers
Function
elementDecoratorsToStatic
( diagnostics: d.Diagnostic[], decoratedMembers: ts.ClassElement[], newMembers: ts.ClassElement[], dec
src/compiler/transformers/decorators-to-static/element-decorator.ts:8
↓ 1 callers
Function
emitBuildLog
(win: Window, buildLog: any)
src/dev-server/client/events.ts:1
↓ 1 callers
Function
emitBuildResults
(win: Window, buildResults: any)
src/dev-server/client/events.ts:5
↓ 1 callers
Method
emitTest
()
src/runtime/test/mixin.spec.tsx:70
↓ 1 callers
Function
emptyDir
(dir: string)
src/screenshot/screenshot-fs.ts:93
↓ 1 callers
Method
enable
()
src/testing/testing-logger.ts:6
↓ 1 callers
Function
enableTelemetry
(sys: d.CompilerSystem)
src/cli/telemetry/telemetry.ts:472
↓ 1 callers
Function
encodeBase64Unicode
* Unicode-safe base64 encoding that handles characters outside Latin1 range. * Unlike btoa(), this properly handles Unicode characters including emoj
src/utils/serialize.ts:12
↓ 1 callers
Method
encodeToBase64
(str: string)
src/declarations/stencil-public-compiler.ts:1203
↓ 1 callers
Function
encodeToRfc3986
(filename: string)
src/utils/sourcemaps.ts:43
↓ 1 callers
Function
ensureDirs
(copyTasks: d.CopyTask[])
src/sys/node/node-copy-tasks.ts:140
↓ 1 callers
Function
err
(value: T)
src/utils/result.ts:70
↓ 1 callers
Function
escapeBlocks
(input: string)
src/utils/shadow-css.ts:168
↓ 1 callers
Function
escapeMarkdownTableColumn
(text: string)
src/compiler/docs/readme/docs-util.ts:30
↓ 1 callers
Function
escapeRegExp
(text: string)
src/compiler/html/update-global-styles-link.ts:35
↓ 1 callers
Function
esm2CJSPlugin
* The `open` NPM package is build as ESM module and uses ESM runtime features like `import.meta.url`. * This plugin transforms this into CJS complian
scripts/esbuild/dev-server.ts:269
↓ 1 callers
Function
evaluateConfigFile
( diagnostics: Diagnostic[], configFilePath: string, )
src/compiler/config/load-config.ts:146
↓ 1 callers
Function
eventDecoratorsToStatic
( diagnostics: d.Diagnostic[], decoratedProps: ts.ClassElement[], typeChecker: ts.TypeChecker, program
src/compiler/transformers/decorators-to-static/event-decorator.ts:15
↓ 1 callers
Function
eventListenerCaptureCmp
()
test/wdio/event-listener-capture/event-re-register.test.tsx:7
↓ 1 callers
Function
eventsToMarkdown
(events: d.JsonDocsEvent[])
src/compiler/docs/readme/markdown-events.ts:4
↓ 1 callers
Function
excludeStaticComponents
( doc: Document, hydrateOpts: d.PrerenderHydrateOptions, hydrateResults: d.HydrateResults, )
src/compiler/prerender/prerender-optimize.ts:139
↓ 1 callers
Function
exportedTypesInSourceFile
( sourceFile: ts.SourceFile, exportedTypeNodes: TypeDeclLike[] = [], )
src/compiler/transformers/type-library.ts:102
↓ 1 callers
Function
extFormatPlugin
(config: d.ValidatedConfig)
src/compiler/bundle/ext-format-plugin.ts:7
↓ 1 callers
Method
extname
(p: string)
src/declarations/stencil-public-compiler.ts:1400
↓ 1 callers
Function
extractCommentsWithHash
(input: string)
src/utils/shadow-css.ts:135
↓ 1 callers
Function
extractExistingCssProps
( compilerCtx: d.CompilerCtx, readmePath: string, )
src/compiler/docs/readme/output-docs.ts:144
↓ 1 callers
Function
fa
(a)
src/client/polyfills/dom.js:22
↓ 1 callers
Function
fakeBundleIds
(_cmp: d.ComponentCompilerMeta)
src/compiler/transformers/component-hydrate/hydrate-runtime-cmp-meta.ts:33
↓ 1 callers
Function
fb
(a,b)
test/wdio/slot-ng-if/assets/angular.min.js:42
↓ 1 callers
Method
fetchData
()
test/wdio/async-rerender/cmp.tsx:31
↓ 1 callers
Function
fetchModuleAsync
( sys: d.CompilerSystem, inMemoryFs: InMemoryFileSystem, pkgVersions: Map<string, string>, url: string
src/compiler/sys/fetch/fetch-module-async.ts:7
↓ 1 callers
Function
fetchUrlSync
(url: string)
src/compiler/sys/fetch/fetch-module-sync.ts:28
↓ 1 callers
Function
fileLoadPlugin
(fs: InMemoryFileSystem)
src/compiler/bundle/file-load-plugin.ts:6
↓ 1 callers
Method
filePath
* Returns the file path which the prerendered HTML content * should be written to.
src/declarations/stencil-public-compiler.ts:867
↓ 1 callers
Method
fillPageArray
(start: number, num: number)
test/wdio/declarative-shadow-dom/page-list.tsx:12
↓ 1 callers
Method
filterAnchor
* Return `true` the given `<a>` element should be crawled or not.
src/declarations/stencil-public-compiler.ts:858
↓ 1 callers
Function
filterCopyTasks
(config: d.ValidatedConfig, tasks: d.CopyTask[], changedFiles: string[])
src/compiler/output-targets/copy/output-copy.ts:71
↓ 1 callers
Method
filterUrl
* Return `true` if the given URL should be prerendered or not.
src/declarations/stencil-public-compiler.ts:862
↓ 1 callers
Function
findAndReplaceLoadModule
()
scripts/esbuild/internal-platform-client.ts:110
↓ 1 callers
Function
findConfig
(opts: FindConfigOptions)
src/cli/find-config.ts:27
↓ 1 callers
Function
findGetProp
(propName: string, members: ts.ClassElement[])
src/compiler/transformers/decorators-to-static/prop-decorator.ts:379
↓ 1 callers
Function
findRootComponent
* Return the first Element whose {@link Element#nodeName} property matches a tag found in the provided `cmpTags` * argument. * * If the `nodeName`
src/testing/spec-page.ts:324
↓ 1 callers
Function
findSetter
(propName: string, members: ts.ClassElement[])
src/compiler/transformers/decorators-to-static/prop-decorator.ts:366
↓ 1 callers
Function
findSupplementalPublicTypes
* If the `supplementalPublicTypes` option is set on one output target, find that value and return it. * * @param outputTargets an array of docs-json
src/compiler/docs/generate-doc-data.ts:64
↓ 1 callers
Function
findWithCssSelector
(rootHandle: puppeteer.ElementHandle, lightSelector: string)
src/testing/puppeteer/puppeteer-element.ts:603
↓ 1 callers
Function
findWithText
( page: pd.E2EPageInternal, rootHandle: puppeteer.ElementHandle, text: string, contains: string, )
src/testing/puppeteer/puppeteer-element.ts:613
↓ 1 callers
Function
flattenDiagnosticMessageText
( tsDiagnostic: Diagnostic, diag: string | DiagnosticMessageChain | undefined, )
src/utils/logger/logger-typescript.ts:184
↓ 1 callers
Function
flushLoadModule
(bundleId?: string)
src/testing/platform/testing-task-queue.ts:179
↓ 1 callers
Function
flushQueue
()
src/testing/platform/testing-task-queue.ts:98
↓ 1 callers
Function
flushQueuedRefCallbacks
()
src/runtime/vdom/vdom-render.ts:920
↓ 1 callers
Function
flushTicks
()
src/testing/platform/testing-task-queue.ts:42
↓ 1 callers
Method
fork
(forkModulePath: string)
src/sys/node/node-worker-main.ts:40
↓ 1 callers
Method
fork
()
src/sys/node/test/test-worker-main.ts:9
↓ 1 callers
Function
format
(first: string, middle: string, last: string)
test/bundler/component-library/src/utils/utils.ts:1
↓ 1 callers
Function
formatAttrName
(compilerProperty: d.ComponentCompilerProperty)
src/utils/format-component-runtime-meta.ts:155
↓ 1 callers
Function
formatComponentRuntimeMembers
( compilerMeta: d.ComponentCompilerMeta, includeMethods = true, )
src/utils/format-component-runtime-meta.ts:104
↓ 1 callers
Function
formatDiagnostic
(diagnostic: Diagnostic)
src/testing/jest/jest-29/jest-preprocessor.ts:111
↓ 1 callers
Function
formatDiagnostic
(diagnostic: Diagnostic)
src/testing/jest/jest-27-and-under/jest-preprocessor.ts:182
↓ 1 callers
Function
formatDiagnostic
(diagnostic: Diagnostic)
src/testing/jest/jest-28/jest-preprocessor.ts:111
↓ 1 callers
Function
formatDocBlock
* Formats the given compiled docs to a JavaScript doc block * @param docs the compiled JS docs * @param indentation number of spaces to indent the b
src/utils/util.ts:154
↓ 1 callers
Function
formatErrorCode
(errorCode: any)
src/utils/logger/logger-rollup.ts:160
↓ 1 callers
Function
formatFlags
(compilerProperty: d.ComponentCompilerProperty)
src/utils/format-component-runtime-meta.ts:130
↓ 1 callers
Function
formatHostListeners
(compilerMeta: d.ComponentCompilerMeta)
src/utils/format-component-runtime-meta.ts:218
↓ 1 callers
Function
formatLazyBundlesRuntimeMeta
(bundleModules: d.BundleModule[])
src/compiler/output-targets/dist-lazy/generate-lazy-module.ts:303
↓ 1 callers
Function
formatMethodsRuntimeMember
(methods: d.ComponentCompilerMethod[])
src/utils/format-component-runtime-meta.ts:204
↓ 1 callers
Function
formatPropType
(type: d.ComponentCompilerPropertyType)
src/utils/format-component-runtime-meta.ts:174
↓ 1 callers
Function
formatPropertiesRuntimeMember
(properties: d.ComponentCompilerProperty[])
src/utils/format-component-runtime-meta.ts:115
↓ 1 callers
Function
formatStatesRuntimeMember
(states: d.ComponentCompilerState[])
src/utils/format-component-runtime-meta.ts:190
↓ 1 callers
Method
freemem
()
src/declarations/stencil-public-compiler.ts:1465
↓ 1 callers
Function
generateComponentBundles
( config: d.ValidatedConfig, buildCtx: d.BuildCtx, )
src/compiler/entries/component-bundles.ts:64
↓ 1 callers
Function
generateComponentTypesFile
( config: d.ValidatedConfig, buildCtx: d.BuildCtx, areTypesInternal: boolean, )
src/compiler/types/generate-app-types.ts:67
↓ 1 callers
Function
generateCustomDocs
( config: d.ValidatedConfig, docsData: d.JsonDocs, outputTargets: d.OutputTarget[], )
src/compiler/docs/custom/index.ts:5
↓ 1 callers
Function
generateCustomElementType
(componentsDtsRelPath: string, cmp: d.ComponentCompilerMeta)
src/compiler/output-targets/dist-custom-elements/custom-elements-types.ts:213
↓ 1 callers
Function
generateCustomElementsTypesOutput
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, typesDir: string, out
src/compiler/output-targets/dist-custom-elements/custom-elements-types.ts:38
↓ 1 callers
Function
generateDocs
(readme: string | undefined, jsdoc: d.CompilerJsDoc)
src/compiler/docs/generate-doc-data.ts:450
↓ 1 callers
Function
generateElementInterfaceWithConflictResolution
* Generate element interface with method conflict resolution using intersection types * @param htmlElementName the name of the HTML element interface
src/compiler/types/generate-component-types.ts:201
↓ 1 callers
Function
generateEntryModules
* Generate entry modules to be used by the build process by determining how * modules and components are connected * * **Note**: this function muta
src/compiler/output-targets/dist-lazy/lazy-output.ts:153
↓ 1 callers
Function
generateEs5DisabledMessage
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, outputTarget: d.OutputTargetWww, )
src/compiler/app-core/app-es5-disabled.ts:5
↓ 1 callers
Function
generateEsm
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, rollupBuild: RollupBuil
src/compiler/output-targets/dist-lazy/generate-esm.ts:10
↓ 1 callers
Function
generateEsmBrowser
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, rollupBuild: RollupBuil
src/compiler/output-targets/dist-lazy/generate-esm-browser.ts:9
↓ 1 callers
Method
generateFileHash
* Generates a sha1 digest encoded as HEX from a file path
src/declarations/stencil-public-compiler.ts:1236
↓ 1 callers
Function
generateHostConfig
(compilerCtx: d.CompilerCtx, outputTarget: d.OutputTargetWww)
src/compiler/output-targets/output-www.ts:104
↓ 1 callers
Function
generateHydrateApp
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, outputTargets: d.Output
src/compiler/output-targets/dist-hydrate-script/generate-hydrate-app.ts:48
↓ 1 callers
Function
generateHydrateFactory
(config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx)
src/compiler/output-targets/dist-hydrate-script/generate-hydrate-app.ts:115
↓ 1 callers
Function
generateHydrateFactoryEntry
(buildCtx: d.BuildCtx)
src/compiler/output-targets/dist-hydrate-script/generate-hydrate-app.ts:142
↓ 1 callers
Function
generateHydrateResults
(opts: d.HydrateDocumentOptions)
src/hydrate/runner/render-utils.ts:56
↓ 1 callers
Method
generateImportAliasMap
* Parses a {@link ts.SourceFile} and generates a map of all imported Stencil decorators * to their aliases import name (if one exists). * * @
src/compiler/transformers/decorators-to-static/import-alias-map.ts:17
↓ 1 callers
Function
generateIndexDts
(indexDtsPath: string, componentsDtsPath: string)
src/compiler/output-targets/output-lazy-loader.ts:66
↓ 1 callers
Function
generateIndexHtml
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, criticalPath: string[],
src/compiler/output-targets/output-www.ts:142
↓ 1 callers
Function
generateJsonDocs
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, docsData: d.JsonDocs, outputTargets: d.Output
src/compiler/docs/json/index.ts:5
↓ 1 callers
Method
generateJsonpDataUris
(build: ScreenshotBuild)
src/declarations/stencil-private.ts:1943
↓ 1 callers
Function
generateLazyEntryModule
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, rollupResult: d.RollupC
src/compiler/output-targets/dist-lazy/generate-lazy-module.ts:181
← previous
next →
1,801–1,900 of 5,077, ranked by callers