From 10c0ce0234ba455648e441eafbbe9c5b1519d8d7 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:10:06 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/printer/source-map.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 js/printer/source-map.js diff --git a/js/printer/source-map.js b/js/printer/source-map.js new file mode 100644 index 0000000..42637e8 --- /dev/null +++ b/js/printer/source-map.js @@ -0,0 +1,8 @@ +/* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ +exports.SourceMapGenerator = Require('printer/lib/source-map-generator').SourceMapGenerator; +exports.SourceMapConsumer = Require('printer/lib/source-map-consumer').SourceMapConsumer; +exports.SourceNode = Require('printer/lib/source-node').SourceNode;