summaryrefslogtreecommitdiff
path: root/js/commonjs/export_testdeps.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/commonjs/export_testdeps.js')
-rw-r--r--js/commonjs/export_testdeps.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/js/commonjs/export_testdeps.js b/js/commonjs/export_testdeps.js
deleted file mode 100644
index 59c77ca2..00000000
--- a/js/commonjs/export_testdeps.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * @fileoverview Export symbols needed by tests in CommonJS style.
- *
- * This file is like export.js, but for symbols that are only used by tests.
- * However we exclude assert functions here, because they are exported into
- * the global namespace, so those are handled as a special case in
- * export_asserts.js.
- */
-
-goog.require('goog.crypt.base64');
-goog.require('jspb.arith.Int64');
-goog.require('jspb.arith.UInt64');
-goog.require('jspb.BinaryEncoder');
-goog.require('jspb.BinaryDecoder');
-goog.require('jspb.utils');
-
-exports.goog = goog;
-exports.jspb = jspb;