azu

Results 808 comments of azu

- https://github.com/asciidwango/js-primer/issues/1719 にやる流れをまとめた

@yossydev さん と @jp-knj さんに担当してもらう

It is helpful to have a minimum reproduction repository to debug. Perhaps a blank line break is needed between the comment and the text. ``` "mzXML File Name", "Sequence", and...

This issue is becoming increasingly important as [Next.js 16](https://nextjs.org/blog/next-16) (stable released October 21, 2025) now uses Turbopack as the default bundler, which relies on lightningcss for CSS parsing. When a...

@dependabot merge 9/1/2024, 12:26:30 AM "textlint-ja/textlint-rule-preset-ja-spacing" ***@***.***>

```js const array = []; array.splice(インデックス, 削除する要素数); // 削除と同時に要素の追加もできる array.splice(インデックス, 削除する要素数, ...追加する要素); ``` このケースは、説明用のやつなので、実行するにしても一からみて書いた方がいいですね。 なので、実行ボタンをつけたない方がいい気がしますね。(そもそもとして実行できないので、ボタン押した直後にエラーとなるのは不適切。一度空にできる試してみようボタンをつけるなりの工夫が必要) > 〜を実行するとエラーとなります。 みたいにエラーを見せたい場合は、実行ボタン付けるのはいいと思います。

[`arguments[@@iterator]()`](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Functions/arguments/@@iterator) `arguments`はIteratorを実装してるので、Array-Likeという記述がちょっと不適切な感じになる気がする。 Iteratorであるという感じになるのかも - [関数と宣言 · JavaScript Primer #jsprimer](https://jsprimer.net/basic/function-declaration/#arguments) - [[コラム] Array-likeオブジェクト ](https://jsprimer.net/basic/array/#array-like)

- #1716 - [Object.fromEntries()](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries) これもiteratorを扱うものとして考えられそう。有限リストiteratorというべきもの?

- https://github.com/tc39/ecma262/pull/3395 Stage 4になったのでES2025に入る