-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 添加 useXsForTemplate 试用性字段以及半编译预处理功能 #16598
Merged
Merged
Conversation
This file contains 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
# Conflicts: # crates/native_binding/package.json # npm/darwin-arm64/package.json # npm/darwin-x64/package.json # npm/linux-x64-gnu/package.json # npm/linux-x64-musl/package.json # npm/win32-x64-msvc/package.json # package.json # packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.json # packages/babel-plugin-transform-solid-jsx/package.json # packages/babel-plugin-transform-taroapi/package.json # packages/babel-preset-taro/package.json # packages/create-app/package.json # packages/css-to-react-native/package.json # packages/eslint-config-taro/package.json # packages/jest-helper/package.json # packages/postcss-html-transform/package.json # packages/postcss-plugin-constparse/package.json # packages/postcss-pxtransform/package.json # packages/postcss-unit-transform/package.json # packages/rollup-plugin-copy/package.json # packages/shared/package.json # packages/stylelint-config-taro-rn/package.json # packages/stylelint-taro-rn/package.json # packages/stylelint-taro/package.json # packages/taro-api/package.json # packages/taro-cli-convertor/package.json # packages/taro-cli/package.json # packages/taro-components-advanced/package.json # packages/taro-components-library-react/package.json # packages/taro-components-library-solid/package.json # packages/taro-components-library-vue3/package.json # packages/taro-components-react/package.json # packages/taro-components-rn/package.json # packages/taro-components/package.json # packages/taro-extend/package.json # packages/taro-framework-react/package.json # packages/taro-framework-solid/package.json # packages/taro-framework-vue3/package.json # packages/taro-h5/package.json # packages/taro-helper/package.json # packages/taro-loader/package.json # packages/taro-platform-alipay/package.json # packages/taro-platform-h5/package.json # packages/taro-platform-harmony-hybrid/package.json # packages/taro-platform-harmony/package.json # packages/taro-platform-jd/package.json # packages/taro-platform-qq/package.json # packages/taro-platform-swan/package.json # packages/taro-platform-tt/package.json # packages/taro-platform-weapp/package.json # packages/taro-plugin-html/package.json # packages/taro-plugin-http/package.json # packages/taro-plugin-inject/package.json # packages/taro-plugin-mini-ci/package.json # packages/taro-plugin-react-devtools/package.json # packages/taro-plugin-vue-devtools/package.json # packages/taro-react/package.json # packages/taro-rn-runner/package.json # packages/taro-rn-style-transformer/package.json # packages/taro-rn-supporter/package.json # packages/taro-rn-transformer/package.json # packages/taro-rn/package.json # packages/taro-router-rn/package.json # packages/taro-router/package.json # packages/taro-runner-utils/package.json # packages/taro-runtime-rn/package.json # packages/taro-runtime/package.json # packages/taro-service/package.json # packages/taro-transformer-wx/package.json # packages/taro-vite-runner/package.json # packages/taro-webpack5-prebundle/package.json # packages/taro-webpack5-runner/package.json # packages/taro-with-weapp/package.json # packages/taro/package.json # packages/taroize/package.json
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16598 +/- ##
==========================================
- Coverage 58.51% 58.51% -0.01%
==========================================
Files 466 466
Lines 27115 27110 -5
Branches 5951 5707 -244
==========================================
- Hits 15866 15863 -3
- Misses 9739 9917 +178
+ Partials 1510 1330 -180
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This was referenced Sep 28, 2024
tutuxxx
approved these changes
Oct 23, 2024
This was referenced Oct 26, 2024
这是个啥功能 |
This was referenced Oct 26, 2024
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.
这个 PR 做了什么? (简要描述所做更改)
添加 useXsForTemplate 试用性字段以及半编译预处理功能
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: