fix: cast yparser.getOptions() to fix typecheck #4758
build.yml
on: push
yamllint
7s
typecheck
10s
eslint
11s
unused-deps
8s
test
3m 41s
CodeQL
1m 31s
Matrix: smoke-test
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
[threads] tests/test-cases/gcl-env-variable-split/integration.test.ts > GCL_VARIABLE with three semicolon-separated values via CLI:
tests/test-cases/gcl-env-variable-split/integration.test.ts#L231
ReferenceError: Bun is not defined
❯ tests/test-cases/gcl-env-variable-split/integration.test.ts:231:18
|
|
[threads] tests/test-cases/gcl-env-variable-split/integration.test.ts > GCL_VARIABLE with single value (no semicolon) works via CLI:
tests/test-cases/gcl-env-variable-split/integration.test.ts#L211
ReferenceError: Bun is not defined
❯ tests/test-cases/gcl-env-variable-split/integration.test.ts:211:18
|
|
[threads] tests/test-cases/gcl-env-variable-split/integration.test.ts > GCL_VARIABLE env var is split by CLI middleware:
tests/test-cases/gcl-env-variable-split/integration.test.ts#L190
ReferenceError: Bun is not defined
❯ tests/test-cases/gcl-env-variable-split/integration.test.ts:190:18
|