prefix-source-map.jsm 580 B

1234567891011121314151617181920
  1. /* -*- Mode: js; js-indent-level: 2; -*- */
  2. /*
  3. * Copyright 2011 Mozilla Foundation and contributors
  4. * Licensed under the New BSD license. See LICENSE or:
  5. * http://opensource.org/licenses/BSD-3-Clause
  6. */
  7. /*
  8. * WARNING!
  9. *
  10. * Do not edit this file directly, it is built from the sources at
  11. * https://github.com/mozilla/source-map/
  12. */
  13. ///////////////////////////////////////////////////////////////////////////////
  14. this.EXPORTED_SYMBOLS = [ "SourceMapConsumer", "SourceMapGenerator", "SourceNode" ];
  15. Components.utils.import('resource://gre/modules/devtools/Require.jsm');