UNPKG

babel-plugin-transform-amd-system-wrapper

Version:
11 lines (8 loc) 141 B
function factory(second) { var define = 'asdf'; return second; } if (false) { System.import('x'); } define(['./second.js'], factory)