Kevin Barabash
Kevin Barabash
If the iterable doesn't have an `entries` method then the keys should be indices. It may not make sense to return entries for an interable that's not indexable.
functional, iterators, es6, ?
e.g. only certain methods are available on Pausables, if any other method is called it should throw (or end the iterable and log a warning)
I ran the following command: ``` ./node_modules/.bin/flow-coverage-report \\ -f ./node_modules/.bin/flow \\ -i 'packages/wonder-blocks-*/**/*.js' \\ -x 'packages/wonder-blocks-*/dist/*.js' -x '**/generated-snapshot.test.js' \\ -o "./flow-coverage" ``` and it prints out the coverage but doesn't...
I'm curious if anyone's tried mf2pt1 to convert .mf fonts to Type 1 fonts?
https://github.com/amperser/proselint/
Since pygment lexers are essentially just a set of regexes it might be feasible run the JavaScript and the HTML lexers over the same JSX code. @brownhead where do we...
This option is only used by wasi-browser.ts. It doesn't really make sense for node/deno/bun since those runtimes have native support for WASI. I'm having issues running the tests so I...