{"version":3,"sources":["https://lively-kernel.org/lively4/lively4-active-expression-proxies/test/babel-test.js"],"names":["expect","describe","it","to","equal","foo"],"mappings":"AAAA;;;;;;;;AAEQA,Y,sBAAAA,M;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAERC,eAAS,OAAT,EAAkB,YAAW;AAC3BC,WAAG,yCAAH,EAA8C,YAAW;AACvDF,iBAAO,KAAK,CAAZ,EAAeG,EAAf,CAAkBC,KAAlB,CAAwB,CAAxB;AACD,SAFD;AAGD,OAJD;;AAMA;AACO,eAASC,GAAT,GAAe,CAAE","file":"babel-test.js","sourcesContent":["\"use strict\";\n\nimport {expect} from 'src/external/chai.js'\n\ndescribe('Babel', function() {\n  it('should support ES7 Exponential operator', function() {\n    expect(2 ** 3).to.equal(8);\n  });\n});\n\n// include this to force transpilation\nexport function foo() {}\n"]}