| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8d3cb6c commit 2e87cdd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | 3 | const { internalBinding } = require('internal/test/binding'); | |
| 4 | 4 | const { | |
| 5 | - moduleCategories: { canBeRequired } | ||
| 6 | - } = internalBinding('native_module'); | ||
| 5 | + builtinCategories: { canBeRequired } | ||
| 6 | + } = internalBinding('builtins'); | ||
| 7 | 7 | ||
| 8 | 8 | for (const key of canBeRequired) { | |
| 9 | 9 | require(`node:${key}`); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments