Nathan J Adams

Results 8 comments of Nathan J Adams

Try writing a compiler with just a parse tree and it'll make more sense

Roslyn isn't a compiler though, it's a set of tools for IDEs and code analysis. A parse tree is the right structure for that kind of job, and an AST...

Ran into this issue today too, turns out it was the `build` entry in the `.gitignore` file This is with version `9.3.2`

This also happens with a `build` entry https://github.com/conventional-changelog/standard-version/issues/502#issuecomment-1113865423

Totally agree, I'm having to work around this at the moment. Importing is a pretty standard pattern so it's surprising everything gets inlined.

Writing this with the caveat that I've barely glanced at the code so I may be making incorrect assumptions. With multiple output files, one option would be to output every...

I've had to make my own [utility to get around this](https://www.npmjs.com/package/json-schema-typescript-generator)

Same here, it's a bug https://github.com/tenable/terrascan/issues/1604 I'm having to add it as a skipped rule in the config.toml for now