MCPcopy Create free account

hub / github.com/vanilla-extract-css/vanilla-extract / functions

Functions399 in github.com/vanilla-extract-css/vanilla-extract

↓ 1 callersFunctioninitializeCompiler
()
packages/vite-plugin/src/index.ts:117
↓ 1 callersFunctioninjectFontImports
( source: string, watchFiles: Set<string>, loaderContext: TurboLoaderContext<TurboLoaderOptions>, )
packages/turbopack-plugin/src/next-font/inject.ts:11
↓ 1 callersFunctioninjectStyles
({ fileScope, css }: InjectStylesOptions)
packages/css/src/injectStyles.ts:9
↓ 1 callersFunctioninvalidateImporterChain
({ importerChain, server, timestamp, }: { importerChain: Set<ModuleNode>; server: ViteDe
packages/vite-plugin/src/index.ts:84
↓ 1 callersFunctionisAbsolutePath
(filePath: string)
packages/vite-plugin/src/ids.ts:18
↓ 1 callersMethodisChildCompiler
(name: string | undefined)
packages/webpack-plugin/src/compiler.ts:27
↓ 1 callersMethodisCompatible
(incomingRuleset: ConditionalRuleset)
packages/css/src/conditionalRulesets.ts:97
↓ 1 callersFunctionisPlainObject
(value: unknown)
packages/integration/src/processVanillaFile.ts:15
↓ 1 callersFunctionkeyframes
(rule: CSSKeyframes, debugId?: string)
packages/css/src/style.ts:147
↓ 1 callersFunctionlock
(fn: AsyncFunction<T>)
packages/compiler/src/lock.ts:6
↓ 1 callersFunctionmarkCSSFilesAsSideEffects
(compiler: Compiler, compat: WebpackCompat)
packages/webpack-plugin/src/plugin.ts:16
↓ 1 callersFunctionmemoizedGetDebugFileName
()
packages/css/src/getDebugFileName.ts:54
↓ 1 callersFunctionmerge
(obj1: Partial<T>, obj2: Partial<T>)
packages/css/src/layer.ts:10
↓ 1 callersMethodmerge
(incomingRuleset: ConditionalRuleset)
packages/css/src/conditionalRulesets.ts:128
↓ 1 callersMethodmergeIfCompatible
* Merge another ConditionalRuleset into this one if they are compatible * * @returns true if successful, false if the ruleset is incompatible
packages/css/src/conditionalRulesets.ts:161
↓ 1 callersFunctionnegate
(x: Operand)
packages/utils/src/index.ts:22
↓ 1 callersFunctiononBeginFileScope
( ...props )
packages/css/src/adapter.ts:65
↓ 1 callersFunctiononEndFileScope
(...props)
packages/css/src/adapter.ts:71
↓ 1 callersFunctionparseFileScope
(serialisedFileScope: string)
packages/integration/src/processVanillaFile.ts:47
↓ 1 callersFunctionparseStyle
(style: unknown, isGoogle: boolean)
packages/turbopack-plugin/src/next-font/transform.ts:68
↓ 1 callersFunctionparseWeight
(weight: unknown)
packages/turbopack-plugin/src/next-font/transform.ts:59
↓ 1 callersMethodpixelifyProperties
(cssRule: CSSPropertiesWithVars)
packages/css/src/transformCss.ts:256
↓ 1 callersFunctionpostcss
()
packages/next-plugin/src/index.ts:109
↓ 1 callersMethodprocessCssObj
(root: CSS)
packages/css/src/transformCss.ts:154
↓ 1 callersFunctionregisterComposition
( ...props )
packages/css/src/adapter.ts:53
↓ 1 callersFunctionremovePreconstructDeclarations
( packageDir: string, entryPath: string, )
scripts/build-dts.ts:83
↓ 1 callersFunctionrender
()
fixtures/template-string-paths/src/index.ts:11
↓ 1 callersFunctionrender
()
fixtures/sprinkles/src/index.ts:3
↓ 1 callersFunctionrender
()
fixtures/themed/src/index.ts:30
↓ 1 callersFunctionrender
()
fixtures/features/src/index.ts:3
↓ 1 callersFunctionrender
()
fixtures/recipes/src/index.ts:3
↓ 1 callersFunctionrenderDiff
(orig: any, diff: any, nesting: number = 0)
packages/css/src/validateContract.ts:40
↓ 1 callersMethodrenderToArray
()
packages/css/src/conditionalRulesets.ts:200
↓ 1 callersFunctionreplaceBetweenIndexes
( target: string, startIndex: number, endIndex: number, replacement: string, )
packages/css/src/transformCss.ts:86
↓ 1 callersFunctionruntimeStyled
( tag: Tag, className: string, )
fixtures/next-16-app-pages-router/src/app/function-serializer/runtime.tsx:1
↓ 1 callersFunctionscanModule
( moduleNode: ModuleNode, path: string[] = [], )
packages/compiler/src/compiler.ts:30
↓ 1 callersFunctionsetAdapterIfNotSet
(newAdapter: Adapter)
packages/css/src/adapter.ts:25
↓ 1 callersFunctionshouldApplyCompound
( compoundCheck: VariantSelection<Variants>, selections: VariantSelection<Variants>, defaultVariants: Va
packages/recipes/src/createRuntimeFn.ts:10
↓ 1 callersFunctionsortModules
(modules: Record<string, ImportChain>)
packages/rollup-plugin/src/lib.ts:82
↓ 1 callersFunctionstartEsbuildFixture
( fixtureName: string, { type, mode = 'development', port = 3000 }: EsbuildFixtureOptions, )
test-helpers/src/startFixture/esbuild.ts:16
↓ 1 callersFunctionstartNextApp
( options: NextServerOptions, type: NextFixtureOptions['type'], )
test-helpers/src/startFixture/next.ts:56
↓ 1 callersFunctionstartNextFixture
({ type, mode = 'development', port = 3000, }: NextFixtureOptions)
test-helpers/src/startFixture/next.ts:88
↓ 1 callersFunctionstartNextServer
(app: NextServer)
test-helpers/src/startFixture/next.ts:31
↓ 1 callersFunctionstartParcelFixture
( fixtureName: string, { mode = 'development', port = 3000 }: ParcelFixtureOptions, )
test-helpers/src/startFixture/parcel.ts:12
↓ 1 callersFunctionstartViteFixture
( fixtureName: string, { mode = 'development', port = 3000 }: ViteFixtureOptions, )
test-helpers/src/startFixture/vite.ts:34
↓ 1 callersFunctionstartWebpackFixture
( fixtureName: string, { type = 'mini-css-extract', hot = false, mode = 'development', por
test-helpers/src/startFixture/webpack.ts:42
↓ 1 callersFunctionstopNextApp
(server: Server)
test-helpers/src/startFixture/next.ts:44
↓ 1 callersFunctionstringifyExports
( functionSerializationImports: Set<string>, value: any, unusedCompositionRegex: RegExp | null, key: s
packages/integration/src/processVanillaFile.ts:181
↓ 1 callersFunctionstringifyFileScope
({ packageName, filePath, }: FileScope)
packages/integration/src/processVanillaFile.ts:40
↓ 1 callersFunctionsubtract
(...operands: Array<Operand>)
packages/utils/src/index.ts:13
↓ 1 callersFunctiontargetsClassName
(tokens: Selector, targetClassName: string)
packages/css/src/validateSelector.ts:8
↓ 1 callersFunctiontestGenericNormalizeValue
( value: ResponsiveValue<Key>, )
tests/sprinkles/sprinkles-type-tests.ts:136
↓ 1 callersMethodtoCss
()
packages/css/src/transformCss.ts:714
↓ 1 callersFunctiontransform
(code, id)
packages/compiler/src/compiler.ts:151
↓ 1 callersMethodtransformContent
({ content, ...rest }: CSSPropertiesWithVars)
packages/css/src/transformCss.ts:282
↓ 1 callersFunctiontransformNextFont
( code: string, filename: string, )
packages/turbopack-plugin/src/next-font/transform.ts:210
↓ 1 callersFunctiontryGetPackageName
(cwd: string)
packages/rollup-plugin/src/lib.ts:117
↓ 1 callersMethodunstable_invalidateAllModules
()
packages/compiler/src/compiler.ts:241
↓ 1 callersFunctionunwrapValue
* Extract simple values from AST nodes (literals, arrays of literals). * Returns `undefined` if too complex.
packages/turbopack-plugin/src/next-font/transform.ts:87
↓ 1 callersFunctionunwrapViteId
(id: string)
packages/vite-plugin/src/ids.ts:22
↓ 1 callersFunctionuseActiveHash
()
site/src/useHeadingRoute.ts:18
↓ 1 callersFunctionuseHeadingRouteUpdates
(headingHashes: Array<string>)
site/src/useHeadingRoute.ts:34
↓ 1 callersFunctionwebpack
(config: any, options: WebpackConfigContext)
packages/next-plugin/src/index.ts:232
↓ 1 callersFunctionwithUserPluginFilter
({ mode, pluginFilter }: { mode: string; pluginFilter: PluginFilter })
packages/vite-plugin/src/index.ts:56
FunctionA
({ href, color: _color, type: _type, ...restProps }: JSX.IntrinsicElements['a'])
site/src/mdx-components.tsx:53
FunctionApp
()
examples/webpack-react/src/App.tsx:4
FunctionBlock
({ component, children, maxWidth = 'large', style, ...restProps }: Omit<BoxProps, 'paddingBottom'>)
site/src/mdx-components.tsx:23
FunctionBox
({ component = 'div', className, padding, paddingX, paddingY, paddingTop, paddingBottom, paddi
site/src/system/Box/Box.tsx:23
FunctionButton
({ className, children, type = 'button', ...props }: React.ComponentProps<'button'>)
fixtures/react-library-example/src/button/button.tsx:4
FunctionButtonLink
({ to, variant = 'solid', icon, children, }: ButtonLinkProps)
site/src/system/ButtonLink/ButtonLink.tsx:14
FunctionCallExpression
(path)
packages/babel-plugin-debug-ids/src/index.ts:260
FunctionChevron
({ direction = 'down' }: ChevronProps)
site/src/Chevron/Chevron.tsx:8
FunctionColorModeProvider
({ children }: { children: ReactNode })
site/src/ColorModeToggle/ColorModeToggle.tsx:24
FunctionColorModeToggle
()
site/src/ColorModeToggle/ColorModeToggle.tsx:56
FunctionColumns
({ children, space, collapseOnMobile = false, collapseOnTablet = false, reverseX = false, alignY =
site/src/system/Columns/Columns.tsx:27
FunctionCompiledCode
({ code, css, background }: CompiledCodeProps)
site/src/Code/CompiledCode.tsx:26
FunctionContentBlock
({ children, withGutters = false, size = 'standard', }: { children: ReactNode; withGutters?: boolean
site/src/system/ContentBlock/ContentBlock.tsx:6
FunctionCreepsterPage
()
fixtures/next-16-app-pages-router/src/app/creepster/page.tsx:3
FunctionDocsPage
()
site/src/DocsPage/DocsPage.tsx:385
FunctionDocsRoute
({ component: Component, prevDoc, nextDoc, hashes, }: DocsRouteProps)
site/src/DocsPage/DocsPage.tsx:39
FunctionDuplicationTestPage
()
fixtures/next-16-app-pages-router/src/app/duplication-test/page.tsx:8
FunctionErrorHighlighter
({ tokens, children }: CodeProps)
site/src/Code/ErrorHighlighter.tsx:9
FunctionFab
({ open, onClick, }: { open: boolean; onClick: () => void; })
site/src/Fab/Fab.tsx:5
FunctionFeature
({ title, children, }: { title: string; children: ReactNode; })
site/src/HomePage/HomePage.tsx:736
FunctionFeatures
()
fixtures/next-12-pages-router/src/pages/features/index.tsx:3
FunctionFeatures
()
fixtures/next-13-app-router/src/app/features/page.tsx:3
FunctionFeatures
()
fixtures/next-16-app-pages-router/src/pages/pages-router/features/index.tsx:3
FunctionFeatures
()
fixtures/next-16-app-pages-router/src/app/features/page.tsx:3
FunctionGitHubStars
()
site/src/GitHubStars/GitHubStars.tsx:18
FunctionHeader
()
site/src/DocsPage/DocsPage.tsx:66
FunctionHeading
({ level, component, children, href }: HeadingProps)
site/src/mdx-components.tsx:97
FunctionHeading
({ level, component, branded = false, align, children, }: HeadingProps)
site/src/Typography/Heading.tsx:49
FunctionHelloWorld
()
examples/next/components/HelloWorld.tsx:3
FunctionHome
()
examples/next/pages/index.tsx:3
FunctionHome
()
fixtures/next-12-pages-router/src/pages/index.tsx:3
FunctionHome
()
fixtures/next-13-app-router/src/app/page.tsx:3
FunctionHome
()
fixtures/next-16-app-pages-router/src/pages/pages-router/index.tsx:3
FunctionHome
()
fixtures/next-16-app-pages-router/src/app/page.tsx:3
FunctionHomePage
()
site/src/HomePage/HomePage.tsx:47
FunctionImportDeclaration
(path)
packages/babel-plugin-debug-ids/src/index.ts:241
← previousnext →201–300 of 399, ranked by callers