Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
8cf8a445dd
commit
10c0ce0234
8
js/printer/source-map.js
Normal file
8
js/printer/source-map.js
Normal 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;
|
Loading…
Reference in New Issue
Block a user