Justin Hummel

Results 5 issues of Justin Hummel

The new tsconfig loading feature implemented in #471 doesn't properly support extended tsconfig files. For example take the following config for our test files that extends our base config: _tests/tsconfig.json_...

bug

**Is your feature request related to a problem? Please describe.** The library currently only supports disposing of objects that support the `Disposable` interface. However, now support for Explicit Resource Management...

enhancement
awaiting triage

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
bug :beetle:
stale
25-x-y

It looks like jscodeshift does not currently support the accessor keyword that was added typescript in 3.9. Can we please add support for this. Thank you. https://github.com/microsoft/TypeScript/pull/49705 https://github.com/tc39/proposal-decorators

upstream

When trying to import a module defined in a package.json exports field asar-node fails to find the module. Example: ```js // throws Error: Cannot find module '@my-package/server-code' const serverCode =...

enhancement