Skip to content

Instantly share code, notes, and snippets.

@eamonnboyle
Created August 27, 2021 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eamonnboyle/6f004dd3a4238287667cbe88c8feca2e to your computer and use it in GitHub Desktop.
Save eamonnboyle/6f004dd3a4238287667cbe88c8feca2e to your computer and use it in GitHub Desktop.
Nested Aliased Conditional Fail Check
const childIsA5 = isAorBorCorDorEorF && root.child.kind === 'A';
// ^^^^^ - Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment