diff options
Diffstat (limited to 'thirdparty/systemjs/test/tests/cjs-format.js')
-rw-r--r-- | thirdparty/systemjs/test/tests/cjs-format.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/cjs-format.js b/thirdparty/systemjs/test/tests/cjs-format.js new file mode 100644 index 000000000..7ac68dc97 --- /dev/null +++ b/thirdparty/systemjs/test/tests/cjs-format.js @@ -0,0 +1,4 @@ +"format cjs"; +if (typeof define != 'undefined') + define(function() {}); +exports.cjs = 'cjs'; |