Skip to content

Instantly share code, notes, and snippets.

@Eyas
Created January 23, 2020 03:14
Show Gist options
  • Save Eyas/821d640cf34bfa1e47bdd4f3dde3fa44 to your computer and use it in GitHub Desktop.
Save Eyas/821d640cf34bfa1e47bdd4f3dde3fa44 to your computer and use it in GitHub Desktop.
- } else if (propLiteral.members.length > 0) {
- return propLiteral;
} else {
- return createTypeLiteralNode([]);
+ return propLiteral;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment