Version: 0.1.00.1.10.2.00.3.00.3.10.3.20.4.00.4.10.4.20.4.30.4.40.4.50.4.60.5.00.5.10.5.20.5.30.5.40.6.00.6.10.6.21.0.01.1.01.1.11.1.2
export const a = something()
export const b = whatever
function something () {
return 'abc'
}
throw 'something'
function whatever () {
return 'xyz'