MCPcopy Create free account

hub / github.com/rolldown/tsdown / functions

Functions308 in github.com/rolldown/tsdown

↓ 1 callersFunctioncleanChunks
( outDir: string, chunks: Array<OutputAsset | OutputChunk>, )
src/features/clean.ts:75
↓ 1 callersFunctioncleanOutDir
(configs: ResolvedConfig[])
src/features/clean.ts:14
↓ 1 callersFunctioncodeToHtml
(code)
tests/fixtures/issue-206/packages/my-shiki/index.mjs:3
↓ 1 callersFunctioncollectImportSources
(program: ESTree.Program)
src/features/deps.ts:416
↓ 1 callersFunctioncompileLess
( code: string, filename: string, options?: PreprocessorOptions, )
packages/css/src/preprocessors.ts:419
↓ 1 callersFunctioncompileSass
( lang: 'scss' | 'sass', code: string, filename: string, options?: PreprocessorOptions, )
packages/css/src/preprocessors.ts:269
↓ 1 callersFunctioncompileStylus
( code: string, filename: string, options?: PreprocessorOptions, )
packages/css/src/preprocessors.ts:462
↓ 1 callersFunctioncopy
(options: CopyOptions | CopyOptionsFn)
src/features/copy.test.ts:19
↓ 1 callersFunctioncopy
(options: ResolvedConfig)
src/features/copy.ts:41
↓ 1 callersFunctioncreate
( path: string | undefined, options: Options, )
packages/create-tsdown/src/index.ts:39
↓ 1 callersFunctioncreateChunkFilename
( basename: string, jsExtension: string, dtsExtension?: string, )
src/features/output.ts:81
↓ 1 callersFunctioncreateCompileResult
()
packages/css/src/preprocessors.test.ts:9
↓ 1 callersFunctioncreateHooks
(options: ResolvedConfig)
src/features/hooks.ts:41
↓ 1 callersFunctioncustomExports
(exports: Record<string, any>)
src/features/pkg/exports.test.ts:288
↓ 1 callersFunctiondashToCamel
(str: string)
packages/css/src/modules.ts:20
↓ 1 callersFunctiondebounce
( fn: T, delay: number, )
src/utils/general.ts:90
↓ 1 callersFunctiondebugBuildOptions
( dir: string, name: string | undefined, format: NormalizedFormat, buildOptions: BuildOptions, )
src/features/rolldown.ts:334
↓ 1 callersFunctiondedupeConfigs
( configs: Array<ResolvedConfig>, key: K, )
src/features/pkg/index.ts:147
↓ 1 callersFunctiondoImportCSSReplace
( rawUrl: string, matched: string, replacer: CssUrlReplacer, )
packages/css/src/preprocessors.ts:215
↓ 1 callersFunctiondone
(bundle: TsdownBundle)
src/build.ts:82
↓ 1 callersFunctiondownloadArchive
( url: string, archivePath: string, nodeVersion: string, )
packages/exe/src/download.ts:83
↓ 1 callersFunctionenableDebug
(debug?: boolean | Arrayable<string>)
src/features/debug.ts:7
↓ 1 callersFunctionescapeRegex
(str: string)
packages/css/src/pure-chunk.ts:98
↓ 1 callersFunctionexecuteOnSuccess
( config: ResolvedConfig, )
src/features/hooks.ts:58
↓ 1 callersFunctionexpandBaselineTarget
(_)
__snapshots__/tsnapi/internal.snapshot.js:5
↓ 1 callersFunctionexportCss
( exports: Record<string, any>, chunks: ChunksByFormat, css: { splitting?: boolean } | undefined, pkgR
src/features/pkg/exports.ts:477
↓ 1 callersFunctionexportMeta
( exports: Record<string, any>, all?: boolean, packageJson?: boolean, )
src/features/pkg/exports.ts:465
↓ 1 callersFunctionexternalStrategy
* - `true`: always external * - `[true, resolvedId]`: external with custom resolved ID * - `false`: skip, let other plugins handle it * - `'a
src/features/deps.ts:376
↓ 1 callersFunctionextractBinary
( archivePath: string, targetBinaryPath: string, target: ExeTarget, )
packages/exe/src/download.ts:201
↓ 1 callersFunctionfilenamify
(input: string)
tests/utils.ts:240
↓ 1 callersFunctionfilterConfig
( filter: InlineConfig['filter'], configCwd: string, name?: string, )
src/config/options.ts:477
↓ 1 callersFunctionfilterEnv
filter env variables by prefixes
src/config/options.ts:396
↓ 1 callersFunctionfinalizeCss
(css: string)
packages/css/src/post.ts:18
↓ 1 callersFunctionfindChunkBySource
(sourcePath: string)
src/features/pkg/exports.ts:593
↓ 1 callersFunctionfindPropertyIdentifiers
(propName: string)
packages/migrate/src/helpers/tsup-config.ts:106
↓ 1 callersFunctionfindPropertyPair
(propName: string)
packages/migrate/src/helpers/tsup-config.ts:66
↓ 1 callersFunctionfindTsconfig
( cwd?: string, name: string = 'tsconfig.json', )
src/features/tsconfig.ts:8
↓ 1 callersFunctionformatProblem
* Format an ATTW problem for display
src/features/pkg/attw.ts:190
↓ 1 callersFunctionfsExists
(_)
__snapshots__/tsnapi/internal.snapshot.js:6
↓ 1 callersFunctionfunctionifyExternal
(external: ExternalOption)
src/features/rolldown.ts:411
↓ 1 callersFunctiongenAsset
(fileName: string, outDir = cwd)
src/features/pkg/exports.test.ts:1306
↓ 1 callersFunctiongenChunk
( fileName: string, isEntry = true, facadeModuleId?: string, code = '', )
src/features/pkg/exports.test.ts:1289
↓ 1 callersFunctiongenSubExport
( devExports: string | boolean | undefined, { src, es, cjs }: SubExport, )
src/features/pkg/exports.ts:441
↓ 1 callersFunctiongenerateBin
( bin: ExportsOptions['bin'], devExports: boolean, pkg: PackageJson, chunks: ChunksByFormat, pkgRoot
src/features/pkg/exports.ts:505
↓ 1 callersFunctiongenerateColor
(name: string = 'default')
src/utils/logger.ts:183
↓ 1 callersFunctiongenerateExports
( chunks: ChunksByFormat = {}, options: { exports?: ResolvedConfig['exports'] css?: ResolvedConfig
src/features/pkg/exports.test.ts:19
↓ 1 callersFunctiongenerateExports
( pkg: PackageJson, chunks: ChunksByFormat, options: Pick<ResolvedConfig, 'exports' | 'css' | 'logger' |
src/features/pkg/exports.ts:242
↓ 1 callersFunctiongetBinaryPathInArchive
(target: ExeTarget)
packages/exe/src/platform.ts:63
↓ 1 callersFunctiongetBuildOptions
( config: ResolvedConfig, format: NormalizedFormat, configDeps: Set<string>, bundle: TsdownBundle, c
src/features/rolldown.ts:41
↓ 1 callersFunctiongetCacheDir
()
packages/exe/src/cache.ts:6
↓ 1 callersFunctiongetCachedBinaryPath
(target: ExeTarget)
packages/exe/src/cache.ts:21
↓ 1 callersFunctiongetCleanId
(id: string)
packages/css/src/utils.ts:14
↓ 1 callersFunctiongetCssResolver
()
packages/css/src/resolve.ts:7
↓ 1 callersFunctiongetDebugRolldownDir
()
src/features/rolldown.ts:328
↓ 1 callersFunctiongetDirname
()
esm-shims.js:6
↓ 1 callersFunctiongetEmptyChunkReplacer
( pureCssChunkNames: string[], )
packages/css/src/pure-chunk.ts:80
↓ 1 callersFunctiongetExpectedArchiveChecksum
( nodeVersion: string, archiveName: string, )
packages/exe/src/download.ts:119
↓ 1 callersFunctiongetExportName
( chunk: RolldownCodeChunk, )
src/features/pkg/exports.ts:614
↓ 1 callersFunctiongetFiles
()
src/features/copy.test.ts:35
↓ 1 callersFunctiongetPreprocessorLang
( filename: string, )
packages/css/src/preprocessors.ts:38
↓ 1 callersFunctiongetProductionDeps
(pkg: PackageJson)
src/features/deps.ts:531
↓ 1 callersFunctiongetSassResolver
()
packages/css/src/resolve.ts:13
↓ 1 callersFunctiongetShasumsManifest
( nodeVersion: string, )
packages/exe/src/download.ts:134
↓ 1 callersFunctiongetShims
(config: ResolvedConfig)
src/features/shims.ts:34
↓ 1 callersFunctiongetStaticString
(value: ESTree.Expression)
src/features/deps.ts:438
↓ 1 callersFunctiongetTargetSuffix
(target: ExeTarget)
packages/exe/src/platform.ts:121
↓ 1 callersFunctionhandlePluginInspect
(plugins: RolldownPluginOption)
src/features/rolldown.ts:368
↓ 1 callersFunctionhandleWatcher
(watcher: RolldownWatcher)
src/build.ts:188
↓ 1 callersFunctionhasOption
(optionName: string)
packages/migrate/src/helpers/tsup-config.ts:322
↓ 1 callersFunctionhslToRgb
( h: number, s: number, l: number, )
src/utils/logger.ts:204
↓ 1 callersFunctionhue2rgb
(p: number, q: number, t: number)
src/utils/logger.ts:232
↓ 1 callersFunctionimportWithError
(_)
__snapshots__/tsnapi/internal.snapshot.js:8
↓ 1 callersFunctioninitBuildOptions
()
src/build.ts:269
↓ 1 callersFunctioninitBundleByPkg
(configs: ResolvedConfig[])
src/features/pkg/index.ts:29
↓ 1 callersFunctionisEmptyChunkCode
(code: string)
packages/css/src/pure-chunk.ts:102
↓ 1 callersFunctionisEmptyChunkCode
(code: string)
packages/css/src/plugin.ts:503
↓ 1 callersFunctionisGlobEntry
(entry: TsdownInputOption | undefined)
src/features/entry.ts:58
↓ 1 callersFunctionloadFileConfig
( searchPath: string, )
packages/css/src/postcss.ts:26
↓ 1 callersFunctionloadLess
()
packages/css/src/preprocessors.ts:445
↓ 1 callersFunctionloadSass
()
packages/css/src/preprocessors.ts:396
↓ 1 callersFunctionloadStylus
()
packages/css/src/preprocessors.ts:506
↓ 1 callersFunctionloadViteConfig
( prefix: string, cwd: string, configLoader: InlineConfig['configLoader'], )
src/config/file.ts:22
↓ 1 callersFunctionmergeInlinedDeps
( bundles: TsdownBundle[], )
src/features/pkg/index.ts:172
↓ 1 callersFunctionmigratePackageJson
(dryRun?: boolean)
packages/migrate/src/helpers/package-json.ts:17
↓ 1 callersFunctionmigrateTsupConfig
(dryRun?: boolean)
packages/migrate/src/helpers/tsup-config.ts:428
↓ 1 callersFunctionnativeImport
( id: string, )
src/config/file.ts:202
↓ 1 callersFunctionnoop
(v: T)
src/utils/general.ts:37
↓ 1 callersFunctionnormalizeDepsOptions
( alwaysBundle?: DepsConfig['alwaysBundle'], neverBundle?: DepsConfig['neverBundle'], )
src/features/deps.ts:183
↓ 1 callersFunctionnormalizePath
(id: string)
packages/css/src/preprocessors.ts:234
↓ 1 callersFunctionnormalizeSource
(sourcePath: string)
src/features/pkg/exports.ts:588
↓ 1 callersFunctionoutputReport
( config: ResolvedConfig, chunks: Array<OutputAsset | OutputChunk>, outDir: string, cjsDts?: boolean,
src/features/report.ts:83
↓ 1 callersFunctionpack
( dir: string, pm: DetectResult | null, destination: string, ignoreScripts?: boolean, )
src/features/pkg/index.ts:202
↓ 1 callersFunctionpackTarball
( packageJsonPath: string, )
src/features/pkg/index.ts:121
↓ 1 callersFunctionparseVersion
(version: string)
packages/css/src/lightningcss.ts:160
↓ 1 callersFunctionpostBuild
()
src/build.ts:308
↓ 1 callersFunctionprocessWithLightningCSS
( code: string, id: string, cleanId: string, deps: string[], config: CssPluginConfig, logger: Logg
packages/css/src/plugin.ts:378
↓ 1 callersFunctionprocessWithPostCSS
( code: string, id: string, cleanId: string, deps: string[], config: CssPluginConfig, isModule: bo
packages/css/src/plugin.ts:449
↓ 1 callersFunctionpublint
( options: ResolvedConfig, tarball: Buffer<ArrayBuffer>, )
src/features/pkg/publint.ts:15
↓ 1 callersFunctionreadBundledDepInfo
( moduleId: string, )
src/features/deps.ts:477
↓ 1 callersFunctionrebaseUrls
( file: string, rootFile: string, ignoreUrl?: (unquotedUrl: string, rawUrl: string) => boolean, )
packages/css/src/preprocessors.ts:86
← previousnext →101–200 of 308, ranked by callers