龙腾道

Results 56 comments of 龙腾道
trafficstars

I think this is like the occupancy of global variables in daily programming, which cannot be ignored because of the low probability.

If empty is falsy, what value does this additional difference generate? I can't image when any code I seen try to check specially whether there is keys in an options...

```js const queue = #[ 'encodeURIComponent', 'encodeURIComponent', 'base64' ]; for ( const task of queue ) { input = process(input, task); } queue===#[ 'encodeURIComponent', 'base64' ]; // false const valueSet...

(I have a stringify solution discussion , which includes comment:) > Comment > ------- > > Another pain is comment. Obviously we don't want a configuration file that contains comments...

@m93a It's still in README: https://github.com/tc39/proposal-extensions/blame/master/README.md#L64

Maybe `export const default :Type = value;` `export type default = Type;` `export interface default {}` could bring us more uniformity, avoid to introduce a new set of grammars just...