bionode icon indicating copy to clipboard operation
bionode copied to clipboard

ES6 Discussion

Open thejmazz opened this issue 8 years ago • 0 comments

Continuing from https://github.com/bionode/bionode-fasta/issues/6

Goals:

  • backwards compatibility as much as possible (maybe legacy v0.12.x)
  • help engage new members by not being super bleeding edge
  • never require transpilation of Node code
  • browser code will need to be bundled anyways, so transpilation can be OK for that? (i.e. browserify with -t babelify, or webpack + babel-loader) working examples for browser setup of a module should always be included.
  • follow best streams implementation (probably latest, may be reason to break backwards compatibility, but with major bump as per semver)

ES6 Compatibility Table

ES6 use cases, arguments for, examples in bionode:

  • todo...

thejmazz avatar Mar 19 '16 22:03 thejmazz