RA80533

Results 53 issues of RA80533

URLs in the form of `https://gitcdn.link/repo////[…]` are presented instead of `https://gitcdn.link/cdn////[…]`. Attempting to visit URLs of the first form result in 404s.

The TypeScript compiler is currently not configured to produce source maps during transpilation. Source maps would allow for a vastly improved debugging experience.

~~The TypeScript compilation step does not emit declaration files corresponding to the TypeScript input.~~

The value sets a developer-facing option rather than one meant for the user to configure.

See the resources [here](https://github.com/github/renaming) for guidance.

Currently, the two boolean options are parsed as strings which requires a bit of magic behind the scenes: https://github.com/codecov/codecov-action/blob/29386c70ef20e286228c72b668a06fd0e8399192/src/buildExec.ts#L8-L17

> It appears that `npm ci` creates a huge diff. None of the package.json files in node_modules have a final newline. Is this something that should be done separate from...

- https://github.com/github/codeql-action/blob/f00bafbde1cf72f723cff6bcb0fa170325b2edb9/src/config-utils.ts#L1074 - https://github.com/github/codeql-action/blob/f00bafbde1cf72f723cff6bcb0fa170325b2edb9/src/config-utils.ts#L1087 Both are annotated as asynchronous functions but neither utilizes asynchronous IO.