NullVoxPopuli

Results 1113 issues of NullVoxPopuli

Note: - the "dts" for a gjs file is ".gjs.d.ts" - doing this requires setting `allowArbitraryExtensions: true` in the tsconfig.json -- which is probably something we can upstream in to...

root tsconfig.json: ``` { "references": [ { "path": "./config/tsconfig.src.json" }, { "path": "./config/tsconfig.tests.json" }, { "path": "./config/tsconfig.docs-app.json" }, { "path": "./config/tsconfig.typedoc.json" }, ] } ``` error: ``` ❯ pnpm glint...

Reported internally at AB by @mmun For example, we're all familiar with this situations, which pushes us to use `const` variable declarations: ```ts let x = true; fn(() => {...