aboutsummaryrefslogtreecommitdiff
path: root/tools/node_modules/source-map/build/suffix-source-map.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/source-map/build/suffix-source-map.jsm')
-rw-r--r--tools/node_modules/source-map/build/suffix-source-map.jsm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/node_modules/source-map/build/suffix-source-map.jsm b/tools/node_modules/source-map/build/suffix-source-map.jsm
new file mode 100644
index 00000000..cf3c2d8d
--- /dev/null
+++ b/tools/node_modules/source-map/build/suffix-source-map.jsm
@@ -0,0 +1,6 @@
+/* -*- Mode: js; js-indent-level: 2; -*- */
+///////////////////////////////////////////////////////////////////////////////
+
+this.SourceMapConsumer = require('source-map/source-map-consumer').SourceMapConsumer;
+this.SourceMapGenerator = require('source-map/source-map-generator').SourceMapGenerator;
+this.SourceNode = require('source-map/source-node').SourceNode;