Stéphane Goetz
Stéphane Goetz
I have seen that any input with comment is output without comments even when minification is disabled : ```javascript const css = require("@parcel/css"); const inputs = [ "/* before */...
The trace-mapping module is faster than source-map in every benchmark https://github.com/jridgewell/trace-mapping#benchmarks It's also being adopted by many packages across the ecosystem ([Jest](https://github.com/facebook/jest/pull/12692), [Babel](https://github.com/babel/babel/blob/main/CHANGELOG.md#v71710-2022-04-29), [Terser](https://github.com/terser/terser/blob/master/CHANGELOG.md#v5140) at least have included it already)...
Hello, This PR makes the following changes * Update this module to PostCSS 8 using the migration guide : https://evilmartians.com/chronicles/postcss-8-plugin-migration * Update the node version to use 10 at the...
Hello, will you consider adding Apple Music support on your application ? Apple announced MusicKit JS to embed MusicKit in web apps. (https://developer.apple.com/documentation/musickitjs) Which to my understanding makes it possible...
Is it possible that the PhotoSwipeGallery renders PhotoSwipe in a portal ? (something like this : https://github.com/tajo/react-portal) I have the case where my gallery is rendered in an absolute container...
### Describe the bug By taking an example from here : https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html#a-nameauto-accessors-in-classes-auto-accessors-in-classes I get a the following error: ``` thread '' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_compat_es2022-0.2.2/src/class_properties/mod.rs:957:21:␊ internal error: entered unreachable code: auto_accessor...
Hi, I'm making some tests and see that `@eo-locale/core` doesn't parse the following: ``` {gender_of_host, select, female { {num_guests, plural, offset:1 =0 {{host} does not give a party.} =1 {{host}...
Hi @mhart, I found a bug in the library and got a bit carried away when fixing it, this PR contains the following (each in their own commit, so can...
The trace-mapping module is faster than source-map in every benchmark https://github.com/jridgewell/trace-mapping#benchmarks It's also being adopted by many packages across the ecosystem ([Jest](https://github.com/facebook/jest/pull/12692), [Babel](https://github.com/babel/babel/blob/main/CHANGELOG.md#v71710-2022-04-29), [Terser](https://github.com/terser/terser/blob/master/CHANGELOG.md#v5140) at least have included it already)...
Hello, This PR makes the following changes * Update this module to PostCSS 8 using the migration guide : https://evilmartians.com/chronicles/postcss-8-plugin-migration * Update the node version to use 10 at the...