File: build

package info (click to toggle)
node-async 3.2.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,732 kB
  • sloc: javascript: 13,616; sh: 151; makefile: 126
file content (4 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
make build-bundle
# Allow for testing internal classes
perl -i -pe 's/^(\s+Object.defineProperty\(exports)/\n    if (process.env.NODE_ENV === "debiantest") {\n        exports.Heap = Heap;\n        exports.DLL = DLL;\n    }\n\n$1/' build/dist/async.js
make build-dist build-es build-config build-es-config