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

Unified Diff: node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/test/source-map/util.js

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/test/source-map/util.js
diff --git a/node_modules/karma/node_modules/source-map/test/source-map/util.js b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/test/source-map/util.js
similarity index 92%
copy from node_modules/karma/node_modules/source-map/test/source-map/util.js
copy to node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/test/source-map/util.js
index fa213ce137d5477f856f505a166e93659a22292f..288046bfaa7a9f46797bbd6168f1ad074b191355 100644
--- a/node_modules/karma/node_modules/source-map/test/source-map/util.js
+++ b/node_modules/vulcanize/node_modules/uglify-js/node_modules/source-map/test/source-map/util.js
@@ -40,21 +40,6 @@ define(function (require, exports, module) {
sourceRoot: '/the/root',
mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA'
};
- exports.testMapNoSourceRoot = {
- version: 3,
- file: 'min.js',
- names: ['bar', 'baz', 'n'],
- sources: ['one.js', 'two.js'],
- mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA'
- };
- exports.testMapEmptySourceRoot = {
- version: 3,
- file: 'min.js',
- names: ['bar', 'baz', 'n'],
- sources: ['one.js', 'two.js'],
- sourceRoot: '',
- mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA'
- };
exports.testMapWithSourcesContent = {
version: 3,
file: 'min.js',

Powered by Google App Engine
This is Rietveld 408576698