Skip to content

Instantly share code, notes, and snippets.

@jsdbroughton
Created February 16, 2020 20:48
Show Gist options
  • Save jsdbroughton/55fe24722e5df2a3af7c6480305def46 to your computer and use it in GitHub Desktop.
Save jsdbroughton/55fe24722e5df2a3af7c6480305def46 to your computer and use it in GitHub Desktop.
const fieldNames = fieldTokens.map( ( field ): string => field.name );
const parentKeys: Set<string> = new Set();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment