File: a.js

package info (click to toggle)
node-amdefine 1.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 616 kB
  • sloc: javascript: 7,139; makefile: 2; sh: 1
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
define(['./b', './sub/nested/d'], function (b, d) {
    return {
        name: 'a',
        b: b,
        d: d
    };
});