John Firebaugh

Results 103 issues of John Firebaugh

The external package no longer exists when `--noenable_workspace` is specified, causing bazel-differ to error: > ERROR: Skipping '//external:all-targets': no such package 'external': //external package is not available since the WORKSPACE...

The use of `diff_test` (and presumably other rules that accept a directory as an input) trigger an error in `generate-hashes`. Here is a minimal repro: https://github.com/jfirebaugh/bazel-differ-test Running `bazel run @multitool//tools/bazel-differ...

Previous issues: * https://github.com/swc-project/jest/issues/14 * https://github.com/swc-project/jest/issues/120 * https://github.com/swc-project/jest/issues/172 * https://github.com/swc-project/plugins/issues/310 * https://github.com/magic-akari/swc_mut_cjs_exports/issues/117 Could you please clarify: * What exactly does https://github.com/swc-project/swc/pull/8994 do? https://github.com/swc-project/plugins/issues/310 was closed as "completed", but in the...

## Steps to reproduce package.json: ``` { "dependencies": { "@octokit/core": "7.0.3" } } ``` tsconfig.json: ``` { "compilerOptions": { "skipLibCheck": true, } } ``` test.ts: ``` import { OctokitOptions }...

node10 resolution

## Steps to reproduce package.json ``` { "dependencies": { "@stylexjs/babel-plugin": "0.16.2" } } ``` tsconfig.json ``` { "compilerOptions": { "skipLibCheck": true } } ``` stylex.ts ``` import { Options }...

Another issue like #1034 that persists after the fixes there. Unlike #2276, this one reproduces only when using `pnpm install`. ## Steps to reproduce package.json ``` { "type": "module", "dependencies":...

Still getting these types of errors even after the fixes for #1034. ## Steps to reproduce package.json: ``` { "type": "module", "dependencies": { "@stylexjs/stylex": "0.16.2" } } ``` tsconfig.json: ```...

## Steps to reproduce tsconfig.json: ``` { "compilerOptions": { "module": "Node18", "skipLibCheck": true, "declaration": true, "declarationMap": true, } } ``` schema.ts: ``` import { SUBSCHEMA } from './subschema.js' export const...

bug
Domain: Declaration Emit

### Description of the bug: A `select` with some labels that refer to a `config_setting_group` and some labels that refer to a `config_setting` seems to never resolve to the `config_setting_group`,...

type: feature request
P2
team-Documentation

### Describe the bug `@netlify/zip-it-and-ship-it` has a non-dev dependency on `"@babel/types": "7.28.5"`. This prevents package managers from deduplicating this version with any other versions of `@babel/types` that may be present...

type: bug