(str)
| 11 | const v = (name) => devDependencies[name].replace(/[^\d.]/g, ""); |
| 12 | |
| 13 | const dropSourceMap = (str) => |
| 14 | str.replace(/^\/.+? sourceMappingURL=\/.+$/m, ""); |
| 15 | |
| 16 | // Fetch a module via jsdelivr CDN `/+esm` orchestration |
| 17 | // then sanitize the resulting outcome to avoid importing |