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

Unified Diff: node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.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/CHANGELOG.md
diff --git a/node_modules/karma/node_modules/source-map/CHANGELOG.md b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md
similarity index 73%
copy from node_modules/karma/node_modules/source-map/CHANGELOG.md
copy to node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md
index 518bed41473019b9155be8a3faa0e7cfe6a51c66..240d54abd5a1cee1a14d558544634553401ea727 100644
--- a/node_modules/karma/node_modules/source-map/CHANGELOG.md
+++ b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md
@@ -1,41 +1,5 @@
# Change Log
-## 0.1.40
-
-* Performance improvements for parsing source maps in SourceMapConsumer.
-
-## 0.1.39
-
-* Fix a bug where setting a source's contents to null before any source content
- had been set before threw a TypeError. See issue #131.
-
-## 0.1.38
-
-* Fix a bug where finding relative paths from an empty path were creating
- absolute paths. See issue #129.
-
-## 0.1.37
-
-* Fix a bug where if the source root was an empty string, relative source paths
- would turn into absolute source paths. Issue #124.
-
-## 0.1.36
-
-* Allow the `names` mapping property to be an empty string. Issue #121.
-
-## 0.1.35
-
-* A third optional parameter was added to `SourceNode.fromStringWithSourceMap`
- to specify a path that relative sources in the second parameter should be
- relative to. Issue #105.
-
-* If no file property is given to a `SourceMapGenerator`, then the resulting
- source map will no longer have a `null` file property. The property will
- simply not exist. Issue #104.
-
-* Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
- Issue #116.
-
## 0.1.34
* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.

Powered by Google App Engine
This is Rietveld 408576698