error TS5107: Option 'module=System' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
labeledStatementExportDeclarationNoCrash1.ts(3,14): error TS1155: 'const' declarations must be initialized.
labeledStatementExportDeclarationNoCrash1.ts(4,1): error TS1344: 'A label is not allowed here.
labeledStatementExportDeclarationNoCrash1.ts(5,1): error TS1184: Modifiers cannot appear here.
labeledStatementExportDeclarationNoCrash1.ts(5,14): error TS1155: 'const' declarations must be initialized.


!!! error TS5107: Option 'module=System' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
==== labeledStatementExportDeclarationNoCrash1.ts (4 errors) ====
    // https://github.com/microsoft/TypeScript/issues/59372
    
    export const box: string
                 ~~~
!!! error TS1155: 'const' declarations must be initialized.
    subTitle:
    ~~~~~~~~
!!! error TS1344: 'A label is not allowed here.
    export const title: string
    ~~~~~~
!!! error TS1184: Modifiers cannot appear here.
                 ~~~~~
!!! error TS1155: 'const' declarations must be initialized.
    