Kristoffer K.

Results 48 issues of Kristoffer K.

**What's the problem this PR addresses?** Proof of concept of automatically setting up project references based on dependencies https://www.typescriptlang.org/docs/handbook/project-references.html **How did you fix it?** **Checklist** - [x] I have read...

**What's the problem this PR addresses?** Ref https://github.com/yarnpkg/berry/issues/6006 **How did you fix it?** **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that...

**What's the problem this PR addresses?** esbuild, by default, doesn't look for `.mjs` extensions so it picks the commonjs file which it wont tree-shake. **How did you fix it?** Added...

**What's the problem this PR addresses?** `gatsby-plugin-i18n` is trying to use `ramda` without declaring it as a dependency **How did you fix it?** Added `ramda` as a dependency

The following code snippet causes a TypeError when linting ```ts if (test) { test; } else if (test) { test; } ``` ```log TypeError: Cannot read property 'type' of null...

CEF issue 2169 has been resolved, this means `build.ps1` can use the `Minimal Distribution` instead of the `Standard Distribution` to speed up the download, and as a result, total build...

enhancement

**What's the problem this PR addresses?** Using `require.resolve('.bin/jscodeshift')` relies on an implementation detail that isn't guaranteed to exist (Yarn PnP) or point to the expected version of `jscodeshift` **How did...

When an error is thrown the `cause` property is not included in the output ```js import { runExit, Command } from 'clipanion'; runExit( class extends Command { async execute() {...

**What's the problem this PR addresses?** The https tests have been failing on the WIndows CI for months and I can't reproduce it locally. **How did you fix it?** Disable...

**What's the problem this PR addresses?** `create-svelte` no longer has a `next` tag. **How did you fix it?** Stop specifying the tag. **Checklist** - [x] I have read the [Contributing...