Luke Page

Results 14 issues of Luke Page

### Is there an existing issue for this? - [X] I have searched the existing issues and my issue is unique - [X] My issue appears in the command-line and...

help wanted
typescript

### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build...

Type: Bug
Status: Unconfirmed
Component: Optimizing Compiler

### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build...

Type: Bug
Status: Unconfirmed
Component: Optimizing Compiler

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug If your env variable needs to have a value with `${}` in it, yarn...

bug
good first issue

We try and import a type: ![Image](https://github.com/user-attachments/assets/2e99efc4-f30a-4d43-a1f8-1146317b0ea7) the file is a .d.ts ![Image](https://github.com/user-attachments/assets/aee4974e-4b40-4dc0-b1db-fa2936c85e8c) and it exports what we want to import: ![Image](https://github.com/user-attachments/assets/f16620c4-74f3-441e-8dec-f8ee507ab153) tsc does this fine but tsgo gives an...

I've seen a few instances where errors are on different lines, which with suppressions causes tsgo errors on code that compiles with tsc. Maybe this is an accepted breaking change?...

The following file is ok in tsc and bad in tsgo ``` declare global { interface SymbolConstructor { readonly observable: symbol; } } type X = { [Symbol.observable](): any; };...

### Page(s) https://playwright.dev/docs/next/test-assertions#add-custom-matchers-using-expectextend ### Description The example in the docs above doesn't work if for example the locator has multiple elements - the exception gets swallowed. You can add ```...

P3-collecting-feedback

## Stack trace ``` panic handling request textDocument/inlayHint bad line number. Line: 109, lineMap length: 109 goroutine 2804779 [running]: runtime/debug.Stack() runtime/debug/stack.go:26 +0x5e github.com/microsoft/typescript-go/internal/lsp.(*Server).recover(0xc0000ecdc0, 0xc1512c22d0) github.com/microsoft/typescript-go/internal/lsp/server.go:572 +0x58 panic({0x7ff658b6dae0?, 0xc0050479c0?}) runtime/panic.go:783 +0x132...

Crash