summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/compiler-plugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/compiler-plugin.js')
-rw-r--r--thirdparty/systemjs/test/tests/compiler-plugin.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/thirdparty/systemjs/test/tests/compiler-plugin.js b/thirdparty/systemjs/test/tests/compiler-plugin.js
deleted file mode 100644
index e7068fae3..000000000
--- a/thirdparty/systemjs/test/tests/compiler-plugin.js
+++ /dev/null
@@ -1,4 +0,0 @@
-"format cjs";
-exports.translate = function(load) {
- return 'require("tests/global.js"); exports.extra = "yay!"; \n' + load.source;
-}