Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/stenciljs/core
/ functions
Functions
5,077 in github.com/stenciljs/core
⨍
Functions
5,077
◇
Types & classes
2,101
↓ 12 callers
Function
setBooleanConfig
( config: d.UnvalidatedConfig, configName: (K & keyof ConfigFlags) | K, flagName: keyof ConfigFlags | nu
src/compiler/config/config-utils.ts:28
↓ 12 callers
Method
setProperty
* Used to set a property set on a component. For example, if a * component has the property `elm.myProp`, then calling * `elm.setProperty('myPro
src/testing/puppeteer/puppeteer-declarations.ts:384
↓ 12 callers
Method
text
()
src/mock-doc/element.ts:542
↓ 12 callers
Method
toMarkdown
()
src/compiler/docs/readme/docs-util.ts:25
↓ 12 callers
Function
toVNode
(node: Node)
src/runtime/vdom/util.ts:13
↓ 12 callers
Method
yellow
(msg: string)
src/testing/testing-logger.ts:45
↓ 11 callers
Function
S
(t)
src/client/polyfills/core-js.js:7
↓ 11 callers
Function
addCustomElementInputs
( buildCtx: d.BuildCtx, bundleOpts: BundleOptions, outputTarget: d.OutputTargetDistCustomElements, )
src/compiler/output-targets/dist-custom-elements/index.ts:193
↓ 11 callers
Function
addFileToLibrary
(config: ValidatedConfig, filePath: string)
src/compiler/transformers/type-library.ts:79
↓ 11 callers
Function
addTagTransformToCssTsAST
( cssCode: string, tagNames: string[], )
src/compiler/transformers/transform-utils.ts:1442
↓ 11 callers
Method
componentDidLoad
* The component has loaded and has already rendered. * * Updating data in this method will cause the * component to re-render. * * comp
src/declarations/stencil-public-runtime.ts:567
↓ 11 callers
Function
consoleError
(e: any, el?: HTMLElement)
src/client/client-log.ts:7
↓ 11 callers
Function
createTestNode
(overrides: Partial<d.VNode> = {})
src/runtime/vdom/test/update-element.spec.ts:8
↓ 11 callers
Function
d
(t,n,e)
src/client/polyfills/core-js.js:7
↓ 11 callers
Method
disconnectedCallback
()
src/declarations/stencil-public-runtime.ts:597
↓ 11 callers
Function
escapeWithPattern
( text: string, pattern: RegExp | string, replacement: string, replaceAll: boolean = true, )
src/utils/helpers.ts:62
↓ 11 callers
Function
filterExcludedComponents
( components: d.ComponentCompilerMeta[], config: d.ValidatedConfig, )
src/utils/output-target.ts:63
↓ 11 callers
Function
generateComponentTypes
( cmp: d.ComponentCompilerMeta, typeImportData: d.TypesImportData, areTypesInternal: boolean, )
src/compiler/types/generate-component-types.ts:48
↓ 11 callers
Function
generatePropTypes
(cmpMeta: d.ComponentCompilerMeta, typeImportData: d.TypesImportData)
src/compiler/types/generate-prop-types.ts:12
↓ 11 callers
Function
getBundleOptions
( config: d.ValidatedConfig, buildCtx: d.BuildCtx, compilerCtx: d.CompilerCtx, outputTarget: d.OutputT
src/compiler/output-targets/dist-custom-elements/index.ts:73
↓ 11 callers
Function
getCommitInstructions
(items: FsItems)
src/compiler/sys/in-memory-fs.ts:1212
↓ 11 callers
Function
getDocsStyles
(cmpMeta: d.ComponentCompilerMeta)
src/compiler/docs/generate-doc-data.ts:332
↓ 11 callers
Function
getEsbuildAliases
()
scripts/esbuild/utils/index.ts:12
↓ 11 callers
Function
getLazyBuildConditionals
( config: d.ValidatedConfig, cmps: d.ComponentCompilerMeta[], )
src/compiler/output-targets/dist-lazy/lazy-build-conditionals.ts:6
↓ 11 callers
Method
getNamedItem
(attrName: string)
src/mock-doc/attribute.ts:49
↓ 11 callers
Function
getSourceMappingUrlLinker
(url: string)
src/utils/sourcemaps.ts:57
↓ 11 callers
Function
getTextDocs
(docs: d.CompilerJsDoc | undefined | null)
src/utils/util.ts:116
↓ 11 callers
Function
getTypeLibrary
()
src/compiler/transformers/type-library.ts:65
↓ 11 callers
Function
getWriteFilePathFromUrlPath
(manager: d.PrerenderManager, inputHref: string)
src/compiler/prerender/prerendered-write-path.ts:6
↓ 11 callers
Function
jsx
(type: any, props: any, key?: string)
src/runtime/vdom/jsx-runtime.ts:25
↓ 11 callers
Method
nextTick
(cb: () => void)
src/declarations/stencil-public-compiler.ts:1271
↓ 11 callers
Function
oa
(a,b,c)
test/wdio/slot-ng-if/assets/angular.min.js:88
↓ 11 callers
Function
open
()
src/compiler/style/css-parser/parse-css.ts:98
↓ 11 callers
Function
ra
(a)
test/wdio/slot-ng-if/assets/angular.min.js:49
↓ 11 callers
Method
removeEventListener
(type: K, listener: (this: HTMLTodoItemElement, ev: TodoItemCustomEvent<HTMLTodoItemElementEventMap[K]>) => an
test/todo-app/src/components.d.ts:59
↓ 11 callers
Method
toEqualAttributes
* Checks if an element's has each of the expected attribute * names and values.
src/declarations/stencil-private.ts:2325
↓ 11 callers
Function
ua
(a)
test/wdio/slot-ng-if/assets/angular.min.js:12
↓ 11 callers
Function
updateImportPaths
(code: string, newDir: string)
src/compiler/html/inline-esm-import.ts:91
↓ 11 callers
Function
updateTypeIdentifierNames
( typeReferences: d.ComponentCompilerTypeReferences, typeImportData: d.TypesImportData, sourceFilePath:
src/compiler/types/stencil-types.ts:44
↓ 11 callers
Method
values
()
src/mock-doc/headers.ts:117
↓ 10 callers
Function
Aa
(a)
test/wdio/slot-ng-if/assets/angular.min.js:18
↓ 10 callers
Function
St
(t,n,e,o)
src/client/polyfills/core-js.js:7
↓ 10 callers
Function
addStaticStyleGetterWithinClass
( classMembers: ts.ClassElement[], cmp: d.ComponentCompilerMeta, buildCtx: d.BuildCtx, )
src/compiler/transformers/add-static-style.ts:20
↓ 10 callers
Method
appendChild
(newNode: MockElement)
src/mock-doc/document.ts:173
↓ 10 callers
Method
attachShadow
(_opts: ShadowRootInit)
src/mock-doc/node.ts:277
↓ 10 callers
Function
b
()
src/client/polyfills/dom.js:26
↓ 10 callers
Function
createMockConfig
(excludePatterns?: string[])
src/utils/test/output-target.spec.ts:101
↓ 10 callers
Function
createStyleIdentifier
(cmp: d.ComponentCompilerMeta, style: d.StyleCompiler)
src/compiler/transformers/add-static-style.ts:165
↓ 10 callers
Function
createTime
(fnName: string, tagName = '')
src/runtime/profile.ts:8
↓ 10 callers
Method
define
(tagName: string, cstr: any, options?: any)
src/mock-doc/custom-element-registry.ts:10
↓ 10 callers
Function
deserializeProperty
(value: string)
src/utils/serialize.ts:66
↓ 10 callers
Method
destroy
()
src/declarations/stencil-public-compiler.ts:1923
↓ 10 callers
Function
execa
* We have to wrap `execa` in a promise to ensure it works with `Listr`. `Listr` uses rxjs under the hood which * seems to have issues with `execa`'s
scripts/release-tasks.ts:16
↓ 10 callers
Function
flatOne
(array: T[][])
src/utils/helpers.ts:130
↓ 10 callers
Function
fn
()
src/runtime/vdom/test/set-accessor.spec.ts:20
↓ 10 callers
Function
generateDocData
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/docs/generate-doc-data.ts:29
↓ 10 callers
Function
generateEventListenerTypes
( cmp: d.ComponentCompilerMeta, typeImportData: d.TypesImportData, )
src/compiler/types/generate-event-listener-types.ts:14
↓ 10 callers
Function
getTxtHtml
(html: string, className: string)
test/wdio/ts-target/ts-target-props/cmp.test.tsx:19
↓ 10 callers
Method
hasState
(stateName: string)
test/wdio/custom-states/cmp.tsx:44
↓ 10 callers
Function
hashAsset
( sys: d.CompilerSystem, hydrateOpts: d.PrerenderHydrateOptions, appDir: string, doc: Document, curr
src/compiler/prerender/prerender-optimize.ts:294
↓ 10 callers
Method
isClosed
()
src/testing/puppeteer/puppeteer-declarations.ts:186
↓ 10 callers
Function
nativeComponentTransform
( compilerCtx: d.CompilerCtx, transformOpts: d.TransformOptions, buildCtx: d.BuildCtx, )
src/compiler/transformers/component-native/tranform-to-native-component.ts:30
↓ 10 callers
Function
patchHostOriginalAccessor
* Patches a node or element; making it's original accessor method available under a new name. * e.g. `nextSibling` -> `__nextSibling` * * @param ac
src/runtime/dom-extras.ts:573
↓ 10 callers
Function
proxyCustomElement
( compilerCtx: d.CompilerCtx, transformOpts: d.TransformOptions, )
src/compiler/transformers/component-native/proxy-custom-element-function.ts:30
↓ 10 callers
Function
readConfig
(sys: d.CompilerSystem)
src/cli/ionic-config.ts:17
↓ 10 callers
Method
red
(msg: string)
src/testing/testing-logger.ts:39
↓ 10 callers
Function
removeUnusedStyles
(doc: Document, diagnostics: d.Diagnostic[])
src/compiler/html/remove-unused-styles.ts:15
↓ 10 callers
Function
responseHeaders
(headers: d.DevResponseHeaders, httpCache = false)
src/dev-server/dev-server-utils.ts:6
↓ 10 callers
Function
safeCall
(instance: any, method: string, arg?: any, elm?: HTMLElement)
src/runtime/update-component.ts:455
↓ 10 callers
Method
setItem
(key: string, value: string)
src/mock-doc/storage.ts:17
↓ 10 callers
Function
shouldLog
(currentSetting: LogLevel, messageLevel: LogLevel)
src/sys/node/logger/terminal-logger.ts:531
↓ 10 callers
Function
skipFilePathFetch
(filePath: string)
src/compiler/sys/fetch/fetch-utils.ts:49
↓ 10 callers
Function
tagRequiresScoped
(tagName: string, opts: d.HydrateFactoryOptions['serializeShadowRoot'])
src/hydrate/platform/hydrate-app.ts:368
↓ 10 callers
Function
transformTag
(tag: T)
src/runtime/tag-transform.ts:10
↓ 10 callers
Function
trim
(str: string)
src/compiler/style/css-parser/parse-css.ts:589
↓ 10 callers
Function
updateConstructor
( classNode: ts.ClassDeclaration, classMembers: ts.ClassElement[], statements: ts.Statement[], paramet
src/compiler/transformers/transform-utils.ts:1224
↓ 10 callers
Function
wordWrap
(msg: any[], columns: number)
src/sys/node/logger/terminal-logger.ts:569
↓ 10 callers
Function
writeConfig
(sys: d.CompilerSystem, config: d.TelemetryConfig)
src/cli/ionic-config.ts:42
↓ 10 callers
Function
x
(a,b)
src/client/polyfills/dom.js:13
↓ 10 callers
Function
xa
(a)
test/wdio/slot-ng-if/assets/angular.min.js:96
↓ 10 callers
Function
ya
(a,b)
test/wdio/slot-ng-if/assets/angular.min.js:86
↓ 9 callers
Function
Ca
(a,b,d,e,f,g)
test/wdio/slot-ng-if/assets/angular.min.js:89
↓ 9 callers
Function
Da
(a,c,d,e,f)
test/wdio/slot-ng-if/assets/angular.min.js:89
↓ 9 callers
Function
E
(t)
src/client/polyfills/core-js.js:7
↓ 9 callers
Function
Ea
(a,b,c, d)
test/wdio/slot-ng-if/assets/angular.min.js:86
↓ 9 callers
Function
G
(t,n)
src/client/polyfills/core-js.js:7
↓ 9 callers
Function
Ga
(a)
test/wdio/slot-ng-if/assets/angular.min.js:11
↓ 9 callers
Function
J
(t)
src/client/polyfills/core-js.js:7
↓ 9 callers
Function
addReactivePropHandlers
( classMembers: ts.ClassElement[], cmp: d.ComponentCompilerMeta, decorator: 'watchers' | 'serializers' |
src/compiler/transformers/reactive-handler-meta-transform.ts:17
↓ 9 callers
Function
addStaticStylePropertyToClass
( styleStatements: ts.Statement[], cmp: d.ComponentCompilerMeta, buildCtx: d.BuildCtx, )
src/compiler/transformers/add-static-style.ts:42
↓ 9 callers
Function
addTagTransformToCssString
(cssCode: string, tagNames: string[])
src/compiler/transformers/transform-utils.ts:1414
↓ 9 callers
Function
calculateStats
(times)
test/runtime-benchmark/benchmark-runtime.js:157
↓ 9 callers
Function
childNodes
()
test/wdio/scoped-slot-children/cmp.test.tsx:27
↓ 9 callers
Function
close
()
src/compiler/style/css-parser/parse-css.ts:99
↓ 9 callers
Method
createComment
(data: string)
src/mock-doc/document.ts:180
↓ 9 callers
Method
createElementNS
(namespaceURI: string, tagName: string)
src/mock-doc/document.ts:203
↓ 9 callers
Function
createTestingSystem
()
src/testing/testing-sys.ts:16
↓ 9 callers
Function
expectFilesDoNotExist
(fs: InMemoryFileSystem, filePaths: string[])
src/testing/testing-utils.ts:54
↓ 9 callers
Function
expectSpecialAttributeDefined
(propName: string, newValue: any, oldValue: any)
src/runtime/vdom/test/set-accessor.spec.ts:496
↓ 9 callers
Function
getBrowserUrl
(protocol: string, address: string, port: number, basePath: string, pathname: string)
src/dev-server/dev-server-utils.ts:25
← previous
next →
301–400 of 5,077, ranked by callers