DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / jsFileCompilationConstModifier.types
1234567
//// [tests/cases/compiler/jsFileCompilationConstModifier.ts] //// === a.js === const c = 10; >c : 10 >10 : 10