more file.ts
// testvarf=''// test #2modulefoo{functionbar(){}}// test #3moduleempty{}// test #4more file.js
// testvarf='';// test #2varfoo;(function(foo){functionbar(){}})(foo||(foo={}));
Looks like comments after a 'block' aren't emitted. Could it be a missing emitTrailingComments(node) ?
Looks like comments after a 'block' aren't emitted. Could it be a missing emitTrailingComments(node) ?