Niklas Mischkulnig

Results 98 issues of Niklas Mischkulnig

# 🐛 bug report Here the error message isn't printed to the user: https://github.com/parcel-bundler/parcel/blob/dd9435be8afed35c5ffc161cf4b586fd6c78fc1f/packages/core/package-manager/src/NodePackageManager.js#L544-L549 ## 🤔 Expected Behavior See what exactly went wrong when resolving that dev dependency ## 😯...

:bug: Bug
:pray: Help Wanted
Stale
Diagnostics

# ↪️ Pull Request Pull JSON5 parsing & creation of a diagnostic with codeframe into utils and use everywhere. Inspired by https://github.com/parcel-bundler/parcel/issues/4863

```css body { -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); } ``` results in ```css body { -webkit-backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); } ``` Just like https://github.com/parcel-bundler/lightningcss/issues/237 [Playground](https://lightningcss.dev/playground/index.html#%7B%22minify%22%3Afalse%2C%22nesting%22%3Atrue%2C%22customMedia%22%3Atrue%2C%22cssModules%22%3Afalse%2C%22analyzeDependencies%22%3Afalse%2C%22targets%22%3A%7B%22chrome%22%3A6553600%2C%22safari%22%3A917504%7D%2C%22source%22%3A%22body%20%7B%5Cn%20%20-webkit-backdrop-filter%3A%20blur(20px)%3B%5Cn%20%20backdrop-filter%3A%20blur(20px)%3B%5Cn%7D%22%2C%22visitorEnabled%22%3Afalse%2C%22visitor%22%3A%22%7B%5Cn%20%20Color(color)%20%7B%5Cn%20%20%20%20if%20(color.type%20%3D%3D%3D%20'rgb')%20%7B%5Cn%20%20%20%20%20%20color.g%20%3D%200%3B%5Cn%20%20%20%20%20%20return%20color%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%2C%22unusedSymbols%22%3A%5B%5D%2C%22version%22%3A%22%22%7D)

*Brought up by @zeel01 in https://github.com/parcel-bundler/parcel/discussions/9297*

https://github.com/parcel-bundler/parcel/issues/7264

As opposed to tsc which will respect it as long as it's in a `included` folder. https://github.com/parcel-bundler/parcel/issues/8642#issuecomment-1320304581

Closes https://github.com/parcel-bundler/watcher/issues/156 I can't actually reproduce that case where the prebuilds are being used correctly though, [might be related to that npm bug](https://github.com/npm/cli/issues/4828)

Currently fixing a problem with window reloading in: https://github.com/kusti8/proton-native/issues/180 ---- Is `npm run dev` fine as the hot-reloading command? - Added hot reloading to readme and fixed typos. - Added...