Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Valcke <valcke_jeroen@hotmail.com>2017-10-19 11:24:01 +0300
committerJeroen Valcke <valcke_jeroen@hotmail.com>2017-10-19 11:24:01 +0300
commit1ef610465275414b830879719417da1ed91f3203 (patch)
tree4b747f837a81c58d220f0e22f6e3cf391b097727 /testLib/someOtherModule.js
parentfff5037950f78b4164c299560f761bd5e3dc9e06 (diff)
Add optional babel const to let parser.
Diffstat (limited to 'testLib/someOtherModule.js')
-rw-r--r--testLib/someOtherModule.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/testLib/someOtherModule.js b/testLib/someOtherModule.js
index da38f4c..fe6bbd7 100644
--- a/testLib/someOtherModule.js
+++ b/testLib/someOtherModule.js
@@ -3,4 +3,5 @@
__filename = "/test/testModules/someOtherModule.js";
exports.fs = {};
-exports.filename = __filename; \ No newline at end of file
+exports.filename = __filename;
+exports.name = "somOtherModule";