Skip to content

Instantly share code, notes, and snippets.

@coreylight
Last active May 5, 2017 14:16
Show Gist options
  • Save coreylight/8f1322dbe095fa6862d32cff032f1055 to your computer and use it in GitHub Desktop.
Save coreylight/8f1322dbe095fa6862d32cff032f1055 to your computer and use it in GitHub Desktop.
Serverless Plugin Post Block 6
const wrapper = "require('iopipe')({token: 'TOKEN'})(REPLACE)";
shift(wrapper)
.find(shift.Identifier, {
name: 'REPLACE'
})
.replaceWith(found);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment