mirror of https://github.com/nodejs/node.git
doc: fix faulty YAML metadata
PR-URL: https://github.com/nodejs/node/pull/56508 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>pull/56507/head
parent
8d9dac4877
commit
5119049ca6
|
@ -192,8 +192,9 @@ Error: Access to this API has been restricted
|
|||
<!-- YAML
|
||||
added: v20.0.0
|
||||
changes:
|
||||
- version: v23.5.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.5.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/56201
|
||||
description: Permission Model and --allow-fs flags are stable.
|
||||
- version: v20.7.0
|
||||
|
@ -238,8 +239,9 @@ node --permission --allow-fs-read=/path/to/index.js index.js
|
|||
<!-- YAML
|
||||
added: v20.0.0
|
||||
changes:
|
||||
- version: v23.5.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.5.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/56201
|
||||
description: Permission Model and --allow-fs flags are stable.
|
||||
- version: v20.7.0
|
||||
|
@ -1655,8 +1657,9 @@ See [Loading ECMAScript modules using `require()`][].
|
|||
<!-- YAML
|
||||
added: v22.5.0
|
||||
changes:
|
||||
- version: v23.4.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.4.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/55890
|
||||
description: SQLite is unflagged but still experimental.
|
||||
-->
|
||||
|
@ -1805,8 +1808,9 @@ developers may leverage to detect deprecated API usage.
|
|||
<!-- YAML
|
||||
added: v20.0.0
|
||||
changes:
|
||||
- version: v23.5.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.5.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/56201
|
||||
description: Permission Model is now stable.
|
||||
-->
|
||||
|
@ -2487,8 +2491,9 @@ subtests inherit this value from their parent. The default value is `Infinity`.
|
|||
<!-- YAML
|
||||
added: v22.3.0
|
||||
changes:
|
||||
- version: v23.4.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.4.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/55897
|
||||
description: Snapsnot testing is no longer experimental.
|
||||
-->
|
||||
|
|
|
@ -3779,8 +3779,9 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c
|
|||
|
||||
<!-- YAML
|
||||
changes:
|
||||
- version: v23.4.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.4.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/55892
|
||||
description: Documentation-only.
|
||||
-->
|
||||
|
@ -3794,8 +3795,9 @@ will throw an error in a future version.
|
|||
|
||||
<!-- YAML
|
||||
changes:
|
||||
- version: v23.4.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.4.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/55545
|
||||
description: Documentation-only deprecation.
|
||||
-->
|
||||
|
@ -3808,8 +3810,9 @@ These properties are unconditionally `true`. Any checks based on these propertie
|
|||
|
||||
<!-- YAML
|
||||
changes:
|
||||
- version: v23.4.0
|
||||
- version: v22.13.0
|
||||
- version:
|
||||
- v23.4.0
|
||||
- v22.13.0
|
||||
pr-url: https://github.com/nodejs/node/pull/55545
|
||||
description: Documentation-only deprecation.
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue