fix(frameworks): stop gatsby and svelte prose from faking detection - #285
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage ? 55.09%
=======================================
Files ? 81
Lines ? 6872
Branches ? 0
=======================================
Hits ? 3786
Misses ? 2816
Partials ? 270 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
pr summary3 files changed (+11 -3)
|
25b1687 to
27da3a8
Compare
vmfunc
left a comment
There was a problem hiding this comment.
clean fix. the math checks out: after dropping the prefixes, gatsby needs ___gatsby or /page-data/ and svelte needs __svelte or svelte/internal, all of which only show up in a real bundle, and each still clears the 0.3 center on a single strong hit so recall on genuine pages holds. no false-negative regression that matters. /page-data/ over page-data.json is the better call too, its the actual served path structure, not a string prose can drop. in.
No description provided.