aboutsummaryrefslogtreecommitdiff
path: root/tools/node_modules/source-map/build/prefix-source-map.jsm
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-26 10:53:17 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-26 10:53:17 -0700
commit501022cbaa9e63cab9cc218ee0239256945a3061 (patch)
treefbad1d122eff2e22707552bff81b35fe2df4a621 /tools/node_modules/source-map/build/prefix-source-map.jsm
parent493d0dcf303d66726be5bb08c187f8183ee96a65 (diff)
parent5383aa8bf93e5c9fed3f67853b2675ab2be10493 (diff)
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Conflicts: tools/js-optimizer.js
Diffstat (limited to 'tools/node_modules/source-map/build/prefix-source-map.jsm')
-rw-r--r--tools/node_modules/source-map/build/prefix-source-map.jsm20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/node_modules/source-map/build/prefix-source-map.jsm b/tools/node_modules/source-map/build/prefix-source-map.jsm
new file mode 100644
index 00000000..ee2539d8
--- /dev/null
+++ b/tools/node_modules/source-map/build/prefix-source-map.jsm
@@ -0,0 +1,20 @@
+/* -*- Mode: js; js-indent-level: 2; -*- */
+/*
+ * Copyright 2011 Mozilla Foundation and contributors
+ * Licensed under the New BSD license. See LICENSE or:
+ * http://opensource.org/licenses/BSD-3-Clause
+ */
+
+/*
+ * WARNING!
+ *
+ * Do not edit this file directly, it is built from the sources at
+ * https://github.com/mozilla/source-map/
+ */
+
+///////////////////////////////////////////////////////////////////////////////
+
+
+this.EXPORTED_SYMBOLS = [ "SourceMapConsumer", "SourceMapGenerator", "SourceNode" ];
+
+Components.utils.import('resource://gre/modules/devtools/Require.jsm');