Commit ccca547
authored
util: runtime deprecate
PR-URL: #49609
Fixes: #49607
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>promisify-ing a function returning a Promise
1 parent 553169f commit ccca547Copy full SHA for ccca547
File tree
Expand file treeCollapse file tree
3 files changed
+32
-3
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal
- test/parallel
Expand file treeCollapse file tree
3 files changed
+32
-3
lines changedOpen diff view settings
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3387 | 3387 | |
3388 | 3388 | |
3389 | 3389 | |
| 3390 | + |
| 3391 | + |
| 3392 | + |
3390 | 3393 | |
3391 | 3394 | |
3392 | 3395 | |
3393 | 3396 | |
3394 | 3397 | |
3395 | | - |
| 3398 | + |
3396 | 3399 | |
3397 | 3400 | |
3398 | 3401 | |
|
Collapse file
+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
66 | | - |
| 66 | + |
67 | 67 | |
68 | 68 | |
69 | 69 | |
| ||
409 | 409 | |
410 | 410 | |
411 | 411 | |
412 | | - |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
413 | 416 | |
414 | 417 | |
415 | 418 | |
|
Collapse file
test/parallel/test-util-promisify.js
Copy file name to clipboardExpand all lines: test/parallel/test-util-promisify.js+23Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
10 | 33 | |
11 | 34 | |
12 | 35 | |
|
0 commit comments