Evan You
Evan You
/ecosystem-ci run
Good catch. I made some small adjustments to make the head logic dev-only.
#11286 is already covered by ee0248acc The changes in this PR are plausible, but given that all computed errors can already be captured and the error location can be traced...
The idea is right, but the fix can be placed in the instrumented `hasOwnProperty` returned by the proxy trap to only perform the string coercion only for `hasOwnProperty`, instead of...
21932840e avoids the extra array copy and also avoid unnecessary `remove` call when the effectScope is already stopped.
400ms reload during dev seems acceptable for "a fairly large application"... unless you expect your app to be 3~4 times larger than it already is in the future?
Looks like you need to update the lockfile to get CI passing.
Thanks for the PR - I think it's better to avoid looping over the props twice as `findProp` does support searching for bindings with no expressions. See https://github.com/vuejs/core/commit/04af9504a720c8e6de26c04b1282cf14fa1bcee3 (I reused...
Can confirm the issue is no longer reproducible in the latest playground.
Whether "Treeshaking" or dead-code elimination should be handled by the bundler or the minifier is actually a blurry line. Rollup performs some advanced treeshaking because it does not have a...