UNPKG

als-require

Version:

A utility for using CommonJS require in the browser and creating bundles.

11 lines (10 loc) 177 B
const {b} = require('./sub/b') const c = require('./sub1/c') const obj = {} context.a = 'a' function a() { b(obj) obj.a = 'a' return obj } module.exports = a