Skip to content

Instantly share code, notes, and snippets.

@Nolski
Created November 17, 2015 22:17
Show Gist options
  • Save Nolski/afd0bafbed5e6c9cd704 to your computer and use it in GitHub Desktop.
Save Nolski/afd0bafbed5e6c9cd704 to your computer and use it in GitHub Desktop.
if (typeof scopeVar === 'undefined' ||
typeof scopeVar.defs === 'undefined' ||
typeof scopeVar.defs[0] === 'undefined' ||
typeof scopeVar.defs[0].node.init === 'undefined' ||
scopeVar.defs[0].node.init === null) {
return node.name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment