Andrew Stegmaier
Andrew Stegmaier
# ↪️ Pull Request This fixes #8331. ## 💻 Examples Previously, when a name contained in a module exported through a wildcard export conflicted with another named export, we would...
# ↪️ Pull Request This fixes #8360. The main observed symptom - that `@parcel/transformer-typescript-types` generates incorrect `d.ts` files when there are naming conflicts between things exported by a module that...
# 🐛 bug report When bundling a library with parcel and relying on `@parcel/transformer-typescript-types` to generate a bundled `.d.ts` file, you'll get incorrect output if there is a naming conflict...
# 🐛 bug report When bundling a library with parcel and relying on `@parcel/transformer-typescript-types` to generate a bundled `.d.ts` file, you'll get incorrect output if there is a naming conflict...
# 🐛 bug report If you import a css file with the `bundle-text` pipeline (e.g. `import shadowStyles from "bundle-text:./shadow-dom-styles.css"`), and then (elsewhere) import a different css file with a standard...
I'm currently trying to use react-datasheet in the context of a project where I want my grid to have fixed (and user-resizable) column widths and row heights. Overall, I find...
# 🐛 bug report I went to test out the latest version of parcel in a real-life app (congrats on hitting beta 2!) and I'm hitting an issue with scope-hoisting....
# 🐛 bug report If you try to import bootstrap `.scss` files in a `.css` file in your project, like this: ``` @import 'npm:bootstrap/scss/bootstrap.scss'; ``` ...parcel will fail to build...
When I try running `npm run build` on windows, I see the errors below. It works fine on mac.