sink icon indicating copy to clipboard operation
sink copied to clipboard

Including after def fails

Open velipso opened this issue 2 years ago • 0 comments

def foo
end

include 'foo.sink'

This is due to missing st.names = null here: https://github.com/velipso/sink/blob/master/src/sink.ts#L3456

velipso avatar Oct 13 '22 19:10 velipso