Roman Schoenbichler
Roman Schoenbichler
Any chance you could provide a parcel 2 transformer plugin for istanbul code instrumentation?
It would be great to have a parcel.js 2 compatible plugin. Looking into the sparse API documentation, implementing a custom solution could be quite cumbersome.
In version 0.2.16 there is a type that leads to a reference error in _debug/debug.js_ on line 126. `debug.color = selectColor(namespae);` should be `debug.color = selectColor(namespace);`
Hello, I'm facing an issue where my coverage report is not properly reflecting the actual bundle. Code which is omitted thanks to tree shaking/minification is showing up as uncovered. I'm...
I'm using eclipse 4.4.1 with the gae eclipse plugins. After I downloaded your project, eclipse tells me that the project configuration is not up to date. When I try to...
# 🙋 feature request A transformer plugin that instruments the build to record code coverage in an istanbul.js compatible format ## 🤔 Expected Behavior include via .parcelrc transformer section ##...
[Bug]: Sticky elements not considered by implicit scroll into view when interacting with an element
### Minimal, reproducible example ```TypeScript await page.click(".element-which-is-behind-sticky-element"); ``` ### Error string no error ### Bug behavior - [ ] Flaky - [ ] PDF ### Background `page.click` makes sure to...