зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1572209 - Part 2: Upgrade debugger source-file processing to use Babel 7. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D42572 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
d2095a0055
Коммит
0cff9d331e
|
@ -15,7 +15,7 @@
|
|||
"byName": {},
|
||||
"byBlocks": {},
|
||||
"usedIds": {
|
||||
"0": 0
|
||||
"1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -36,7 +36,7 @@
|
|||
"byName": {},
|
||||
"byBlocks": {},
|
||||
"usedIds": {
|
||||
"0": 0
|
||||
"1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -57,7 +57,7 @@
|
|||
"byName": {},
|
||||
"byBlocks": {},
|
||||
"usedIds": {
|
||||
"0": 0
|
||||
"1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -78,7 +78,7 @@
|
|||
"byName": {},
|
||||
"byBlocks": {},
|
||||
"usedIds": {
|
||||
"0": 0
|
||||
"1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -99,7 +99,7 @@
|
|||
"byName": {},
|
||||
"byBlocks": {},
|
||||
"usedIds": {
|
||||
"0": 0
|
||||
"1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -120,7 +120,7 @@
|
|||
"byName": {},
|
||||
"byBlocks": {},
|
||||
"usedIds": {
|
||||
"0": 0
|
||||
"1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -141,7 +141,7 @@
|
|||
"byName": {},
|
||||
"byBlocks": {},
|
||||
"usedIds": {
|
||||
"0": 0
|
||||
"1": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -468,10 +468,10 @@
|
|||
"../../@babel/types/lib/validators/isSpecifierDefault.js": 317,
|
||||
"../../@babel/types/lib/validators/isValidES3Identifier.js": 318,
|
||||
"../../@babel/types/lib/validators/isVar.js": 319,
|
||||
"../../parse-script-tags/index.js": 320,
|
||||
"../../parse-script-tags/dist/index.js": 320,
|
||||
"../../parse-script-tags/node_modules/babylon/lib/index.js": 321,
|
||||
"../../parse-script-tags/customParse.js": 322,
|
||||
"../../parse-script-tags/parseScriptFragment.js": 323,
|
||||
"../../parse-script-tags/dist/customParse.js": 322,
|
||||
"../../parse-script-tags/dist/parseScriptFragment.js": 323,
|
||||
"../../@babel/parser/lib/index.js": 324,
|
||||
"../../@babel/generator/lib/source-map.js": 325,
|
||||
"../../@babel/generator/lib/printer.js": 326,
|
||||
|
@ -664,7 +664,9 @@
|
|||
"../../babel-loader/lib/index.js?ignore=src/lib!../../../packages/devtools-wasm-dwarf/src/wasmXScopes.js": 513,
|
||||
"../../babel-loader/lib/index.js?ignore=src/lib!../../../packages/devtools-wasm-dwarf/src/wasmDwarfExpressions.js": 514,
|
||||
"../../babel-loader/lib/index.js?ignore=src/lib!../../../packages/devtools-source-map/src/utils/assetRootBrowser.js": 515,
|
||||
"../../babel-loader/lib/index.js?ignore=src/lib!../../devtools-modules/src/async-store-helper.js": 516
|
||||
"../../babel-loader/lib/index.js?ignore=src/lib!../../devtools-modules/src/async-store-helper.js": 516,
|
||||
"../../@babel/types/lib/validators/isPlaceholderType.js": 517,
|
||||
"../../@babel/types/lib/definitions/placeholders.js": 518
|
||||
},
|
||||
"usedIds": {
|
||||
"0": 0,
|
||||
|
@ -1183,7 +1185,9 @@
|
|||
"513": 513,
|
||||
"514": 514,
|
||||
"515": 515,
|
||||
"516": 516
|
||||
"516": 516,
|
||||
"517": 517,
|
||||
"518": 518
|
||||
}
|
||||
},
|
||||
"chunks": {
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -47,10 +47,10 @@
|
|||
"install": "prettier --write package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0-beta.55",
|
||||
"@babel/parser": "^7.0.0-beta.55",
|
||||
"@babel/template": "^7.0.0-beta.55",
|
||||
"@babel/types": "^7.0.0-beta.55",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/parser": "^7.0.0",
|
||||
"@babel/template": "^7.0.0",
|
||||
"@babel/types": "^7.0.0",
|
||||
"babel-plugin-transform-imports": "^1.5.0",
|
||||
"codemirror": "^5.28.0",
|
||||
"devtools-environment": "^0.0.6",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"lodash-move": "^1.1.1",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"md5": "^2.2.1",
|
||||
"parse-script-tags": "^0.1.6",
|
||||
"parse-script-tags": "github:loganfsmyth/parse-script-tags#d771732ca47e1b3554fe67d609fd18cc785c5f26",
|
||||
"pretty-fast": "^0.2.3",
|
||||
"prop-types": "^15.6.0",
|
||||
"react": "16.8.6",
|
||||
|
|
|
@ -13476,7 +13476,7 @@ Array [
|
|||
},
|
||||
"scopeKind": "",
|
||||
"start": Object {
|
||||
"column": 21,
|
||||
"column": 14,
|
||||
"line": 12,
|
||||
"sourceId": "scopes/ts-sample/originalSource-1",
|
||||
},
|
||||
|
@ -14699,7 +14699,7 @@ Array [
|
|||
},
|
||||
"scopeKind": "",
|
||||
"start": Object {
|
||||
"column": 21,
|
||||
"column": 14,
|
||||
"line": 12,
|
||||
"sourceId": "scopes/tsx-sample/originalSource-1",
|
||||
},
|
||||
|
|
|
@ -965,9 +965,9 @@ exports[`Parser.getSymbols function names 1`] = `
|
|||
[(22, 13), (22, 25)] foo() 11
|
||||
[(24, 0), (24, 35)] fn()
|
||||
[(24, 19), (24, 31)] foo() 12
|
||||
[(25, 0), (25, 40)] fn() 1
|
||||
[(25, 0), (25, 40)] f2()
|
||||
[(25, 19), (25, 31)] foo() 13
|
||||
[(26, 0), (26, 45)] fn() 2
|
||||
[(26, 0), (26, 45)] f3()
|
||||
[(26, 24), (26, 36)] foo() 14
|
||||
[(29, 8), (29, 21)] foo() Cls 15
|
||||
[(30, 10), (30, 23)] foo() Cls 16
|
||||
|
@ -1021,9 +1021,9 @@ identifiers:
|
|||
[(22, 7), (22, 10)] foo foo
|
||||
[(24, 9), (24, 11)] fn fn
|
||||
[(24, 13), (24, 16)] foo foo
|
||||
[(25, 9), (25, 11)] fn fn
|
||||
[(25, 9), (25, 11)] f2 f2
|
||||
[(25, 13), (25, 16)] foo = function () {} foo
|
||||
[(26, 9), (26, 11)] fn fn
|
||||
[(26, 9), (26, 11)] f3 f3
|
||||
[(26, 13), (26, 16)] foo = function () {} bar
|
||||
[(26, 18), (26, 21)] foo foo
|
||||
[(28, 6), (28, 9)] Cls Cls
|
||||
|
@ -1366,8 +1366,8 @@ memberExpressions:
|
|||
|
||||
objectProperties:
|
||||
[(8, 6), (8, 9)] foo foo
|
||||
[(8, 13), (8, 16)] foo.bar bar
|
||||
[(9, 5), (9, 8)] baz baz
|
||||
[(8, 13), (8, 16)] foo.baw baw
|
||||
[(9, 5), (9, 8)] bap bap
|
||||
[(10, 5), (10, 7)] ll ll
|
||||
[(15, 6), (15, 7)] a a
|
||||
[(17, 10), (17, 12)] my
|
||||
|
@ -1385,11 +1385,11 @@ identifiers:
|
|||
[(4, 6), (4, 7)] a a
|
||||
[(5, 2), (5, 3)] b b
|
||||
[(6, 0), (6, 1)] a a
|
||||
[(8, 13), (8, 16)] bar bar
|
||||
[(8, 13), (8, 16)] baw baw
|
||||
[(8, 6), (8, 9)] {
|
||||
bar
|
||||
baw
|
||||
} foo
|
||||
[(9, 5), (9, 8)] baz baz
|
||||
[(9, 5), (9, 8)] bap bap
|
||||
[(10, 5), (10, 7)] ll = 3 ll
|
||||
[(13, 5), (13, 10)] first first
|
||||
[(15, 9), (15, 11)] _a _a
|
||||
|
@ -1397,7 +1397,7 @@ identifiers:
|
|||
[(17, 5), (17, 7)] oh oh
|
||||
[(17, 14), (17, 17)] god god
|
||||
[(17, 10), (17, 12)] god my
|
||||
[(19, 6), (19, 8)] oh oh
|
||||
[(19, 6), (19, 8)] oj oj
|
||||
[(19, 13), (19, 15)] oy oy
|
||||
[(19, 22), (19, 26)] _vey _vey
|
||||
[(19, 17), (19, 20)] _vey vey
|
||||
|
|
|
@ -22,8 +22,8 @@ var {foo = function(){}} = {};
|
|||
({bar: foo = function(){}} = {});
|
||||
|
||||
function fn([foo = function(){}]){}
|
||||
function fn({foo = function(){}} = {}){}
|
||||
function fn({bar: foo = function(){}} = {}){}
|
||||
function f2({foo = function(){}} = {}){}
|
||||
function f3({bar: foo = function(){}} = {}){}
|
||||
|
||||
class Cls {
|
||||
foo = function() {};
|
||||
|
|
|
@ -5,8 +5,8 @@ const a = 4,
|
|||
b = 5;
|
||||
a = 5;
|
||||
|
||||
var { foo: { bar } } = {}
|
||||
var {baz} = {}
|
||||
var { foo: { baw } } = {}
|
||||
var {bap} = {}
|
||||
var {ll = 3} = {}
|
||||
|
||||
|
||||
|
@ -16,6 +16,6 @@ var { a: _a } = 3
|
|||
|
||||
var [oh, {my: god}] = [{},{}]
|
||||
|
||||
var [[oh], [{oy, vey: _vey, mitzvot: _mitz = 4}]] = [{},{}]
|
||||
var [[oj], [{oy, vey: _vey, mitzvot: _mitz = 4}]] = [{},{}]
|
||||
|
||||
var [one, ...stuff] = []
|
||||
|
|
|
@ -2,116 +2,80 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@babel/code-frame@7.0.0-beta.55", "@babel/code-frame@^7.0.0-beta.35":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.55.tgz#71f530e7b010af5eb7a7df7752f78921dd57e9ee"
|
||||
dependencies:
|
||||
"@babel/highlight" "7.0.0-beta.55"
|
||||
|
||||
"@babel/code-frame@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
|
||||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35", "@babel/code-frame@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
|
||||
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
|
||||
dependencies:
|
||||
"@babel/highlight" "^7.0.0"
|
||||
|
||||
"@babel/core@^7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.55.tgz#9e17c34b5ac855e427c98f570915a17fcc6bab4a"
|
||||
"@babel/core@^7.0.0":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
|
||||
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
|
||||
dependencies:
|
||||
"@babel/code-frame" "7.0.0-beta.55"
|
||||
"@babel/generator" "7.0.0-beta.55"
|
||||
"@babel/helpers" "7.0.0-beta.55"
|
||||
"@babel/parser" "7.0.0-beta.55"
|
||||
"@babel/template" "7.0.0-beta.55"
|
||||
"@babel/traverse" "7.0.0-beta.55"
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/generator" "^7.5.5"
|
||||
"@babel/helpers" "^7.5.5"
|
||||
"@babel/parser" "^7.5.5"
|
||||
"@babel/template" "^7.4.4"
|
||||
"@babel/traverse" "^7.5.5"
|
||||
"@babel/types" "^7.5.5"
|
||||
convert-source-map "^1.1.0"
|
||||
debug "^3.1.0"
|
||||
json5 "^0.5.0"
|
||||
lodash "^4.17.10"
|
||||
debug "^4.1.0"
|
||||
json5 "^2.1.0"
|
||||
lodash "^4.17.13"
|
||||
resolve "^1.3.2"
|
||||
semver "^5.4.1"
|
||||
source-map "^0.5.0"
|
||||
|
||||
"@babel/generator@7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.55.tgz#8ec11152dcc398bae35dd181122704415c383a01"
|
||||
"@babel/generator@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
|
||||
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
"@babel/types" "^7.5.5"
|
||||
jsesc "^2.5.1"
|
||||
lodash "^4.17.10"
|
||||
lodash "^4.17.13"
|
||||
source-map "^0.5.0"
|
||||
trim-right "^1.0.1"
|
||||
|
||||
"@babel/generator@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
|
||||
dependencies:
|
||||
"@babel/types" "^7.0.0"
|
||||
jsesc "^2.5.1"
|
||||
lodash "^4.17.10"
|
||||
source-map "^0.5.0"
|
||||
trim-right "^1.0.1"
|
||||
|
||||
"@babel/helper-function-name@7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.55.tgz#16aab21380a2eabcee3328d21b9586ba3427dbef"
|
||||
dependencies:
|
||||
"@babel/helper-get-function-arity" "7.0.0-beta.55"
|
||||
"@babel/template" "7.0.0-beta.55"
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
|
||||
"@babel/helper-function-name@^7.1.0":
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
|
||||
integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
|
||||
dependencies:
|
||||
"@babel/helper-get-function-arity" "^7.0.0"
|
||||
"@babel/template" "^7.1.0"
|
||||
"@babel/types" "^7.0.0"
|
||||
|
||||
"@babel/helper-get-function-arity@7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.55.tgz#8559ded96ecd3b626f9c1f57494edc4fa3cc6a94"
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
|
||||
"@babel/helper-get-function-arity@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
||||
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
||||
dependencies:
|
||||
"@babel/types" "^7.0.0"
|
||||
|
||||
"@babel/helper-split-export-declaration@7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.55.tgz#ecb8074bf2d22c6518a252282535def137a8704f"
|
||||
"@babel/helper-split-export-declaration@^7.4.4":
|
||||
version "7.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
|
||||
integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
"@babel/types" "^7.4.4"
|
||||
|
||||
"@babel/helper-split-export-declaration@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
|
||||
"@babel/helpers@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
|
||||
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
|
||||
dependencies:
|
||||
"@babel/types" "^7.0.0"
|
||||
|
||||
"@babel/helpers@7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.55.tgz#d0b4b9a327dba42d58890011deb905c820739617"
|
||||
dependencies:
|
||||
"@babel/template" "7.0.0-beta.55"
|
||||
"@babel/traverse" "7.0.0-beta.55"
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
|
||||
"@babel/highlight@7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.55.tgz#988653647d629c261dae156e74d5f0252ba520c0"
|
||||
dependencies:
|
||||
chalk "^2.0.0"
|
||||
esutils "^2.0.2"
|
||||
js-tokens "^3.0.0"
|
||||
"@babel/template" "^7.4.4"
|
||||
"@babel/traverse" "^7.5.5"
|
||||
"@babel/types" "^7.5.5"
|
||||
|
||||
"@babel/highlight@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
||||
version "7.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
|
||||
integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==
|
||||
dependencies:
|
||||
chalk "^2.0.0"
|
||||
esutils "^2.0.2"
|
||||
|
@ -120,74 +84,44 @@
|
|||
"@babel/parser@7.0.0-beta.53":
|
||||
version "7.0.0-beta.53"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.53.tgz#1f45eb617bf9463d482b2c04d349d9e4edbf4892"
|
||||
integrity sha1-H0XrYXv5Rj1IKywE00nZ5O2/SJI=
|
||||
|
||||
"@babel/parser@7.0.0-beta.55", "@babel/parser@^7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.55.tgz#0a527efc148c6c8cd85d5ffddacad817a2daeeb2"
|
||||
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0", "@babel/parser@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
|
||||
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
|
||||
|
||||
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0":
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e"
|
||||
|
||||
"@babel/template@7.0.0-beta.55", "@babel/template@^7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.55.tgz#c6cab0e2722ba5e33fe034073b6d31673aba326e"
|
||||
dependencies:
|
||||
"@babel/code-frame" "7.0.0-beta.55"
|
||||
"@babel/parser" "7.0.0-beta.55"
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
lodash "^4.17.10"
|
||||
|
||||
"@babel/template@^7.1.0":
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.0.tgz#58cc9572e1bfe24fe1537fdf99d839d53e517e22"
|
||||
"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.4":
|
||||
version "7.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
|
||||
integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/parser" "^7.1.0"
|
||||
"@babel/types" "^7.0.0"
|
||||
"@babel/parser" "^7.4.4"
|
||||
"@babel/types" "^7.4.4"
|
||||
|
||||
"@babel/traverse@7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.55.tgz#50be5d0fcc5cc4ac020a7b0c519be8dae345d4be"
|
||||
"@babel/traverse@^7.0.0", "@babel/traverse@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
|
||||
integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "7.0.0-beta.55"
|
||||
"@babel/generator" "7.0.0-beta.55"
|
||||
"@babel/helper-function-name" "7.0.0-beta.55"
|
||||
"@babel/helper-split-export-declaration" "7.0.0-beta.55"
|
||||
"@babel/parser" "7.0.0-beta.55"
|
||||
"@babel/types" "7.0.0-beta.55"
|
||||
debug "^3.1.0"
|
||||
globals "^11.1.0"
|
||||
lodash "^4.17.10"
|
||||
|
||||
"@babel/traverse@^7.0.0":
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.0.tgz#503ec6669387efd182c3888c4eec07bcc45d91b2"
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/generator" "^7.0.0"
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/generator" "^7.5.5"
|
||||
"@babel/helper-function-name" "^7.1.0"
|
||||
"@babel/helper-split-export-declaration" "^7.0.0"
|
||||
"@babel/parser" "^7.1.0"
|
||||
"@babel/types" "^7.0.0"
|
||||
debug "^3.1.0"
|
||||
"@babel/helper-split-export-declaration" "^7.4.4"
|
||||
"@babel/parser" "^7.5.5"
|
||||
"@babel/types" "^7.5.5"
|
||||
debug "^4.1.0"
|
||||
globals "^11.1.0"
|
||||
lodash "^4.17.10"
|
||||
lodash "^4.17.13"
|
||||
|
||||
"@babel/types@7.0.0-beta.55", "@babel/types@^7.0.0-beta.39", "@babel/types@^7.0.0-beta.55":
|
||||
version "7.0.0-beta.55"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.55.tgz#7755c9d2e58315a64f05d8cf3322379be16d9199"
|
||||
"@babel/types@^7.0.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0", "@babel/types@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
|
||||
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
|
||||
dependencies:
|
||||
esutils "^2.0.2"
|
||||
lodash "^4.17.10"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@babel/types@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
|
||||
dependencies:
|
||||
esutils "^2.0.2"
|
||||
lodash "^4.17.10"
|
||||
lodash "^4.17.13"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@iamstarkov/listr-update-renderer@0.4.1":
|
||||
|
@ -1957,10 +1891,6 @@ babylon@^6.17.0, babylon@^6.18.0:
|
|||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
||||
|
||||
babylon@^7.0.0-beta.39:
|
||||
version "7.0.0-beta.47"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.47.tgz#6d1fa44f0abec41ab7c780481e62fd9aafbdea80"
|
||||
|
||||
bail@^1.0.0:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.3.tgz#63cfb9ddbac829b02a3128cd53224be78e6c21a3"
|
||||
|
@ -3143,6 +3073,13 @@ debug@^4.0.1:
|
|||
dependencies:
|
||||
ms "^2.1.1"
|
||||
|
||||
debug@^4.1.0:
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
|
||||
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
|
||||
dependencies:
|
||||
ms "^2.1.1"
|
||||
|
||||
debuglog@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
|
||||
|
@ -6608,14 +6545,14 @@ js-base64@^2.1.9:
|
|||
version "2.4.8"
|
||||
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.8.tgz#57a9b130888f956834aa40c5b165ba59c758f033"
|
||||
|
||||
js-tokens@^3.0.0, js-tokens@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
||||
|
||||
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
||||
|
||||
js-tokens@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
||||
|
||||
js-yaml@^3.12.0, js-yaml@^3.6.1, js-yaml@^3.9.0, js-yaml@^3.9.1:
|
||||
version "3.12.0"
|
||||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
|
||||
|
@ -6733,6 +6670,13 @@ json5@^1.0.0:
|
|||
dependencies:
|
||||
minimist "^1.2.0"
|
||||
|
||||
json5@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
|
||||
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
|
||||
dependencies:
|
||||
minimist "^1.2.0"
|
||||
|
||||
jsonfile@^2.1.0:
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
|
||||
|
@ -7158,13 +7102,10 @@ lodash.uniq@^4.5.0:
|
|||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
||||
|
||||
lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
|
||||
version "4.17.10"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
|
||||
|
||||
lodash@^4.17.11:
|
||||
version "4.17.11"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
||||
lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
|
||||
version "4.17.15"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
||||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
||||
|
||||
log-symbols@^1.0.2:
|
||||
version "1.0.2"
|
||||
|
@ -8377,12 +8318,12 @@ parse-passwd@^1.0.0:
|
|||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
|
||||
|
||||
parse-script-tags@^0.1.6:
|
||||
version "0.1.6"
|
||||
resolved "https://registry.yarnpkg.com/parse-script-tags/-/parse-script-tags-0.1.6.tgz#d84c3b0e5ae4f48090fbcb9a6a08fcbc1f917dd1"
|
||||
"parse-script-tags@github:loganfsmyth/parse-script-tags#d771732ca47e1b3554fe67d609fd18cc785c5f26":
|
||||
version "0.1.5"
|
||||
resolved "https://codeload.github.com/loganfsmyth/parse-script-tags/tar.gz/d771732ca47e1b3554fe67d609fd18cc785c5f26"
|
||||
dependencies:
|
||||
"@babel/types" "^7.0.0-beta.39"
|
||||
babylon "^7.0.0-beta.39"
|
||||
"@babel/parser" "^7.5.0"
|
||||
"@babel/types" "^7.5.0"
|
||||
|
||||
parse5@4.0.0, parse5@^4.0.0:
|
||||
version "4.0.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче