Alec Larson
Alec Larson
After `yarn publish` copies the published package to the global store, it now runs `npm install` (or `yarn install` if a `yarn.lock` file exists) with the `--production` flag. See #50...
Yalc now looks for the nearest ancestor that contains a `package.json` file. I also did some tidying up! (Probably wanta merge #61 first) The only relevant commit: d1dbf1a5aae8cd678d9265654717f3b168a40934 Fixes #47
Or provide an example of using `http.client` to communicate with a Unix socket.
There should be something like `connection.onidle` but for when a stream's `state` changes (or maybe only closes). What's the best workaround for that?
https://sucrase.io/#code=%0Aexport%20class%20B%20%7B%7D%0A%0Aexport%20class%20A%20%7B%0A%20%20static%20B%20%3D%20B%0A%7D This is the line I'm referring to: ```js static __initStatic() {this.B = exports.B = B} ```
Is there a way for sucrase to parse jsx but not transform it? Thanks
Heavy dependencies include: - `html-minifier-terser` (in `next` branch only) - `imagemin-pngquant` - `imagemin-webp` (in `next` branch only) - `svgo` All of these take ~5 MB each. **Benefits:** - Less wasted...