HE Shi-Jun

Results 543 comments of HE Shi-Jun

原理看@jinjiang 这个介绍:http://jinjiang.github.io/h5slides/demo/ 我见到的许多实现用的是mozilla的sourcemap库:https://github.com/mozilla/source-map/

Huge +1 too. And `ArrayBuffer`, `BufferSource`, `Blob` should also be considered to replace current `Buffer` API. @domenic About `TextDecoder`, I think in many cases what I really wanted is a...

@petkaantonov FYI, I wrote a [babel plugin](https://github.com/hax/babel-plugin-transform-es2015-generator-return) to just patch `generator.prototype.return` for V8.

Totally agree! And one more: - Use ArrayBuffer/[BufferSource](http://heycam.github.io/webidl/#common-BufferSource) instead of Node's Buffer.

@Igmat @littledan This is a very great start! I will be very happy see the similar events in China community. I think @itchina110 (who is the organizer of many important...

@EisenbergEffect > Official meeting transcripts or recordings of tc39 member meetings https://github.com/rwaldron/tc39-notes/ > a single repo, perhaps using a monorepo structure. If it's a single repo, a controversial issue (like...

It's very likely no programmer will expect extra newline before `)`, especially old browsers never add it. So it's very likely many old codes of reflection of functions will potentially...

Assume the syntax will be `await[X]all` and _X_ should be one character or it will be too long, these combinations are possible: ```js await%all await^all await&all await*all await|all await\all await:all...

`await` is not allowed as label in module or async context. So I believe it's still an option :-)

To be honest, I feel this proposal was more like a "patch" for a serious footgun of private class fields/methods, but as https://github.com/tc39/proposal-class-access-expressions/issues/4#issuecomment-688039020 , such try was failed and removed...