DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1 / tests / baselines / reference / alwaysStrictModule3.js
12345678
//// [alwaysStrictModule3.ts] // module ES2015 export const a = 1; //// [alwaysStrictModule3.js] // module ES2015 export var a = 1;