UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

11 lines (10 loc) 270 B
define("foo/bar/one", ["require", "./two", "../three", "text!./message.txt"], function(require, two, three, message){ return { name: "one", twoName: two.name, threeName: three.name, message: message }; });