(resource)
| 56 | * @returns {boolean} true if the resource should be transformed |
| 57 | */ |
| 58 | const isTypeScriptResource = (resource) => |
| 59 | TS_RESOURCE_RE.test(resource) || TS_DATA_URI_RE.test(resource); |
| 60 | |
| 61 | /** |
| 62 | * Build a line-granularity identity source map for a strip-types output. |