Va Da
Va Da
What do you think about having multiple build targets? For example, there could be two build targets, say `es5` in `/lib` folder and `es2020` in `/es2020` folder. Something like [this](https://github.com/streamich/json-joy/blob/master/package.json#L37-L41)....
Yes, they should be bound. It is my mistake, in recent PR review I let it slip through.
What are the options? 1. Fall through to the last file system 2. Watch the first file system 3. Watch all file systems 4. ... What is the best behavior?
@jsumners I guess you imply that `uWebSockets` library is a "Web Sockets framework". `uWebSockets` is a library which provides an HTTP server as well as a WebSocket server. The benchmark...
What's the easiest hack, to be able to use `` tag **AND** `js-sequence-diagrams` on one page?
Here is my quick and dirty fix: ``` javascript $el.sequenceDiagram({theme: 'simple'}); var $path = $el.find("path"); if($path.length) { $path.each(function(i, el) { var $el = $(el); var attr = $el.attr("marker-end"); if(attr) {...
Actually, previous solution worked in _Chrome_, but did not work in _Firefox_. Anyways, here is a better solution, that should work in all browsers: ``` javascript $el.sequenceDiagram({theme: 'simple'}); var url...
@ORESoftware I have added `fs` polyfill pls review my PR #64
See this: https://github.com/streamich/memfs-webpack
@stereobooster I've added docs on "Generations" and "Interfaces" that explain better variable scope. https://github.com/streamich/freestyler#reference