| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b0ab483 commit 11b82de
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,10 @@ | |||
| 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://github.com/nodejs/node/pull/26882 | ||
| 5 | + // Ref: https://github.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'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments