File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
doc/contributing/maintaining Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 16
16
- acorn
17
17
- acorn-walk
18
18
- ada
19
- - base64
20
19
- brotli
21
20
- c-ares
22
21
- cjs-module-lexer
81
80
cat temp-output
82
81
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
83
82
rm temp-output
84
- - id : base64
85
- subsystem : deps
86
- label : dependencies
87
- run : |
88
- ./tools/dep_updaters/update-base64.sh > temp-output
89
- cat temp-output
90
- tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
91
- rm temp-output
92
83
- id : brotli
93
84
subsystem : deps
94
85
label : dependencies
Original file line number Diff line number Diff line change @@ -156,13 +156,6 @@ an abstract syntax tree walker for the ESTree format.
156
156
The [ ada] ( https://github.com/ada-url/ada ) dependency is a
157
157
fast and spec-compliant URL parser written in C++.
158
158
159
- ### base64
160
-
161
- The [ base64] ( https://github.com/aklomp/base64 ) dependency is a base64
162
- stream encoding/decoding library in C99 with SIMD and OpenMP acceleration.
163
- It also contains wrapper functions to encode/decode simple
164
- length-delimited strings.
165
-
166
159
### brotli
167
160
168
161
The [ brotli] ( https://github.com/google/brotli ) dependency is
You can’t perform that action at this time.
0 commit comments