forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update d3 TypeScript definitions from v5.16.0 to v7.4.0
Update the d3 types in node_modules/@types from v5.16.0 to v7.4.0. Also add more d3-*/ type files which are needed for type checking in the upcoming chrome shopping side panel page. Bug: b:277248593 Change-Id: Ia3a8f58a0346c65e4986b08779be70cb285155c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4443317 Commit-Queue: Zhiyuan Cai <zhiyuancai@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/main@{#1132563}
- Loading branch information
Zhiyuan Cai
authored and
Chromium LUCI CQ
committed
Apr 19, 2023
1 parent
f2af423
commit dc78b58
Showing
6 changed files
with
93 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,35 @@ | ||
diff -u a/index.d.ts b/index.d.ts | ||
--- a/index.d.ts 2022-03-14 12:45:14.281492632 -0700 | ||
+++ b/index.d.ts 2022-03-14 12:44:58.281583117 -0700 | ||
@@ -20,34 +20,8 @@ | ||
*/ | ||
export const version: string; | ||
--- a/index.d.ts 2023-04-18 22:15:22.964321937 +0000 | ||
+++ b/index.d.ts 2023-04-18 23:40:36.717062410 +0000 | ||
@@ -19,31 +19,16 @@ | ||
|
||
-export * from 'd3-array'; | ||
-export * from 'd3-axis'; | ||
export * from 'd3-array'; | ||
export * from 'd3-axis'; | ||
-export * from 'd3-brush'; | ||
-export * from 'd3-chord'; | ||
-export * from 'd3-collection'; | ||
-export * from 'd3-color'; | ||
export * from 'd3-color'; | ||
-export * from 'd3-contour'; | ||
-export * from 'd3-delaunay'; | ||
-export * from 'd3-dispatch'; | ||
export * from 'd3-drag'; | ||
-export * from 'd3-dsv'; | ||
-export * from 'd3-ease'; | ||
-export * from 'd3-fetch'; | ||
export * from 'd3-force'; | ||
-export * from 'd3-format'; | ||
export * from 'd3-format'; | ||
-export * from 'd3-geo'; | ||
-export * from 'd3-hierarchy'; | ||
-export * from 'd3-interpolate'; | ||
-export * from 'd3-path'; | ||
export * from 'd3-interpolate'; | ||
export * from 'd3-path'; | ||
-export * from 'd3-polygon'; | ||
-export * from 'd3-quadtree'; | ||
-export * from 'd3-random'; | ||
-export * from 'd3-scale'; | ||
export * from 'd3-scale'; | ||
export * from 'd3-scale-chromatic'; | ||
export * from 'd3-selection'; | ||
-export * from 'd3-shape'; | ||
-export * from 'd3-time'; | ||
-export * from 'd3-time-format'; | ||
export * from 'd3-shape'; | ||
export * from 'd3-time'; | ||
export * from 'd3-time-format'; | ||
-export * from 'd3-timer'; | ||
export * from 'd3-transition'; | ||
-export * from 'd3-voronoi'; | ||
-export * from 'd3-zoom'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2531a8ebc9097c59eebfe21f167e1cc4cf265e2e | ||
de0af8ec3401004cd1a420ab25892880330464c8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters