error
error
@cbix I worked around the issue with this code: ```js importType: function( request ) { if( request === '@errorx666/query' ) { return `module ${request}`; } else { return `node-commonjs ${request}`;...
I definitely want to see function decorators as soon as possible. I tend to favor less object-oriented design patterns in JS. Object literal and property decorators also interest me, as...
I want to use records and tuples as keys to Maps and Sets for their value comparison semantics. > If Records and Tuples were still reference values (=== compares them...
Should sets be ordered or unordered? Does `#![ 1, 2, 3 ] === #![ 3, 2, 1 ]`?
I'd rather not have R&T at all than have them without value comparison semantics.
I'm adding a bounty of $20 to this issue, to be paid when the feature ships to NPM. https://gitpay.me/#/task/848 CC @evenstensberg since you have an open PR. CC @privatenumber -...
I'm surprised to not see my favorite operator, `distinctUntilChanged`.