Echo JS 0.11.0

<~>

MaxArt comments

MaxArt 3285 days ago. link 2 points
Sheesh, we really don't need to become as toxic as Reddit.

Can we please have this topic deleted? EchoJS isn't the place for developer feuds.
MaxArt 3297 days ago. link 1 point
Why would someone in their right mind post something like that here?!
MaxArt 3312 days ago. link 1 point
"Manifest syntax": do we need one? Couldn't JSON or YAML work just fine?
MaxArt 3312 days ago. link 2 points
TL;DR: this is the library:

function sarcasm() {
  return 'This is great project'
}

export default sarcasm
export {
  sarcasm
}
[more]