Fabian Cook

Results 43 comments of Fabian Cook

The individual accessors without the map operator line up very nicely to JSX land concepts. The map operator on the back of the accessors works really well too. Since they...

I am happy to do a PR if this issue is flagged as good to go

Please can we document this as it isn't the same signature as what is on the web. Because of me just ignoring the quotes when I read them in the...

Thinking about it, you could do multiple formats, one that's super easy, and gets turned into a profile document and added to the index file on build, or it could...

I receive this while running: ``` deno run --allow-read --import-map=https://deno.land/x/[email protected]/import-map-deno.json --allow-net -r https://deno.land/x/[email protected]/src/tests/index.ts ``` Running the built esm version (git clone && yarn test:deno) works instead: https://github.com/virtualstate/app-history/runs/4606670052?check_suite_focus=true#step:8:11 This means that...

I checked latest deno and it is still present ```shell deno --version deno 1.21.0 (release, aarch64-apple-darwin) v8 10.0.139.17 typescript 4.6.2 ``` ```shell Check https://deno.land/x/[email protected]/src/tests/index.ts error: TS2502 [ERROR]: 'thisArg' is referenced...

I think this may be the same as https://github.com/oven-sh/bun/issues/1190 Do you get `response.status: 0` too? I also found that bun isn't exiting with code 1 if there is an unhandled...

I had been running this with `typescript@^4.5.1-rc` and still see this issue.

I tried specifically with `typescript@next`, aka `[email protected]` ``` [~/src/virtualstate/x]$ yarn build yarn run v1.22.10 $ tsc -b ./tsconfig.repo.json && yarn build:post $ node correct-import-extensions.js ✨ Done in 8.22s. [~/src/virtualstate/x]$ echo...

Can confirm still present in `4.6.0-dev.20211208`