Results 36 issues of Carter Snook

The generated glue code should be able to be ran without requiring the internet the first time and there are also security vulnerabilities that can spawn from relying on third-party...

Hello, it would be nice if instead of eagerly loading the binary library synchronously `deno_bindgen` would export a function called something like `load` which would be a function that does...

enhancement

> Found by john.spurlock on Discord Trying to bundle files through `Deno.emit` that import JSON Modules via import assertions fails. However, the expected behavior should be for the JSON imports...

bug
cli

Hello, as https://github.com/denoland/deno/issues/14976 has shown, it can be hard to realize TypeScript's default behavior of exporting all types in a `declare namespace` block. It might be beneficial to add an...

**Is your feature request related to a problem? Please describe.** TypeScript's `private` class property modifier is only checked when you are using TypeScript and the encapsulation is lost through compilation....

good first issue
suggestion

Hello, I have files that are not even over 200 lines which format almost instantly when running `zig fmt ..` but with this extension VS Code hangs for at least...

I understand if you don't want this change.

You will get the following errors in the terminal if you don't merge this: ```terminal TS1371 [ERROR]: This import is never used as a value and must use 'import type'...

Hello, it would be amazing if we could pass in a list of names for exports that esbuild would skip entirely when factoring dependencies and tree shaking. This could only...