swc/ecmascript/codegen/tests/references/a5b30a03e9c774af.js
강동윤 43d633b44d
Handle comments and improve codegen (#136)
swc_ecma_codegen:
 - Improve codegen
 - Handle comments

swc_ecma_parser:
 - Handle comments
2019-02-08 13:00:58 +09:00

14 lines
165 B
JavaScript

try {
(function() {
a('b');
}());
} catch (c) {
(function() {
a('b');
}());
} finally{
(function() {
a('b');
}());
}