File: source-map.js

package info (click to toggle)
node-postcss 8.4.49%2B~cs9.2.32-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,592 kB
  • sloc: javascript: 10,934; makefile: 5; sh: 3
file content (8 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (72)
1
2
3
4
5
6
7
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('./lib/source-map-generator').SourceMapGenerator;
exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;
exports.SourceNode = require('./lib/source-node').SourceNode;