aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/cjs-this.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/cjs-this.js')
-rw-r--r--thirdparty/systemjs/test/tests/cjs-this.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/cjs-this.js b/thirdparty/systemjs/test/tests/cjs-this.js
new file mode 100644
index 000000000..79a4bb5db
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/cjs-this.js
@@ -0,0 +1,2 @@
+"format cjs";
+this.asdf = 'module value'; \ No newline at end of file