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

feat: do not use chunk cache when build #800

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Conversation

zhangpanweb
Copy link
Contributor

close #785

@sorrycc sorrycc requested a review from stormslowly December 18, 2023 00:59
@stormslowly
Copy link
Member

nice!
后继可以看下,还有其他的打过 cached 的函数有哪些 (盲猜还有 module transform 部分,里面可能会涉及到 ast 的 clone 消耗,也可以优化掉)

这类情况可以抽成更符合业务语义的宏。

@sorrycc sorrycc merged commit b245dac into master Dec 18, 2023
@delete-merged-branch delete-merged-branch bot deleted the feat/build_without_cache branch December 18, 2023 06:18
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.

cached 宏标记的函数,build 阶段无法跳过 cache clone
3 participants