[Pkg-javascript-commits] [node-module-deps] 51/444: more test files not checked in

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-module-deps.

commit 94843830b3b731abdc74dc07e1a2aa2acdfd7cc1
Author: James Halliday <mail at substack.net>
Date:   Wed Feb 27 17:26:21 2013 -0800

    more test files not checked in
---
 test/files/tr_sh/f.js                        | 1 +
 test/files/tr_sh/node_modules/g/index.js     | 1 +
 test/files/tr_sh/node_modules/g/package.json | 6 ++++++
 test/files/tr_sh/node_modules/m/index.js     | 3 +++
 4 files changed, 11 insertions(+)

diff --git a/test/files/tr_sh/f.js b/test/files/tr_sh/f.js
new file mode 100644
index 0000000..39c9ea4
--- /dev/null
+++ b/test/files/tr_sh/f.js
@@ -0,0 +1 @@
+module.exports = function (x) { return x + BBB }
diff --git a/test/files/tr_sh/node_modules/g/index.js b/test/files/tr_sh/node_modules/g/index.js
new file mode 100644
index 0000000..ee3356a
--- /dev/null
+++ b/test/files/tr_sh/node_modules/g/index.js
@@ -0,0 +1 @@
+module.exports = function (x) { return x * GGG }
diff --git a/test/files/tr_sh/node_modules/g/package.json b/test/files/tr_sh/node_modules/g/package.json
new file mode 100644
index 0000000..ded8cc6
--- /dev/null
+++ b/test/files/tr_sh/node_modules/g/package.json
@@ -0,0 +1,6 @@
+{
+  "main": "index.js",
+  "browserify": {
+    "transform": "./tr_g.js"
+  }
+}
diff --git a/test/files/tr_sh/node_modules/m/index.js b/test/files/tr_sh/node_modules/m/index.js
new file mode 100644
index 0000000..4cd0ff3
--- /dev/null
+++ b/test/files/tr_sh/node_modules/m/index.js
@@ -0,0 +1,3 @@
+var AAA = 200, BBB = 300;
+
+module.exports = function (x) { return AAA + BBB + x }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git



More information about the Pkg-javascript-commits mailing list