Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/README.md

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698