UNPKG

babel-plugin-transform-amd-system-wrapper

Version:
10 lines (7 loc) 111 B
define(function() { var a = 'a'; function internal() { define(a, [], {}); } return { a: a }; });