Skip to content
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

fix(mini-runner): [next]修复小程序混写时模板引入只有第一个生效的问题 close #5824 #5577 #7445

Merged
merged 2 commits into from
Aug 27, 2020

Conversation

wzono
Copy link
Contributor

@wzono wzono commented Aug 26, 2020

#5824
#5577

这个 PR 做了什么? (简要描述所做更改)
更改文件:更改了 @taro/mini-runner 下的 loaders/miniTemplateLoader.ts 文件
更改内容:给loader中拿到的source源文件内容字符串包裹了一层根节点,使sax可以正确解析出需要import的文件,使之正确打包。注释中也列出了第二种方案,但推荐采用本次PR中使用的方案。

这个 PR 是什么类型? (至少选择一个)

这个 PR 满足以下需求:

  • 提交到 master 分支
  • Commit 信息遵循 Angular Style Commit Message Conventions
  • 所有测试用例已经通过
  • 代码遵循相关包中的 .eslintrc, .tslintrc, .stylelintrc 所规定的规范
  • 在本地测试可用,不会影响到其它功能

这个 PR 涉及以下平台:

  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 头条小程序
  • QQ 轻应用
  • 快应用平台(QuickApp)
  • Web 平台(H5)
  • 移动端(React-Native)

其它需要 Reviewer 或社区知晓的内容:

  1. 在添加代码之前,mini-runner 包中的测试用例已有一些不通过。

@wzono wzono force-pushed the fix/mini-template-import branch from 544d931 to 1f5f2b0 Compare August 26, 2020 15:44
@luckyadam
Copy link
Member

luckyadam commented Aug 27, 2020

有点问题,https://github.com/NervJS/taro/pull/7445/files#diff-4172249e30c6513664d1ed029e25c51aL40
最后输出的模板里也会带上 root 标签,另外此处提交的是 next 分支,2.x 分支也可以提交修复一下

@wzono
Copy link
Contributor Author

wzono commented Aug 27, 2020

有点问题,https://github.com/NervJS/taro/pull/7445/files#diff-4172249e30c6513664d1ed029e25c51aL40
最后输出的模板里也会带上 root 标签,另外此处提交的是 next 分支,2.x 分支也可以提交修复一下

已修改,稍后再提交一个到2.x

@wzono wzono changed the title fix(mini-runner): 修复小程序混写时模板引入只有第一个生效的问题 close #5824 #5577 fix(mini-runner): [next]修复小程序混写时模板引入只有第一个生效的问题 close #5824 #5577 Aug 27, 2020
Copy link
Member

@luckyadam luckyadam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有点问题,https://github.com/NervJS/taro/pull/7445/files#diff-4172249e30c6513664d1ed029e25c51aL40
最后输出的模板里也会带上 root 标签,另外此处提交的是 next 分支,2.x 分支也可以提交修复一下

已修改,稍后再提交一个到2.x

perfect

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.

2 participants