Jake Archibald

Results 687 comments of Jake Archibald

`renderChunk` only gives you info about that chunk, not other chunks.

I don't think this issue is high priority, it can definitely wait for the hashing fixes.

Rollup gets it right in [this slightly modified case](https://rollupjs.org/repl/?version=2.52.7&shareable=JTdCJTIybW9kdWxlcyUyMiUzQSU1QiU3QiUyMm5hbWUlMjIlM0ElMjJtYWluLmpzJTIyJTJDJTIyY29kZSUyMiUzQSUyMmltcG9ydCUyMGZvbyUyMGZyb20lMjAnLiUyRm1vZHVsZS5qcyclM0IlNUNuJTVDbmZvbygpJTNCJTVDbiU1Q25mdW5jdGlvbiUyMGhlbGxvKCklMjAlN0IlNUNuJTIwJTIwY29uc29sZS5sb2coJ2hlbGxvJyklM0IlNUNuJTdEJTVDbiU1Q25leHBvcnQlMjBkZWZhdWx0JTIwKDAlMkMlMjBoZWxsbyklM0IlMjIlMkMlMjJpc0VudHJ5JTIyJTNBdHJ1ZSU3RCUyQyU3QiUyMm5hbWUlMjIlM0ElMjJtb2R1bGUuanMlMjIlMkMlMjJjb2RlJTIyJTNBJTIyaW1wb3J0JTIwaGVsbG8lMjBmcm9tJTIwJy4lMkZtYWluLmpzJyUzQiU1Q24lNUNuaGVsbG8oKSUzQiU1Q24lNUNuZnVuY3Rpb24lMjBmb28oKSUyMCU3QiU1Q24lMjAlMjBjb25zb2xlLmxvZygnZm9vJyklM0IlNUNuJTdEJTVDbiU1Q25leHBvcnQlMjBkZWZhdWx0JTIwKDAlMkMlMjBmb28pJTNCJTIyJTJDJTIyaXNFbnRyeSUyMiUzQWZhbHNlJTdEJTVEJTJDJTIyb3B0aW9ucyUyMiUzQSU3QiUyMmZvcm1hdCUyMiUzQSUyMmVzJTIyJTJDJTIybmFtZSUyMiUzQSUyMm15QnVuZGxlJTIyJTJDJTIyYW1kJTIyJTNBJTdCJTIyaWQlMjIlM0ElMjIlMjIlN0QlMkMlMjJnbG9iYWxzJTIyJTNBJTdCJTdEJTdEJTJDJTIyZXhhbXBsZSUyMiUzQW51bGwlN0Q=).

> So you are saying that Rollup should either assign the default export to a variable in the right position or otherwise write the default export itself in the correct...

> V8 is not the only JavaScript engine in existence. We're all fully aware of that. > The important question is: is this behaviour described in the ECMAScript standard? Yes....

This also impacts modules containing `import.meta.ROLLUP_FILE_URL_referenceId` that point to chunks. With assets, you can kinda work around it with `augmentChunkHash`, using the buffer of the asset to augment the hash,...

@yoavweiss > The boolean returns true for "real" committed navigations (so MPA navigations, not SPA ones), when the navigation is the first one in the [browsing session](https://html.spec.whatwg.org/multipage/history.html#browsing-session) (so, essentially, the...

@yoavweiss > This will not give us any ability to measure SPA "soft navigations", but it will enable us to know which MPA navigations could have been replaced by an...

I agree with @wanderview too. In terms of encoded/decoded body size, it feels like we should use the transmitted and total bytes stored in the body - https://fetch.spec.whatwg.org/#concept-body-transmitted. Rather confusingly,...

@asutherland ohh, I think I got confused by the stuff about redirects and HTTP overhead. If it's purely related to the response, that makes things much easier.