Skip to content

Commit 1ffa94d

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[cleanup] Build third_party with common tools
Bug: none Change-Id: Ib87452b075ec3accf305c84dd97c4dc180b9311b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6402073 Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent 1675d4d commit 1ffa94d

35 files changed

+855
-935
lines changed

front_end/third_party/codemirror.next/chunk/cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/third_party/codemirror.next/chunk/cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/third_party/codemirror.next/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
"@lezer/lr": "1.4.2",
3434
"@replit/codemirror-indentation-markers": "6.5.0",
3535
"@replit/codemirror-lang-svelte": "6.0.0",
36-
"@rollup/plugin-node-resolve": "15.3.0",
37-
"@rollup/plugin-terser": "0.4.4",
3836
"rollup-plugin-dts": "6.1.1",
3937
"style-mod": "4.1.0"
4038
}

front_end/third_party/json5/lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ var require_stringify = __commonJS({
11071107
});
11081108

11091109
// package/lib/index.js
1110-
var require_lib = __commonJS({
1110+
var require_index = __commonJS({
11111111
"package/lib/index.js"(exports, module) {
11121112
var parse = require_parse();
11131113
var stringify = require_stringify();
@@ -1118,4 +1118,4 @@ var require_lib = __commonJS({
11181118
module.exports = JSON5;
11191119
}
11201120
});
1121-
export default require_lib();
1121+
export default require_index();
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"name": "json5",
33
"description": "Package list used when building/upgrading json5",
4-
"private": true,
5-
"dependencies": {
6-
"esbuild": "0.24.0"
7-
}
4+
"private": true
85
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
npm install
2-
./node_modules/.bin/esbuild --bundle package/lib/index.js --format=esm --outdir=lib
2+
../../../third_party/esbuild/esbuild --bundle package/lib/index.js --format=esm --outdir=lib
33
rm -rf node_modules package-lock.json
44
# Because there's a bug in clang causing it to reformat import lists even where formatting is disabled, run it right away
55
git cl format --js

front_end/third_party/lit/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"lit": "3.0.2"
77
},
88
"devDependencies": {
9-
"@rollup/plugin-node-resolve": "15.3.0",
10-
"@rollup/plugin-terser": "0.4.4",
119
"rollup-plugin-dts": "6.1.1"
1210
}
1311
}

front_end/third_party/third-party-web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Package list used when building/upgrading third-party-web",
44
"private": true,
55
"dependencies": {
6-
"esbuild": "0.23.1",
76
"third-party-web": "0.26.2"
87
}
98
}

front_end/third_party/third-party-web/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rm -rf package
77
cp -r node_modules/third-party-web package
88
rm -fr package/.* package/www-v2 package/dist/domain-map.csv
99

10-
./node_modules/.bin/esbuild --bundle package/nostats-subset.js --format=esm --outdir=lib
10+
../../../third_party/esbuild/esbuild --bundle package/nostats-subset.js --format=esm --outdir=lib
1111
rm -rf node_modules package-lock.json
1212
# Because there's a bug in clang causing it to reformat import lists even where formatting is disabled, run it right away
1313
git cl format --js

node_modules/.package-lock.json

Lines changed: 14 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)