MigrationSuite
Browse all 132 domain entities categorized under MigrationSuite in the tailwindcss Architecture Docs architecture documentation.
MigrationSuite Domain — tailwindcss Architecture
Automated tools for upgrading legacy Tailwind projects to the current version. Architectural overview of the MigrationSuite domain in the tailwindcss codebase. Contains 38 source files.
migrate-js-config.ts — tailwindcss Source File
Architecture documentation for migrate-js-config.ts, a typescript file in the tailwindcss codebase.
migrate-postcss.ts — tailwindcss Source File
Architecture documentation for migrate-postcss.ts, a typescript file in the tailwindcss codebase.
migrate-config.ts — tailwindcss Source File
Architecture documentation for migrate-config.ts, a typescript file in the tailwindcss codebase.
candidates.test.ts — tailwindcss Source File
Architecture documentation for candidates.test.ts, a typescript file in the tailwindcss codebase.
candidates.ts — tailwindcss Source File
Architecture documentation for candidates.ts, a typescript file in the tailwindcss codebase.
is-safe-migration.test.ts — tailwindcss Source File
Architecture documentation for is-safe-migration.test.ts, a typescript file in the tailwindcss codebase.
is-safe-migration.ts — tailwindcss Source File
Architecture documentation for is-safe-migration.ts, a typescript file in the tailwindcss codebase.
migrate-arbitrary-variants.ts — tailwindcss Source File
Architecture documentation for migrate-arbitrary-variants.ts, a typescript file in the tailwindcss codebase.
migrate-automatic-var-injection.test.ts — tailwindcss Source File
Architecture documentation for migrate-automatic-var-injection.test.ts, a typescript file in the tailwindcss codebase.
migrate-automatic-var-injection.ts — tailwindcss Source File
Architecture documentation for migrate-automatic-var-injection.ts, a typescript file in the tailwindcss codebase.
migrate-camelcase-in-named-value.test.ts — tailwindcss Source File
Architecture documentation for migrate-camelcase-in-named-value.test.ts, a typescript file in the tailwindcss codebase.
migrate-camelcase-in-named-value.ts — tailwindcss Source File
Architecture documentation for migrate-camelcase-in-named-value.ts, a typescript file in the tailwindcss codebase.
migrate-canonicalize-candidate.test.ts — tailwindcss Source File
Architecture documentation for migrate-canonicalize-candidate.test.ts, a typescript file in the tailwindcss codebase.
migrate-canonicalize-candidate.ts — tailwindcss Source File
Architecture documentation for migrate-canonicalize-candidate.ts, a typescript file in the tailwindcss codebase.
migrate-handle-empty-arbitrary-values.test.ts — tailwindcss Source File
Architecture documentation for migrate-handle-empty-arbitrary-values.test.ts, a typescript file in the tailwindcss codebase.
migrate-handle-empty-arbitrary-values.ts — tailwindcss Source File
Architecture documentation for migrate-handle-empty-arbitrary-values.ts, a typescript file in the tailwindcss codebase.
migrate-legacy-arbitrary-values.test.ts — tailwindcss Source File
Architecture documentation for migrate-legacy-arbitrary-values.test.ts, a typescript file in the tailwindcss codebase.
migrate-legacy-arbitrary-values.ts — tailwindcss Source File
Architecture documentation for migrate-legacy-arbitrary-values.ts, a typescript file in the tailwindcss codebase.
migrate-legacy-classes.test.ts — tailwindcss Source File
Architecture documentation for migrate-legacy-classes.test.ts, a typescript file in the tailwindcss codebase.
migrate-legacy-classes.ts — tailwindcss Source File
Architecture documentation for migrate-legacy-classes.ts, a typescript file in the tailwindcss codebase.
migrate-max-width-screen.test.ts — tailwindcss Source File
Architecture documentation for migrate-max-width-screen.test.ts, a typescript file in the tailwindcss codebase.
migrate-max-width-screen.ts — tailwindcss Source File
Architecture documentation for migrate-max-width-screen.ts, a typescript file in the tailwindcss codebase.
migrate-modernize-arbitrary-values.test.ts — tailwindcss Source File
Architecture documentation for migrate-modernize-arbitrary-values.test.ts, a typescript file in the tailwindcss codebase.
migrate-modernize-arbitrary-values.ts — tailwindcss Source File
Architecture documentation for migrate-modernize-arbitrary-values.ts, a typescript file in the tailwindcss codebase.
migrate-prefix.test.ts — tailwindcss Source File
Architecture documentation for migrate-prefix.test.ts, a typescript file in the tailwindcss codebase.
migrate-prefix.ts — tailwindcss Source File
Architecture documentation for migrate-prefix.ts, a typescript file in the tailwindcss codebase.
migrate-simple-legacy-classes.test.ts — tailwindcss Source File
Architecture documentation for migrate-simple-legacy-classes.test.ts, a typescript file in the tailwindcss codebase.
migrate-simple-legacy-classes.ts — tailwindcss Source File
Architecture documentation for migrate-simple-legacy-classes.ts, a typescript file in the tailwindcss codebase.
migrate.test.ts — tailwindcss Source File
Architecture documentation for migrate.test.ts, a typescript file in the tailwindcss codebase.
migrate-theme-to-var.ts — tailwindcss Source File
Architecture documentation for migrate-theme-to-var.ts, a typescript file in the tailwindcss codebase.
migrate.ts — tailwindcss Source File
Architecture documentation for migrate.ts, a typescript file in the tailwindcss codebase.
migrate-variant-order.test.ts — tailwindcss Source File
Architecture documentation for migrate-variant-order.test.ts, a typescript file in the tailwindcss codebase.
migrate-variant-order.ts — tailwindcss Source File
Architecture documentation for migrate-variant-order.ts, a typescript file in the tailwindcss codebase.
prepare-config.ts — tailwindcss Source File
Architecture documentation for prepare-config.ts, a typescript file in the tailwindcss codebase.
index.ts — tailwindcss Source File
Architecture documentation for index.ts, a typescript file in the tailwindcss codebase.
extract-static-plugins.ts — tailwindcss Source File
Architecture documentation for extract-static-plugins.ts, a typescript file in the tailwindcss codebase.
renderer.ts — tailwindcss Source File
Architecture documentation for renderer.ts, a typescript file in the tailwindcss codebase.
version.ts — tailwindcss Source File
Architecture documentation for version.ts, a typescript file in the tailwindcss codebase.
baseCandidate() — tailwindcss Function Reference
Architecture documentation for the baseCandidate() function in candidates.ts from the tailwindcss codebase.
extractRawCandidates() — tailwindcss Function Reference
Architecture documentation for the extractRawCandidates() function in candidates.ts from the tailwindcss codebase.
parseCandidate() — tailwindcss Function Reference
Architecture documentation for the parseCandidate() function in candidates.ts from the tailwindcss codebase.
printUnprefixedCandidate() — tailwindcss Function Reference
Architecture documentation for the printUnprefixedCandidate() function in candidates.ts from the tailwindcss codebase.
extractStaticImportMap() — tailwindcss Function Reference
Architecture documentation for the extractStaticImportMap() function in extract-static-plugins.ts from the tailwindcss codebase.
extractValue() — tailwindcss Function Reference
Architecture documentation for the extractValue() function in extract-static-plugins.ts from the tailwindcss codebase.
findStaticPlugins() — tailwindcss Function Reference
Architecture documentation for the findStaticPlugins() function in extract-static-plugins.ts from the tailwindcss codebase.
run() — tailwindcss Function Reference
Architecture documentation for the run() function in index.ts from the tailwindcss codebase.
isMiddleOfString() — tailwindcss Function Reference
Architecture documentation for the isMiddleOfString() function in is-safe-migration.ts from the tailwindcss codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free