HE Shi-Jun

Results 543 comments of HE Shi-Jun

Off topic:有些IDE有显示 parameter name 的选项,但在这个例子里感觉有点唠叨: ```ts AbortSignal.timeout(time:timeout) ```

I read the whole thread and agree `(do { break; });` should equals `break;.` . But I also suspect maybe we should make `do { break; }` syntax error just...

@InvictusMB I suggest use `::` for lexical scope resolution in the discussion because most people familiar with this semantic thank to Babel. Another reason is instance scope resolution seems not...

Just found this issue :) I asked the question in the discussion of hack-style topic token one hour ago, and I strongly prefer prohibit whitespaces after `@` which would help...

From UX perspective, if we have both topic ref and decorators, we should make the syntax easy to differentiate. Even parsers can differ them with special rules (still very hard),...

@amio 不知道啊。不过OpenType理论上是可以直接把`

I think most programmers think `import()` is very like an async function even they know it's not a real function. At least it is much more like function than `typeof`....

@michaelficarra Two reasons I prefer continue the work in this repo instead a new repo: - We already have a lot of valuable discussions in this repo, which helps all...

The new proposal [Extensions](https://github.com/hax/proposal-extensions) which is the reshape of the "virtual method" part of this proposal has advanced to stage 1!

It seems the new GPT models released yesterday support multiple function calls (also json mode and other updates).