The Wayback Machine - https://web.archive.org/web/20220709180317/https://github.com/topics/conversion
Skip to content
#

conversion

Here are 1,418 public repositories matching this topic...

markjm
markjm commented Oct 27, 2021

🐛 Bug Report

  • TypeStat version: 0.5.3
  • TypeScript version: 4.4.4
  • Node version: 16.x

Getting lazy with repro steps, as ill just add it as test. posting as text below:

type C = string | null;
type B = { C: C } | null;
type A = { B: B } | null;

const A1 = {
  B: {
    C: null
  }
} as A;

const x: string = A1.B.C;

Actual Behavior

const x
type: bug status: accepting prs good first issue fixer: strict non null assertions
MikeRalphson
MikeRalphson commented Jan 19, 2019
  • Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
  • Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
  • Use of conventional-commit standard going forward
  • Advice not to include any package-lock.json changes PRs, for security reasons. File will be regene

Improve this page

Add a description, image, and links to the conversion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conversion topic, visit your repo's landing page and select "manage topics."

Learn more