Skip to content

Instantly share code, notes, and snippets.

@NiallJoeMaher
Created May 14, 2019 08:03
Show Gist options
  • Save NiallJoeMaher/ca9589354c42ad51825d34633afcd3a7 to your computer and use it in GitHub Desktop.
Save NiallJoeMaher/ca9589354c42ad51825d34633afcd3a7 to your computer and use it in GitHub Desktop.
// The behaviour was this:
bar.toString() // 'function bar() {}
//now the new behaviour is:
bar.toString(); // 'function /* this is bar */ bar () {}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment