| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c6193fe commit 0376e1c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,7 +118,7 @@ const { NativeModule } = require('internal/bootstrap/loaders'); | |||
| 118 | 118 | let hexSlice; | |
| 119 | 119 | ||
| 120 | 120 | const builtInObjects = new Set( | |
| 121 | - ObjectGetOwnPropertyNames(global).filter((e) => /^([A-Z][a-z]+)+$/.test(e)) | ||
| 121 | + ObjectGetOwnPropertyNames(global).filter((e) => /^[A-Z][a-zA-Z0-9]+$/.test(e)) | ||
| 122 | 122 | ); | |
| 123 | 123 | ||
| 124 | 124 | // These options must stay in sync with `getUserOptions`. So if any option will | |
| Back | FazBrowse Home | New Git URL |
0 commit comments