All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coffee-script.toSourceMap.js Maven / Gradle / Ivy

try {
  var v3sourceMap = JSON.parse(CoffeeScript.compile(__source, {bare: true, literate: __literate, sourceMap: true, filename: __filename}).v3SourceMap);
  v3sourceMap.file = __filename;
  v3sourceMap.sources = [__sourcename];
  delete v3sourceMap['sourceRoot'];
  JSON.stringify(v3sourceMap, null, " ");
} catch (exception) {
  throw 'Unable to compile CoffeeScript ' + exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy