(sourceValue)
| 101 | } |
| 102 | |
| 103 | function shouldIgnoreImport(sourceValue) { |
| 104 | return !/^(\.{1-2}|(@interactjs))[\\/]/.test(sourceValue) |
| 105 | } |
| 106 | |
| 107 | const isPro = process.env.INTERACTJS_TIER === 'pro' |
| 108 | const registryUrl = isPro ? 'https://registry.interactjs.io' : undefined |
no outgoing calls
no test coverage detected