Evan Hynes

Results 4 issues of Evan Hynes

When parsing an index formula like the following: ``` INDEX('Sheet1'!A1:AV90,'Sheet2'!C28,'Sheet2'!G2) ``` The result of `new FormulaParser.DepParser().parse()` is: ``` [{ from: { row: 1, col: 1 } }, sheet: "Sheet 1",...

I am running knip on a TS application with the following knip & jest files: knip.json ```json { "$schema": "https://unpkg.com/knip@5/schema.json", "entry": ["src/server.ts", "src/commands/command.ts", "test/**/*.ts", "!test/mocks/**/*"], "paths": { "@/src/*": ["./src/*"], "@/test/*":...

good first issue
feature request

### What version of Bun is running? 1.1.30 ### What platform is your computer? Darwin 22.3.0 arm64 arm ### What steps can reproduce the bug? Create a simple typescript file:...

bug
bundler

### Context Implementing the handling of circular dependencies/references with a flag. ### How did you test your changes? I have created a test file with several scenarios, and matched the...

CLA signed