John Firebaugh

Results 103 issues of John Firebaugh

## Steps to reproduce tsconfig.json: ``` { "compilerOptions": { "target": "esnext", "module": "nodenext", "moduleResolution": "nodenext", "declaration": true, } } ``` test.ts: ``` import * as typescript from "typescript"; export default...

Fix `addTypeArgument` for various forms of `PropertyAccessExpression`. Fixes https://github.com/dsherret/ts-morph/issues/1228

The resolved types use `export default`, but the JavaScript file uses `module.exports = ...`. This will cause TypeScript under the node16 module mode to think an extra `.default` property access...