diff options
Diffstat (limited to 'thirdparty/systemjs/test/tests/testpkg/json.js')
-rw-r--r-- | thirdparty/systemjs/test/tests/testpkg/json.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/thirdparty/systemjs/test/tests/testpkg/json.js b/thirdparty/systemjs/test/tests/testpkg/json.js deleted file mode 100644 index 278833a81..000000000 --- a/thirdparty/systemjs/test/tests/testpkg/json.js +++ /dev/null @@ -1,4 +0,0 @@ -exports.translate = function(load) { - load.metadata.format = 'cjs'; - return 'module.exports = ' + load.source; -};
\ No newline at end of file |