Closed trikadin closed 8 years ago
function decorator() { return () => {}; } class Foo { @decorator() get bar() { return 'bla'; } }
Sometimes it just hangs, sometimes writes "Expected end of node list but "Punctuator" found".
Replaced with https://github.com/cst/cst/issues/132
Sometimes it just hangs, sometimes writes "Expected end of node list but "Punctuator" found".