Skip to content

Commit 19d7cda

Browse files
authored
Merge branch 'nodejs:main' into main
2 parents a6a947c + e45645a commit 19d7cda

59 files changed

Lines changed: 2063 additions & 763 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/generate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
repository: nodejs/node
128128
ref: ${{ needs.prepare.outputs.sha }}
129129
sparse-checkout: |
130-
doc/api
130+
doc
131131
lib
132132
.
133133
path: node
@@ -151,6 +151,7 @@ jobs:
151151
-i "${{ matrix.input }}" \
152152
-o out \
153153
-c ./node/CHANGELOG.md \
154+
--type-map "./node/doc/type-map.json" \
154155
--index ./node/doc/api/index.md \
155156
--log-level debug
156157

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ out/
1212

1313
# Generated Files
1414
src/generators/metadata/maps/mdn.json
15+
16+
# The specification uses things that prettier would not
17+
# approve of, such as bullets with `*`
18+
docs/specification.md

0 commit comments

Comments
 (0)