File tree
Expand file treeCollapse file tree1 file changed
+7
-1
lines changed Expand file treeCollapse file tree1 file changed
+7
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 |
| -/* eslint-disable strict */ |
| 1 | +// When setters and getters were added for global.process and global.Buffer to |
| 2 | +// create a deprecation path for them in ESM, this test was added to make sure |
| 3 | +// the setters and getters behaved as expected. |
| 4 | +// Ref: https://.com/nodejs/node/pull/26882 |
| 5 | +// Ref: https://.com/nodejs/node/pull/26334 |
| 6 | + |
| 7 | +'use strict'; |
2 | 8 | require('../common');
|
3 | 9 | const assert = require('assert');
|
4 | 10 | const _process = require('process');
|
|
You can’t perform that action at this time.
0 commit comments