Index: node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/README.md |
diff --git a/node_modules/karma/node_modules/source-map/README.md b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/README.md |
similarity index 98% |
copy from node_modules/karma/node_modules/source-map/README.md |
copy to node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/README.md |
index 1a1c7d8ea9387f690bb8d5897191e4a72edec886..b00e970c95056d63e86effb3e41b8a952904ded5 100644 |
--- a/node_modules/karma/node_modules/source-map/README.md |
+++ b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/README.md |
@@ -332,7 +332,7 @@ use before outputting the generated JS and source map. |
* `name`: Optional. The original identifier. |
-#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath]) |
+#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer) |
Creates a SourceNode from generated code and a SourceMapConsumer. |
@@ -340,9 +340,6 @@ Creates a SourceNode from generated code and a SourceMapConsumer. |
* `sourceMapConsumer` The SourceMap for the generated code |
-* `relativePath` The optional path that relative sources in `sourceMapConsumer` |
- should be relative to. |
- |
#### SourceNode.prototype.add(chunk) |
Add a chunk of generated JS to this source node. |
@@ -402,7 +399,7 @@ for trimming whitespace from the end of a source node, etc. |
Return the string representation of this source node. Walks over the tree and |
concatenates all the various snippets together to one string. |
-#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) |
+### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) |
Returns the string representation of this tree of source nodes, plus a |
SourceMapGenerator which contains all the mappings between the generated and |