Stephan Schreiber
Stephan Schreiber
Hi, I was looking for some tools to work with emoji when I found this repo. Unless I'm mistaken, there are two errors in the regexes in `lib/emojiRegex.js`: - According...
Hi there! It looks like `browserslist-generator` doesn't support node as a query, is this intentional ? ```js import {getAppropriateEcmaVersionForBrowserslist} from 'browserslist-generator' console.log(getAppropriateEcmaVersionForBrowserslist(['node >= 12'])) // => es3 console.log(getAppropriateEcmaVersionForBrowserslist(['node >= 14']))...
Using TSOC 0.1.6 with TS 3.4.5 and `strictNullChecks == true` : ```typescript interface Test { one: number two: { a: string } } const test: Test = { one: 1,...
### Describe the bug Trying to `pnpm install` a freshly cloned Vite repo leads to `ERR_PNPM_NO_MATCHING_VERSION No matching version found for [email protected]` :  Note that I have `strict-peer-dependencies=false` in...
Hi, Using `esbuild v0.15.7` on `Windows 10` `x64` with `Node 16.15.0`, the following code: ```js import esbuild from 'esbuild' try { const result = await esbuild.build({ absWorkingDir: process.cwd(), stdin: {...
### Issue Not a big deal, really. According to docs, I would expect the following code to work: ```js const Foo = PouchDB.defaults({ name: 'foo' }) const foo = new...
#827 was wrong as it caused Sucrase to crash occasionally. This fix is both simpler and more robust. Passes all tests as well.
I have set up a repro here: https://github.com/Septh/sucrase-broken-sourcemaps. After cloning and installing, run `node sucrase.js` to compile the TypeScript code; you can then upload the resulting `index.js` file to Evan...
The default build system does not work verbatim on Windows because of the run.ts script spawning `"/bin/bash"` and because of Prettier not liking CRLF line endings. Building from WSL in...
Awesome Contribution Checklist: - [X] I have read, and re-read the [Contributing Guidelines](https://github.com/rollup/awesome/blob/master/.github/CONTRIBUTING.md) - [X] I have searched to ensure the suggested item doesn't exist on this list - [X]...