MCPcopy Index your code

hub / github.com/stenciljs/core / functions

Functions5,077 in github.com/stenciljs/core

↓ 12 callersFunctionsetBooleanConfig
( config: d.UnvalidatedConfig, configName: (K & keyof ConfigFlags) | K, flagName: keyof ConfigFlags | nu
src/compiler/config/config-utils.ts:28
↓ 12 callersMethodsetProperty
* 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 callersMethodtext
()
src/mock-doc/element.ts:542
↓ 12 callersMethodtoMarkdown
()
src/compiler/docs/readme/docs-util.ts:25
↓ 12 callersFunctiontoVNode
(node: Node)
src/runtime/vdom/util.ts:13
↓ 12 callersMethodyellow
(msg: string)
src/testing/testing-logger.ts:45
↓ 11 callersFunctionS
(t)
src/client/polyfills/core-js.js:7
↓ 11 callersFunctionaddCustomElementInputs
( buildCtx: d.BuildCtx, bundleOpts: BundleOptions, outputTarget: d.OutputTargetDistCustomElements, )
src/compiler/output-targets/dist-custom-elements/index.ts:193
↓ 11 callersFunctionaddFileToLibrary
(config: ValidatedConfig, filePath: string)
src/compiler/transformers/type-library.ts:79
↓ 11 callersFunctionaddTagTransformToCssTsAST
( cssCode: string, tagNames: string[], )
src/compiler/transformers/transform-utils.ts:1442
↓ 11 callersMethodcomponentDidLoad
* 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 callersFunctionconsoleError
(e: any, el?: HTMLElement)
src/client/client-log.ts:7
↓ 11 callersFunctioncreateTestNode
(overrides: Partial<d.VNode> = {})
src/runtime/vdom/test/update-element.spec.ts:8
↓ 11 callersFunctiond
(t,n,e)
src/client/polyfills/core-js.js:7
↓ 11 callersMethoddisconnectedCallback
()
src/declarations/stencil-public-runtime.ts:597
↓ 11 callersFunctionescapeWithPattern
( text: string, pattern: RegExp | string, replacement: string, replaceAll: boolean = true, )
src/utils/helpers.ts:62
↓ 11 callersFunctionfilterExcludedComponents
( components: d.ComponentCompilerMeta[], config: d.ValidatedConfig, )
src/utils/output-target.ts:63
↓ 11 callersFunctiongenerateComponentTypes
( cmp: d.ComponentCompilerMeta, typeImportData: d.TypesImportData, areTypesInternal: boolean, )
src/compiler/types/generate-component-types.ts:48
↓ 11 callersFunctiongeneratePropTypes
(cmpMeta: d.ComponentCompilerMeta, typeImportData: d.TypesImportData)
src/compiler/types/generate-prop-types.ts:12
↓ 11 callersFunctiongetBundleOptions
( config: d.ValidatedConfig, buildCtx: d.BuildCtx, compilerCtx: d.CompilerCtx, outputTarget: d.OutputT
src/compiler/output-targets/dist-custom-elements/index.ts:73
↓ 11 callersFunctiongetCommitInstructions
(items: FsItems)
src/compiler/sys/in-memory-fs.ts:1212
↓ 11 callersFunctiongetDocsStyles
(cmpMeta: d.ComponentCompilerMeta)
src/compiler/docs/generate-doc-data.ts:332
↓ 11 callersFunctiongetEsbuildAliases
()
scripts/esbuild/utils/index.ts:12
↓ 11 callersFunctiongetLazyBuildConditionals
( config: d.ValidatedConfig, cmps: d.ComponentCompilerMeta[], )
src/compiler/output-targets/dist-lazy/lazy-build-conditionals.ts:6
↓ 11 callersMethodgetNamedItem
(attrName: string)
src/mock-doc/attribute.ts:49
↓ 11 callersFunctiongetSourceMappingUrlLinker
(url: string)
src/utils/sourcemaps.ts:57
↓ 11 callersFunctiongetTextDocs
(docs: d.CompilerJsDoc | undefined | null)
src/utils/util.ts:116
↓ 11 callersFunctiongetTypeLibrary
()
src/compiler/transformers/type-library.ts:65
↓ 11 callersFunctiongetWriteFilePathFromUrlPath
(manager: d.PrerenderManager, inputHref: string)
src/compiler/prerender/prerendered-write-path.ts:6
↓ 11 callersFunctionjsx
(type: any, props: any, key?: string)
src/runtime/vdom/jsx-runtime.ts:25
↓ 11 callersMethodnextTick
(cb: () => void)
src/declarations/stencil-public-compiler.ts:1271
↓ 11 callersFunctionoa
(a,b,c)
test/wdio/slot-ng-if/assets/angular.min.js:88
↓ 11 callersFunctionopen
()
src/compiler/style/css-parser/parse-css.ts:98
↓ 11 callersFunctionra
(a)
test/wdio/slot-ng-if/assets/angular.min.js:49
↓ 11 callersMethodremoveEventListener
(type: K, listener: (this: HTMLTodoItemElement, ev: TodoItemCustomEvent<HTMLTodoItemElementEventMap[K]>) => an
test/todo-app/src/components.d.ts:59
↓ 11 callersMethodtoEqualAttributes
* Checks if an element's has each of the expected attribute * names and values.
src/declarations/stencil-private.ts:2325
↓ 11 callersFunctionua
(a)
test/wdio/slot-ng-if/assets/angular.min.js:12
↓ 11 callersFunctionupdateImportPaths
(code: string, newDir: string)
src/compiler/html/inline-esm-import.ts:91
↓ 11 callersFunctionupdateTypeIdentifierNames
( typeReferences: d.ComponentCompilerTypeReferences, typeImportData: d.TypesImportData, sourceFilePath:
src/compiler/types/stencil-types.ts:44
↓ 11 callersMethodvalues
()
src/mock-doc/headers.ts:117
↓ 10 callersFunctionAa
(a)
test/wdio/slot-ng-if/assets/angular.min.js:18
↓ 10 callersFunctionSt
(t,n,e,o)
src/client/polyfills/core-js.js:7
↓ 10 callersFunctionaddStaticStyleGetterWithinClass
( classMembers: ts.ClassElement[], cmp: d.ComponentCompilerMeta, buildCtx: d.BuildCtx, )
src/compiler/transformers/add-static-style.ts:20
↓ 10 callersMethodappendChild
(newNode: MockElement)
src/mock-doc/document.ts:173
↓ 10 callersMethodattachShadow
(_opts: ShadowRootInit)
src/mock-doc/node.ts:277
↓ 10 callersFunctionb
()
src/client/polyfills/dom.js:26
↓ 10 callersFunctioncreateMockConfig
(excludePatterns?: string[])
src/utils/test/output-target.spec.ts:101
↓ 10 callersFunctioncreateStyleIdentifier
(cmp: d.ComponentCompilerMeta, style: d.StyleCompiler)
src/compiler/transformers/add-static-style.ts:165
↓ 10 callersFunctioncreateTime
(fnName: string, tagName = '')
src/runtime/profile.ts:8
↓ 10 callersMethoddefine
(tagName: string, cstr: any, options?: any)
src/mock-doc/custom-element-registry.ts:10
↓ 10 callersFunctiondeserializeProperty
(value: string)
src/utils/serialize.ts:66
↓ 10 callersMethoddestroy
()
src/declarations/stencil-public-compiler.ts:1923
↓ 10 callersFunctionexeca
* 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 callersFunctionflatOne
(array: T[][])
src/utils/helpers.ts:130
↓ 10 callersFunctionfn
()
src/runtime/vdom/test/set-accessor.spec.ts:20
↓ 10 callersFunctiongenerateDocData
( config: d.ValidatedConfig, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, )
src/compiler/docs/generate-doc-data.ts:29
↓ 10 callersFunctiongenerateEventListenerTypes
( cmp: d.ComponentCompilerMeta, typeImportData: d.TypesImportData, )
src/compiler/types/generate-event-listener-types.ts:14
↓ 10 callersFunctiongetTxtHtml
(html: string, className: string)
test/wdio/ts-target/ts-target-props/cmp.test.tsx:19
↓ 10 callersMethodhasState
(stateName: string)
test/wdio/custom-states/cmp.tsx:44
↓ 10 callersFunctionhashAsset
( sys: d.CompilerSystem, hydrateOpts: d.PrerenderHydrateOptions, appDir: string, doc: Document, curr
src/compiler/prerender/prerender-optimize.ts:294
↓ 10 callersMethodisClosed
()
src/testing/puppeteer/puppeteer-declarations.ts:186
↓ 10 callersFunctionnativeComponentTransform
( compilerCtx: d.CompilerCtx, transformOpts: d.TransformOptions, buildCtx: d.BuildCtx, )
src/compiler/transformers/component-native/tranform-to-native-component.ts:30
↓ 10 callersFunctionpatchHostOriginalAccessor
* 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 callersFunctionproxyCustomElement
( compilerCtx: d.CompilerCtx, transformOpts: d.TransformOptions, )
src/compiler/transformers/component-native/proxy-custom-element-function.ts:30
↓ 10 callersFunctionreadConfig
(sys: d.CompilerSystem)
src/cli/ionic-config.ts:17
↓ 10 callersMethodred
(msg: string)
src/testing/testing-logger.ts:39
↓ 10 callersFunctionremoveUnusedStyles
(doc: Document, diagnostics: d.Diagnostic[])
src/compiler/html/remove-unused-styles.ts:15
↓ 10 callersFunctionresponseHeaders
(headers: d.DevResponseHeaders, httpCache = false)
src/dev-server/dev-server-utils.ts:6
↓ 10 callersFunctionsafeCall
(instance: any, method: string, arg?: any, elm?: HTMLElement)
src/runtime/update-component.ts:455
↓ 10 callersMethodsetItem
(key: string, value: string)
src/mock-doc/storage.ts:17
↓ 10 callersFunctionshouldLog
(currentSetting: LogLevel, messageLevel: LogLevel)
src/sys/node/logger/terminal-logger.ts:531
↓ 10 callersFunctionskipFilePathFetch
(filePath: string)
src/compiler/sys/fetch/fetch-utils.ts:49
↓ 10 callersFunctiontagRequiresScoped
(tagName: string, opts: d.HydrateFactoryOptions['serializeShadowRoot'])
src/hydrate/platform/hydrate-app.ts:368
↓ 10 callersFunctiontransformTag
(tag: T)
src/runtime/tag-transform.ts:10
↓ 10 callersFunctiontrim
(str: string)
src/compiler/style/css-parser/parse-css.ts:589
↓ 10 callersFunctionupdateConstructor
( classNode: ts.ClassDeclaration, classMembers: ts.ClassElement[], statements: ts.Statement[], paramet
src/compiler/transformers/transform-utils.ts:1224
↓ 10 callersFunctionwordWrap
(msg: any[], columns: number)
src/sys/node/logger/terminal-logger.ts:569
↓ 10 callersFunctionwriteConfig
(sys: d.CompilerSystem, config: d.TelemetryConfig)
src/cli/ionic-config.ts:42
↓ 10 callersFunctionx
(a,b)
src/client/polyfills/dom.js:13
↓ 10 callersFunctionxa
(a)
test/wdio/slot-ng-if/assets/angular.min.js:96
↓ 10 callersFunctionya
(a,b)
test/wdio/slot-ng-if/assets/angular.min.js:86
↓ 9 callersFunctionCa
(a,b,d,e,f,g)
test/wdio/slot-ng-if/assets/angular.min.js:89
↓ 9 callersFunctionDa
(a,c,d,e,f)
test/wdio/slot-ng-if/assets/angular.min.js:89
↓ 9 callersFunctionE
(t)
src/client/polyfills/core-js.js:7
↓ 9 callersFunctionEa
(a,b,c, d)
test/wdio/slot-ng-if/assets/angular.min.js:86
↓ 9 callersFunctionG
(t,n)
src/client/polyfills/core-js.js:7
↓ 9 callersFunctionGa
(a)
test/wdio/slot-ng-if/assets/angular.min.js:11
↓ 9 callersFunctionJ
(t)
src/client/polyfills/core-js.js:7
↓ 9 callersFunctionaddReactivePropHandlers
( classMembers: ts.ClassElement[], cmp: d.ComponentCompilerMeta, decorator: 'watchers' | 'serializers' |
src/compiler/transformers/reactive-handler-meta-transform.ts:17
↓ 9 callersFunctionaddStaticStylePropertyToClass
( styleStatements: ts.Statement[], cmp: d.ComponentCompilerMeta, buildCtx: d.BuildCtx, )
src/compiler/transformers/add-static-style.ts:42
↓ 9 callersFunctionaddTagTransformToCssString
(cssCode: string, tagNames: string[])
src/compiler/transformers/transform-utils.ts:1414
↓ 9 callersFunctioncalculateStats
(times)
test/runtime-benchmark/benchmark-runtime.js:157
↓ 9 callersFunctionchildNodes
()
test/wdio/scoped-slot-children/cmp.test.tsx:27
↓ 9 callersFunctionclose
()
src/compiler/style/css-parser/parse-css.ts:99
↓ 9 callersMethodcreateComment
(data: string)
src/mock-doc/document.ts:180
↓ 9 callersMethodcreateElementNS
(namespaceURI: string, tagName: string)
src/mock-doc/document.ts:203
↓ 9 callersFunctioncreateTestingSystem
()
src/testing/testing-sys.ts:16
↓ 9 callersFunctionexpectFilesDoNotExist
(fs: InMemoryFileSystem, filePaths: string[])
src/testing/testing-utils.ts:54
↓ 9 callersFunctionexpectSpecialAttributeDefined
(propName: string, newValue: any, oldValue: any)
src/runtime/vdom/test/set-accessor.spec.ts:496
↓ 9 callersFunctiongetBrowserUrl
(protocol: string, address: string, port: number, basePath: string, pathname: string)
src/dev-server/dev-server-utils.ts:25
← previousnext →301–400 of 5,077, ranked by callers