Alexey Tereshenkov
Alexey Tereshenkov
**Is your feature request related to a problem? Please describe.** When running a Pants goal, it is possible to ask Pants to keep a sandbox, created by default in the...
**Is your feature request related to a problem? Please describe.** Pants supports providing sources either as individual files or as patterns; one can use `*` for globs over just the...
https://github.com/SchemaStore/schemastore/pull/3745
Docs rendered locally: 
WIP
DO NOT MERGE Trying to find out if it's possible to extend the inferred dependencies from a plugin if a file doesn't exist, but should still be discovered to let...
Work towards https://github.com/pantsbuild/pants/issues/18126. This PR extends the `help` goal to produce a JSON schema file. Similarly to the `help-all` goal, `./pants help json-schema` sends the JSON schema contents to the...
Clarifying what `--changed-*` filters apply to as I saw a couple of questions from users so it may be helpful to reflect this nuance in the docs.
The `tsconfig.json` file is a configuration file used by the TypeScript compiler to specify the root files and the compiler options required to compile a TypeScript project. While it uses...