| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c4686fa commit 95b9cc7
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -166,7 +166,7 @@ Affects the default output directory of: | |||
| 166 | 166 | * [--redirect-warnings](#cli_redirect_warnings_file) | |
| 167 | 167 | ||
| 168 | 168 | ### `--disable-proto=mode` | |
| 169 | - <!--YAML | ||
| 169 | + <!-- YAML | ||
| 170 | 170 | added: v13.12.0 | |
| 171 | 171 | --> | |
| 172 | 172 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ that are part of the JavaScript language itself, which are also globally | |||
| 18 | 18 | accessible. | |
| 19 | 19 | ||
| 20 | 20 | ## Class: `AbortController` | |
| 21 | - <!--YAML | ||
| 21 | + <!-- YAML | ||
| 22 | 22 | added: v14.17.0 | |
| 23 | 23 | --> | |
| 24 | 24 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -290,7 +290,7 @@ import submodule from 'es-module-package/private-module.js'; | |||
| 290 | 290 | ``` | |
| 291 | 291 | ||
| 292 | 292 | ### Subpath imports | |
| 293 | - <!--YAML | ||
| 293 | + <!-- YAML | ||
| 294 | 294 | added: | |
| 295 | 295 | - v14.6.0 | |
| 296 | 296 | - v12.19.0 | |
@@ -332,7 +332,7 @@ The resolution rules for the imports field are otherwise | |||
| 332 | 332 | analogous to the exports field. | |
| 333 | 333 | ||
| 334 | 334 | ### Subpath patterns | |
| 335 | - <!--YAML | ||
| 335 | + <!-- YAML | ||
| 336 | 336 | added: | |
| 337 | 337 | - v14.13.0 | |
| 338 | 338 | - v12.20.0 | |
@@ -406,7 +406,7 @@ import featureX from 'es-module-package/features/x'; | |||
| 406 | 406 | ``` | |
| 407 | 407 | ||
| 408 | 408 | ### Exports sugar | |
| 409 | - <!--YAML | ||
| 409 | + <!-- YAML | ||
| 410 | 410 | added: v12.11.0 | |
| 411 | 411 | --> | |
| 412 | 412 | ||
@@ -433,7 +433,7 @@ can be written: | |||
| 433 | 433 | ``` | |
| 434 | 434 | ||
| 435 | 435 | ### Conditional exports | |
| 436 | - <!--YAML | ||
| 436 | + <!-- YAML | ||
| 437 | 437 | added: | |
| 438 | 438 | - v13.2.0 | |
| 439 | 439 | - v12.16.0 | |
@@ -608,7 +608,7 @@ The above definitions may be moved to a dedicated conditions registry in due | |||
| 608 | 608 | course. | |
| 609 | 609 | ||
| 610 | 610 | ### Self-referencing a package using its name | |
| 611 | - <!--YAML | ||
| 611 | + <!-- YAML | ||
| 612 | 612 | added: | |
| 613 | 613 | - v13.1.0 | |
| 614 | 614 | - v12.16.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -273,7 +273,7 @@ new Worker('process.env.SET_IN_WORKER = "foo"', { eval: true, env: SHARE_ENV }) | |||
| 273 | 273 | ``` | |
| 274 | 274 | ||
| 275 | 275 | ## `worker.setEnvironmentData(key[, value])` | |
| 276 | - <!--YAML | ||
| 276 | + <!-- YAML | ||
| 277 | 277 | added: REPLACEME | |
| 278 | 278 | --> | |
| 279 | 279 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments