Daniel
Daniel
# 🐛 bug report The following command: `parcel build --detailed-report 40 src/main.ts` makes parcel crash ## 🎛 Configuration (.babelrc, package.json, cli command) ```json { "devDependencies": { "parcel": "nightly" }, "targets":...
# 🐛 bug report When building a library using parcel and then building something that consumes that library, using parcel, tree shaking is not working how it should ## 🎛...
### Describe the bug `classList` doesn't work when used together with `class`, even when `classList` is not reactive, if the object looks like this `{ ["test"]: true }` instead of...
### Describe the bug Right now it's possible to do a mistake when destructuring, see this example: https://playground.solidjs.com/anonymous/26548b4b-87ed-4b76-bfbd-2cb6fa2b5b42 This mistake is not caught by TypeScript right now and leads to...
# Describe the bug When wanting to only create two components once, but then switching them around in the DOM (wrapping and unwrapping them), solid-js doesn't really play nicely. According...
**Bug report or Feature request?** Feature request It would be great to be able to configure that certain global functions will always be pure, such as WeakMap, Map, Set, etc....
**Bug report or Feature request?** Bug **Version (complete output of `terser -V` or specific git commit)** 5.19.4 **Complete CLI command or `minify()` options used** try.terser.org **`terser` input** ``` class myClass...
Is it possible for lightningcss to shorten selectors to use nesting, now with modern browser supporting css nesting? So for example if the input is ``` .test .a { background:...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 ``` daniel@mmmmmmmmmm my-app % yarn...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `Cannot read properties of undefined...