feat(engine): 迁入 Tailwind CSS 4 引擎并替换旧依赖 - #1218
Open
sonofmagic wants to merge 1 commit into
Open
sonofmagic wants to merge 1 commit into
sonofmagic wants to merge 1 commit into
Conversation
Contributor
PR 性能基准报告:部分结果
总览
Benchmark 项目矩阵
Benchmark 插件处理阶段
Benchmark 内存
Watch 明细
门禁与诊断
运行链接统计口径
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
主包、PostCSS 和 CLI 原先直接依赖
@tailwindcss-mangle/engine。本 PR 将所需能力迁入本仓库的@weapp-tailwindcss/engine@0.1.0,仅保留 Tailwind CSS 4,并将三个消费包全部切换为 workspace 依赖。实现
0.2.0对应上游提交6bf58cebe073a06dfeac7ed44f55ecff50deb763为基线,保留 MIT 版权与来源;保留候选提取、位置报告、源码扫描、design system、增量生成会话及裸任意值能力。/v4提供 ESM/CJS 和类型声明,删除 v3、自定义生成器、多版本分发与 HTML parser 兼容导出;Tailwind Node/Oxide 保持动态加载。tailwindcss-patch,允许保留它引入的旧 engine 间接依赖;未执行 npm 发布。本地验证
pnpm agents:check、git diff --check通过。.mts/.cts消费方类型检查通过。pnpm release status通过。已知限制
详细命令与结果见 迁移验证记录。