-
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
fix(h5): h5模式下支持链接symlink的递归;排除隐藏文件的处理 #3778
Conversation
关于支付宝的bug是因为转换之后代码是这样的 }, {
key: "_createData",
value: function _createData() {
this.__state = arguments[0] || this.state || {};
this.__props = arguments[1] || this.props || {};
var __isRunloopRef = arguments[2];
var __prefix = this.$prefix;
;
var $compid__1 = (0, _index.genCompid)(__prefix + "$compid__1");
var blocks = this.__state.blocks;
var loopArray0 = blocks.map(function (b, _anonIdx) {
b = {
$original: (0, _index.internal_get_original)(b)
};
var $compid__0 = (0, _index.genCompid)(__prefix + "NWCmkXuQPj" + _anonIdx);
_index.propsManager.set({
"data": b.$original
}, $compid__0);
return {
$compid__0: $compid__0,
$original: b.$original
};
});
_index.propsManager.set({ // !这里丢失了
"onTaroCollectChilds": this.$collectChilds
}, $compid__1);
Object.assign(this.__state, {
loopArray0: loopArray0,
$compid__1: $compid__1
});
return this.__state;
} |
@WingGao 支付宝的问题是因为你 CLI 和依赖版本不一致。 d904a79#diff-0b711dc747c2a4b058ecdbaed9561cc0R745 taro/packages/taro-transformer-wx/src/index.ts Lines 745 to 762 in d904a79
|
@Chen-jj 不好意思确实,我是直接在taro跑的以为会自动关联,现在把link过去就可以了。我把那个alipay的提交回滚了。 |
@WingGao 没关系哈,感谢关注我们的项目,欢迎 PR |
本地build成功,ci报的是npm的错,好诡异 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
提交具体修改的文件即可 lock文件先不做修改吧~
transformOptions.isNormal 当不传入时默认为 undefined close NervJS#4237 NervJS#4180
* fix issue 4203,加入缓存机制,转换时间从半个小时优化至8分钟内 * fix4203 1.Map增加类型定义 2.去除dirPath的判断 close NervJS#4203
Bumps [@babel/core](https://github.com/babel/babel) from 7.1.6 to 7.6.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.1.6...v7.6.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
…JS#3765 Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.4.0...4.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. **This update includes a security fix.** - [Release notes](https://github.com/npm/fstream/releases) - [Commits](npm/fstream@v1.0.11...v1.0.12) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [remarkable](https://github.com/jonschlinkert/remarkable) from 1.7.1 to 1.7.4. **This update includes security fixes.** - [Release notes](https://github.com/jonschlinkert/remarkable/releases) - [Changelog](https://github.com/jonschlinkert/remarkable/blob/master/CHANGELOG.md) - [Commits](jonschlinkert/remarkable@1.7.1...v1.7.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
* beautify log when developers init * optimize: The value of the buffer method getEnv
# Conflicts: # packages/taro-cli/yarn.lock # packages/taro-components-rn/yarn.lock # packages/taro-components/yarn.lock # packages/taro-rn/yarn.lock # packages/taro-with-weapp/yarn.lock # packages/taroize/yarn.lock # yarn.lock
这个 PR 做了什么? (简要描述所做更改)
h5模式下支持链接symlink的递归
这个 PR 是什么类型? (至少选择一个)
这个 PR 满足以下需求:
这个 PR 涉及以下平台:
其它需要 Reviewer 或社区知晓的内容: