jam/js/printer/source-map.js

9 lines
423 B
JavaScript
Raw Normal View History

2025-07-21 23:10:06 +02:00
/*
* 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;