source-map.js 405 B

12345678910
  1. /*
  2. * Copyright 2009-2011 Mozilla Foundation and contributors
  3. * Licensed under the New BSD license. See LICENSE or:
  4. * http://opensource.org/licenses/BSD-3-Clause
  5. */
  6. exports.SourceMapGenerator =
  7. require("./lib/source-map-generator").SourceMapGenerator;
  8. exports.SourceMapConsumer =
  9. require("./lib/source-map-consumer").SourceMapConsumer;
  10. exports.SourceNode = require("./lib/source-node").SourceNode;