Phillip Huang
Phillip Huang
I ran the parser on Typescript and found that `function (this)` gets incorrectly transformed to `this =>`. The result was invalid syntax. `this` is a special case and should not...
Fixes https://github.com/open-policy-agent/npm-opa-wasm/issues/332 I upgraded my TypeScript moduleResolution to Node 16, and TypeScript stopped being able to find the types. This change should fix it.
## Sorting - **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request - I confirm that I - [x] used the...
### Version 29.7.0 ### Steps to reproduce See https://github.com/JavaScriptBach/jest-repro ### Expected behavior When a subpath import with a wildcard is defined, Jest does not correctly resolve it. For example, if...
### Is your feature request related to a problem? Please describe. I am using typescript-resolvers and want to define [mappers](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-resolvers#use-your-model-types-mappers) for type safety. Mappers require an import of the form...
### Feature Request Checklist - [x] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) - [x] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with...
### Affected Packages All packages ### Version(s) 2.6.6 ### Bug Description Each package exports CJS + ESM implementations, but only one version of types. This makes Typescript think that the...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When I run `yarn install` from scratch, everything installs correctly. When I then upgrade...
### Expected Behavior If I write a reachability rule, and the paths defined in `from` or `to` don't resolve to actual files on disk, I've written an incorrect rule. It...
### Verify canary release - [x] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/JavaScriptBach/turbo-caret-bug ### Which canary...