Skip to content

fix: resolve weapp-tailwindcss src type issues#859

Merged
sonofmagic merged 26 commits into
nextfrom
codex/fix-src-eslint-ts
May 15, 2026
Merged

fix: resolve weapp-tailwindcss src type issues#859
sonofmagic merged 26 commits into
nextfrom
codex/fix-src-eslint-ts

Conversation

@sonofmagic
Copy link
Copy Markdown
Owner

Summary

  • 修复 packages/weapp-tailwindcss/src 在严格 TypeScript 配置下暴露的类型问题
  • 清理对应 ESLint 诊断,并补充中文 changeset
  • 同步调整 @weapp-tailwindcss/postcss 相关类型声明以满足 exactOptionalPropertyTypes

Testing

  • pnpm --filter weapp-tailwindcss exec eslint ./src --max-warnings=0
  • pnpm --filter weapp-tailwindcss exec tsc -p tsconfig.json --noEmit --pretty false 2>&1 | rg '^src/'

Notes

  • 未过滤的包级 tsc 仍会报告 test/、tools/weapp-tailwindcss-scripts/、../tailwindcss-config、../test-helper 等范围外问题;本 PR 目标是 packages/weapp-tailwindcss/src。

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 14, 2026

🦋 Changeset detected

Latest commit: 6e73a6d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
weapp-tailwindcss Patch
@weapp-tailwindcss/postcss Patch
@weapp-tailwindcss/test-helper Patch
@weapp-tailwindcss/build-all Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@sonofmagic sonofmagic force-pushed the codex/fix-src-eslint-ts branch from 0830043 to 8aeeab5 Compare May 14, 2026 19:29
@sonofmagic sonofmagic merged commit 954e915 into next May 15, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant