Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:10:06 +02:00
parent 8cf8a445dd
commit 10c0ce0234

8
js/printer/source-map.js Normal file
View File

@ -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;