()
| 1789 | try { |
| 1790 | let coreAliasIdx = 0; |
| 1791 | const mkAlias = () => `__NSC${coreAliasIdx++}`; |
| 1792 | const coreUrl = (sub?: string) => { |
| 1793 | const p = (sub || '').replace(/^\//, ''); |
| 1794 | return `${httpOriginSafe || ''}/ns/core` + (p ? `?p=${p}` : ''); |