Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix YAML documentation comment starts #38324

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ that are part of the JavaScript language itself, which are also globally
accessible.

## Class: `AbortController`
<!--YAML
<!-- YAML
added: v15.0.0
changes:
- version: v15.4.0
Expand Down
10 changes: 5 additions & 5 deletions doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ import submodule from 'es-module-package/private-module.js';
```

### Subpath imports
<!--YAML
<!-- YAML
added:
- v14.6.0
- v12.19.0
Expand Down Expand Up @@ -333,7 +333,7 @@ The resolution rules for the imports field are otherwise
analogous to the exports field.

### Subpath patterns
<!--YAML
<!-- YAML
added:
- v14.13.0
- v12.19.0
Expand Down Expand Up @@ -428,7 +428,7 @@ The benefit of patterns over folder exports is that packages can always be
imported by consumers without subpath file extensions being necessary.

### Exports sugar
<!--YAML
<!-- YAML
added: v12.11.0
-->

Expand All @@ -455,7 +455,7 @@ can be written:
```

### Conditional exports
<!--YAML
<!-- YAML
added:
- v13.2.0
- v12.16.0
Expand Down Expand Up @@ -630,7 +630,7 @@ The above definitions may be moved to a dedicated conditions registry in due
course.

### Self-referencing a package using its name
<!--YAML
<!-- YAML
added:
- v13.1.0
- v12.16.0
Expand Down
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ new Worker('process.env.SET_IN_WORKER = "foo"', { eval: true, env: SHARE_ENV })
```

## `worker.setEnvironmentData(key[, value])`
<!--YAML
<!-- YAML
added: v15.12.0
-->

Expand Down