(key: string)
| 55 | } |
| 56 | |
| 57 | function getWorkspaceIdForCompile(key: string): string | undefined { |
| 58 | return parseWorkspaceFileKey(key) ?? undefined |
| 59 | } |
| 60 | |
| 61 | const IMMUTABLE_CACHE_CONTROL = 'private, max-age=31536000, immutable' |
| 62 | const WORKSPACE_REVALIDATE_CACHE_CONTROL = 'private, no-cache, must-revalidate' |
no test coverage detected