Commit d11c6ba
tools: move update-acorn.sh to dep_updaters and create maintaining md
PR-URL: #47382
Refs: nodejs/security-wg#828
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent e50eb65 commit d11c6baCopy full SHA for d11c6ba
File tree
Expand file treeCollapse file tree
5 files changed
+138
-51
lines changedOpen diff view settings
Filter options
- .github/workflows
- doc/contributing
- tools
- dep_updaters
Expand file treeCollapse file tree
5 files changed
+138
-51
lines changedOpen diff view settings
Collapse file
.github/workflows/tools.yml
Copy file name to clipboardExpand all lines: .github/workflows/tools.yml+8-12Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
95 | 95 | |
96 | 96 | |
97 | 97 | |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
104 | 102 | |
105 | 103 | |
106 | 104 | |
107 | 105 | |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
114 | 110 | |
115 | 111 | |
116 | 112 | |
|
Collapse file
doc/contributing/maintaining-acorn.md
Copy file name to clipboard+47Lines changed: 47 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
Collapse file
tools/dep_updaters/update-acorn-walk.sh
Copy file name to clipboard+53Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
Collapse file
tools/update-acorn.sh tools/dep_updaters/update-acorn.shtools/update-acorn.sh renamed to tools/dep_updaters/update-acorn.sh
Copy file name to clipboardExpand all lines: tools/dep_updaters/update-acorn.sh+30-9Lines changed: 30 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
11 | 27 | |
12 | 28 | |
13 | 29 | |
14 | 30 | |
15 | 31 | |
16 | 32 | |
17 | 33 | |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | 34 | |
24 | 35 | |
25 | 36 | |
26 | 37 | |
27 | | - |
28 | | - |
29 | 38 | |
30 | 39 | |
31 | 40 | |
32 | 41 | |
33 | 42 | |
34 | 43 | |
35 | | - |
| 44 | + |
36 | 45 | |
37 | 46 | |
38 | 47 | |
39 | 48 | |
40 | 49 | |
41 | 50 | |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
Collapse file
-30Lines changed: 0 additions & 30 deletions
This file was deleted.
0 commit comments