delimited icon indicating copy to clipboard operation
delimited copied to clipboard

Add Scala.js support

Open travisbrown opened this issue 8 years ago • 1 comments

This isn't currently an easy option because Scala.js (as of 0.6.16) doesn't implement java.io.PushbackReader, but in the future that might change, or someone might decide to provide an alternative Scala.js-specific implementation of GuessDelimitedFormat that doesn't use PushbackReader.

travisbrown avatar May 26 '17 13:05 travisbrown

I've got a quick implementation of a branch with (broken) support here.

travisbrown avatar May 26 '17 13:05 travisbrown