(id)
| 97 | |
| 98 | const warnedModules = new SafeSet(); |
| 99 | function supportedInUserSnapshot(id) { |
| 100 | return supportedModules.has(id); |
| 101 | } |
| 102 | |
| 103 | function requireForUserSnapshot(id) { |
| 104 | const normalizedId = normalizeRequirableId(id); |
no test coverage detected