This commit is contained in:
2026-03-12 14:23:32 +01:00
parent d93f43bf01
commit 0084c5f05b
60 changed files with 7526 additions and 7522 deletions

View File

@@ -17,4 +17,4 @@ $map = $json | ConvertFrom-Json
if (-not $map.sourcesContent -or $map.sourcesContent.Count -lt 1) { throw 'No sourcesContent in map payload' }
$source = $map.sourcesContent[0]
[System.IO.File]::WriteAllText($outPath, $source, [System.Text.UTF8Encoding]::new($false))
Write-Host 'Recovered actions.ts from source map payload'
Write-Host 'Recovered actions.ts from source map payload'