Skip to content

Instantly share code, notes, and snippets.

@egoist
Created February 19, 2017 13:12
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 egoist/14bc24a92900d8561b62f2c2336f55fd to your computer and use it in GitHub Desktop.
Save egoist/14bc24a92900d8561b62f2c2336f55fd to your computer and use it in GitHub Desktop.

given:

{
  dist: /* @@dist */options.dist/* dist@@ */
}
replacer(input, {dist: 'dist'})

output:

{
  dist: 'dist'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment