Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

JavaScript Primer

JavaScriptの入門書であるJavaScript Primer( https://jsprimer.net )を継続的に更新していくためのプロジェクトです。
Collective - Host: opensource - https://opencollective.com/jsprimer - Website: https://jsprimer.net/ - Code: https://github.com/asciidwango/js-primer

fix: constで定義したオブジェクトへの再代入で発生する例外をTypeErrorに修正した (#1585)

ブラウザ環境やランタイム環境(Node)で確認したところ、再代入によって発生する例外はTypeErrorだったため修正しました。

github.com/asciidwango/js-primer - 05f5405238cd916ddcf4b49fade3615490f92df1 authored almost 2 years ago by haruguchi <[email protected]>
「関数と宣言」のまとめに記載されている順番を本文の順番に対応させた (#1584)

まとめにて
- 関数の宣言方法
- 関数を値として使う方法
- コールバック関数
- 関数式とArrow Function
- メソッドの定義方法
という順番になっているが、本文は...

github.com/asciidwango/js-primer - 2fe856d3c11d529937b05f789b8da8945e158de9 authored almost 2 years ago by haruguchi <[email protected]>
fix(textlint): fix config

github.com/asciidwango/js-primer - 9a9bea4b3427d494d550c55156587e7b84a4dd99 authored almost 2 years ago by azu <[email protected]>
fix: 「文と式」におけるセクションのタイトルを漢字に変更 (#1578)

github.com/asciidwango/js-primer - 4e08b74d0c4f1906b513fe57c9b9f857e0b0f05b authored almost 2 years ago by Shinya Fujino <[email protected]>
fix:basic README.md (#1577)

github.com/asciidwango/js-primer - c0102472ba2cb8c93ff878a663195dcc48dd2126 authored almost 2 years ago by staticWagomU <[email protected]>
fix: 「条件分岐」において、まとめの中の break 文の説明にみだれがあるため、読みやすく改善 (#1576)

* fix: 「条件分岐」において、まとめの中の break 文の説明にみだれがあるため、読みやすく改善

* Update source/basic/condition/README.m...

github.com/asciidwango/js-primer - 477c0f74c6238c604a95aaa063cfc4271c938afd authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: 「条件分岐」の章において、それよりも前の章が後の章であるかのように表現されているため、修正 (#1575)

github.com/asciidwango/js-primer - c7af4cb0549a2b589d45d5bd055766d5f6bd8f6a authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: 「条件分岐」の章において、コードとして表記すべき箇所を backtick で囲む (#1574)

github.com/asciidwango/js-primer - e3bf1a78e93993a62238a2ee87829c2830c2f921 authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: 「配列」の章における typo などを修正 (#1583)

github.com/asciidwango/js-primer - bf0f5f596a7e087479ba269ab8b2dbe8d10b5713 authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: 「オブジェクト」の章における typo 修正 (#1580)

github.com/asciidwango/js-primer - 4170c2969a7b1f3dd34a6b4812b97805fbde1ea2 authored almost 2 years ago by Shinya Fujino <[email protected]>
Merge pull request #1579 from asciidwango/dependabot/npm_and_yarn/source/use-case/todoapp/sideway/formula-3.0.1

github.com/asciidwango/js-primer - b35001eba28cf96a26ec7869d7860376740dee58 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @sideway/formula in /source/use-case/todoapp

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release not...

github.com/asciidwango/js-primer - 3b05ea943d092f09b8c1966bd5a44f951b5ad569 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: 「文と式」における不要な読点を削除 (#1572)

github.com/asciidwango/js-primer - 4e7a9287628b643c395c46a94492ea711d71ea0c authored almost 2 years ago by Shinya Fujino <[email protected]>
「暗黙的な型変換」の文脈において助詞が抜けている箇所を修正した (#1571)

「暗黙的な型変換して」となっている箇所があったので、助詞「を」を追加し自然な日本語になるように対応しました。
また、他の箇所ではgrepして「を」があることを確認しています。

github.com/asciidwango/js-primer - ba4de2c8e97462e00b1fbc9cee51744edb468b55 authored almost 2 years ago by haruguchi <[email protected]>
fix: #1568の対応もれ(リテラル表現をもつプリミティブ型にBigIntを追加) (#1570)

- refs: #1568
対応漏れしていた箇所があったので修正した。

github.com/asciidwango/js-primer - 48cbd4d141a4e5ed49a1ed781ccde91c68f96865 authored almost 2 years ago by haruguchi <[email protected]>
fix: リテラル表現を持つプリミティブ型を4つから5つに変更した (#1568)

データ型とリテラル、リテラルの項にて
BigIntのリテラルの説明はあるが、リテラル表現をもつプリミティブ型は4つとなっていたのでBigIntを足して5つに修正した

github.com/asciidwango/js-primer - 211cb7b436a42cce84e5a8e7d31934a012ec3dea authored almost 2 years ago by haruguchi <[email protected]>
refactor: Update to Node.js 18.14.0 and npm 9.3.1 (#1567)

* refactor: Update to Node.js 18.14.0 and npm 9.3.1

Signed-off-by: azu <[email protected]>

...

github.com/asciidwango/js-primer - 3f40bf66f2b16fdd2ef765bed7c2dacd76ff5ca1 authored almost 2 years ago by azu <[email protected]>
fix: まとめの文をわかりやすくする (#1565)

github.com/asciidwango/js-primer - bd2b0dfb16c957223465096d61ebf7dbbac1e1d6 authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: console.log の出力結果に関するコメントの書き方を修正 (#1564)

github.com/asciidwango/js-primer - ac2924a3ff995ae878f04b3b97bbc3fd22106026 authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: prefix に関する説明を改善 (#1563)

github.com/asciidwango/js-primer - ea85de08b9cb335796696f835bd5840de2f76fbb authored almost 2 years ago by Shinya Fujino <[email protected]>
CI: add permissions

github.com/asciidwango/js-primer - 5d130539e654defacb08ae641d9eadff997117a0 authored almost 2 years ago by azu <[email protected]>
CI: use pin version

github.com/asciidwango/js-primer - 342df9786d2f2995ddffa5102f220c9e67cffae8 authored almost 2 years ago by azu <[email protected]>
fix: 9 の二進数表現の誤りを修正 (#1562)

github.com/asciidwango/js-primer - b6313c857789eb0f3e74fb6e81bdcdbc2e01e2dc authored almost 2 years ago by Shinya Fujino <[email protected]>
chore: rename .nvmrc to .node-version (#1561)

* chore(website): update node version

Signed-off-by: azu <[email protected]>

* chore: remo...

github.com/asciidwango/js-primer - 251c2e08019080e4894b995c2fa86b5acad4a348 authored almost 2 years ago by azu <[email protected]>
feat : for..ofの説明からGenerator関数の説明を削除 (#1560)

Generator関数はJSPrimerで取り扱っていないため、説明を削除する。
削除に伴い、後の文章との整合性を保つため一部修正。
関連するIssue #1559

github.com/asciidwango/js-primer - 9a11782b31514b227f7d761834fe3bd009352582 authored almost 2 years ago by 2nofa11 <[email protected]>
fix: 剰余演算子の説明を改善 (#1557)

Co-authored-by: azu <[email protected]>

github.com/asciidwango/js-primer - a9ed85b5b102b073a990ba324f9e1d78d2bea935 authored almost 2 years ago by Shinya Fujino <[email protected]>
fix typo (#1558)

「初めてみましょう」を「始めてみましょう」に修正しました。

github.com/asciidwango/js-primer - 6441efd174fa64fdc4c2f3a0b46d29ec623d8ac8 authored almost 2 years ago by haruguchi <[email protected]>
fix: typo (#1554)

github.com/asciidwango/js-primer - db90a4c900f0c574f797362d7419694cc5383ce9 authored almost 2 years ago by r-shirasu <[email protected]>
fix: 冗長な表現を修正 (#1552)

github.com/asciidwango/js-primer - 671c8c618a896fb25946c735d08906007ee63f69 authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: typo を修正 (#1551)

github.com/asciidwango/js-primer - 0195d4e025d46376728c7b16a699dbc2bbc6a1a1 authored almost 2 years ago by Shinya Fujino <[email protected]>
fix: 連続する「人によって」を修正 (#1549)

github.com/asciidwango/js-primer - d25590fc463ad68c38120551196b1693756cfd40 authored almost 2 years ago by Shinya Fujino <[email protected]>
chore(deps): update to textlint 13.0.0 (#1550)

github.com/asciidwango/js-primer - c10a03d56e67a00df756ed57619a6807c2fd9d7d authored almost 2 years ago by azu <[email protected]>
fix: .nvmrc を v18.12.0 へと更新 (#1548)

github.com/asciidwango/js-primer - e119df319aa00d35e77937c53ee7cb7edcc4db11 authored almost 2 years ago by Shinya Fujino <[email protected]>
chore(deps): update textlint

github.com/asciidwango/js-primer - e3029060075750459b9a176affc59070c1b2c55b authored almost 2 years ago by azu <[email protected]>
chore(deps): update textlint

github.com/asciidwango/js-primer - d8e76c6b05b86a8cf8ab285b20269ed3db431ae7 authored almost 2 years ago by azu <[email protected]>
fix typo (#1543)

github.com/asciidwango/js-primer - 1c7ff569deea97c89a5ba4421c384ba4b9b9fa91 authored almost 2 years ago by milk1000cc <[email protected]>
chore(deps): update textlint

github.com/asciidwango/js-primer - 1d1fff57bdb20942e92283a9085685391c20f9bf authored almost 2 years ago by azu <[email protected]>
refactor(use-case/ajaxapp): サンプルコードのディレクトリをexampleに移動 (#1538)

* refactor(use-case/ajaxapp): サンプルコードのディレクトリをexampleに移動

* fix: srcディレクトリをなくしてexampleディレクトリにフラ...

github.com/asciidwango/js-primer - 555e9ac1d10f68f708393da540dcfc2c8ba86c0b authored about 2 years ago by Suguru Inatomi <[email protected]>
chore(deps): bump minimatch and mocha in /source/use-case/nodecli (#1541)

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency ...

github.com/asciidwango/js-primer - 9cbca56f05072f232bf1ab679dbc3238a2d4cec5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump minimatch in /source/use-case/todoapp (#1540)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](h...

github.com/asciidwango/js-primer - 1396cb1b9485c941b9fcbaa2d7ded594604b9dd3 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1539 from asciidwango/dependabot/npm_and_yarn/decode-uri-component-0.2.2

github.com/asciidwango/js-primer - 94e9d623cdaeec95cc071a1de40e83d916d874a8 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 ...

github.com/asciidwango/js-primer - 1c346ffa85b44933ed1a5a60d71dcdf0c3382e16 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: Removed redundent text (#1537)

github.com/asciidwango/js-primer - 99f4ec05f2828c773790dee1719c7f3ece395ec3 authored about 2 years ago by kan-tanu <[email protected]>
refactor(ajaxapp): Fetchの言い回しを修正 (#1536)

* feat(CONTRIBUTING): リリースフローを追加

* refactor(ajaxapp): Fetchの言い回しを修正

* fix

* fix

github.com/asciidwango/js-primer - 6f39f9ae00eb1e86445f4be6c316d90e33b1e3d5 authored about 2 years ago by azu <[email protected]>
feat(CONTRIBUTING): リリースフローを追加 (#1535)

github.com/asciidwango/js-primer - fbe56a44f9e979a9a5b54f25e5ee75848c780406 authored about 2 years ago by azu <[email protected]>
fix: use normal url

github.com/asciidwango/js-primer - 24b87cd275986e1f622623ce98b707ce3852ee78 authored about 2 years ago by azu <[email protected]>
feat(intro): 変更点を追加 (#1534)

* feat(intro): 変更点を追加

* fix: remove tests

* add form

* add css

* add style

github.com/asciidwango/js-primer - 33cd3fcb894cb0ccbfbed58373d7be299320ff98 authored about 2 years ago by azu <[email protected]>
fix(cheatsheet): fix link (#1533)

* fix(cheatsheet): fix link

* chore(textlint): add ignore

* chore: fix link

github.com/asciidwango/js-primer - 81402dc86e64ce0470db20087b0e534c81e93e2e authored about 2 years ago by azu <[email protected]>
feat(meeting): 2022-11-10のミーティングノート

github.com/asciidwango/js-primer - a3d8a724dc50a4c2606830a253e1b440f695a67c authored about 2 years ago by azu <[email protected]>
fix: jsdocのURLを修正 (#1527)

github.com/asciidwango/js-primer - c38fe10c21649c6d9a67de8929861206992434c3 authored about 2 years ago by azu <[email protected]>
chore: 細かい修正 (#1525)

* fix(data-type): 値 → データ型

fix https://github.com/asciidwango/js-primer/issues/1498

* fix(...

github.com/asciidwango/js-primer - 500e93fbad87b87bbd3468ccb894702a32038c05 authored about 2 years ago by azu <[email protected]>
refactor(todoapp): Todoアプリの章のリファクタリング (#1524)

* fix: "が抜けていたので修正

* DOM Events → EventTarget

* 細かい文言の修正

github.com/asciidwango/js-primer - ce4bd96b41337edd27af0a5abe7c2ecde030ae48 authored about 2 years ago by azu <[email protected]>
fix(todoapp): <ul /> を <ul></ul> に変更 (#1523)

github.com/asciidwango/js-primer - 3a12dc30c661bdf807b71fa9a6d5395c287f4ae4 authored about 2 years ago by azu <[email protected]>
refactor(nodecli): Node CLIの章のリファクタリング (#1522)

* refactor(nodecli): cd コマンドを追加

* package-lockの注記を削除

流石にデフォルトとなっているため

* 相互運用性の補足

* f...

github.com/asciidwango/js-primer - 495a5f0cba535268b838fe2f9757a47d214d7432 authored about 2 years ago by azu <[email protected]>
fix(ajaxapp): externalResourcesの削除し忘れ

https://github.com/asciidwango/js-primer/issues/1520
Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - 32afd1de0531eb541aad07553dcc748e3e5aea97 authored about 2 years ago by azu <[email protected]>
fix(ajax): externalResourcesではなく、動的に末尾にglobalThisでグローバルに関数を追加した (#1521)

Signed-off-by: azu <[email protected]>

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - bcdbff771706bc06e8c994e550182235b73d3d2a authored about 2 years ago by azu <[email protected]>
fix(todoapp): preview urlを修正

github.com/asciidwango/js-primer - 07fe834375e9f09d177a9c64898a55de00a31faa authored about 2 years ago by azu <[email protected]>
feat :add sandpack to ajaxapp (#1423)

Co-authored-by: azu <[email protected]>

github.com/asciidwango/js-primer - 2dd632efd8f0ff07e8a77ccdfc17ad963df7e220 authored about 2 years ago by Suguru Inatomi <[email protected]>
refactor(ajax): Ajaxの章をリファクタリング (#1519)

* cd での移動を追加

* fix

* fix: XHRはDeprecated

* タグつきテンプレート関数の記述を書籍を参照するにようにまとめる

github.com/asciidwango/js-primer - cec89fe060de05043e96c6cdf7011910c82f246a authored about 2 years ago by azu <[email protected]>
refactor(date): Dateの章のリファクタリング (#1515)

* new Dateの引数解説の修正

* 判定方法をつか

* moment.jsを落とし、Day.jsを使うように

github.com/asciidwango/js-primer - a10e0cda1d4989e3f53783d630e0471049555482 authored about 2 years ago by azu <[email protected]>
refactor(module): 導入を修正 (#1516)

github.com/asciidwango/js-primer - 1abb1e74937d4fcb1824bbc9c6ea969b67a2a59f authored about 2 years ago by azu <[email protected]>
refactor(setup-local-env): アプリケーション開発の準備の章のリファクタリング (#1518)

* fix: バージョン番号についてを追加

* syntax

github.com/asciidwango/js-primer - a317ae03c47253d888c04937c5951adba1ccb2e1 authored about 2 years ago by azu <[email protected]>
refactor(ecmascript): リファクタリング (#1517)

github.com/asciidwango/js-primer - 452ad45c4559f8565507055fa4df1776e3426b17 authored about 2 years ago by azu <[email protected]>
refactor(json): JSONの章をリファクタリング (#1514)

* refactor(json): ホワイトリスト → 許可リスト

* BigIntを追加

github.com/asciidwango/js-primer - 224911159bb414c6bacb53151dca09ca02a2b55b authored about 2 years ago by azu <[email protected]>
refactor(map-set): Map/Setのリファクタリング (#1513)

* コレクションの補足

* sizeはデータの数を返す

* fix

* エントリ

* fetchのエラーハンドリングを修正

* fix

* 要素の数

...

github.com/asciidwango/js-primer - 825be350ea69951728b0419115b0da26ef806449 authored about 2 years ago by azu <[email protected]>
refactor(async): 非同期の章のリファクタリング (#1512)

* fix: Date.now()についてを追記

* JSの処理で占有

* fix

* Workerについて書き直し

* fix

* fix

* についてを...

github.com/asciidwango/js-primer - 87fd56da417491f735eb5eeb8672c43a9f6cc33a authored about 2 years ago by azu <[email protected]>
fix(deps): update textlint-rule-helper

github.com/asciidwango/js-primer - e0cce3a2add92eed46e072b6c096039e4ccf6df1 authored about 2 years ago by azu <[email protected]>
fix: private class fieldsの補完 (#1509)

* fix: private class fieldsの補完

* Update source/basic/class/README.md

github.com/asciidwango/js-primer - d72dda077c267b7d272e6e51314e11fa5c403b51 authored about 2 years ago by azu <[email protected]>
fix(wrapper-object): BigIntを追加、順序を変更 (#1507)

github.com/asciidwango/js-primer - 3e01761435bde5313cd445fb3aa2633854395197 authored about 2 years ago by azu <[email protected]>
refactor(error-try-catch): 例外のリファクタリング (#1510)

* refactor: new Errorの記述を変更

* evalの補足

* 実行できるように

* {{book.console}}を追加

* fix

github.com/asciidwango/js-primer - b6ec95db700b1d06510629556660a643dac3a467 authored about 2 years ago by azu <[email protected]>
fix(function-this): 重要な点を強調

github.com/asciidwango/js-primer - 924ae1b003b7221038e21f99c6cf0e7757aa7765 authored about 2 years ago by azu <[email protected]>
fix: 即時実行関数の説明修正

github.com/asciidwango/js-primer - 219f0b85bc26ddd9694373446f3b8ef3c7827f28 authored about 2 years ago by azu <[email protected]>
fix: Intl.Segmenter のTODOを追加 (#1506)

github.com/asciidwango/js-primer - 319c26bd1b9f5f5f8f7eb3dc0517192c4df21b53 authored about 2 years ago by azu <[email protected]>
refactor(string): reduceのリンクを追加 (#1505)

* refactor(string): reduceのリンクを追加

* fix

github.com/asciidwango/js-primer - 1827cfcd7ee24386054ad156a2b075505de7a684 authored about 2 years ago by azu <[email protected]>
fix(array): メソッドチェーンの修正

github.com/asciidwango/js-primer - 7542a0dadfd12e8eab4436d815c55c9a641d1b14 authored about 2 years ago by azu <[email protected]>
fix: https://immutable-js.com/ のリンクを修正

github.com/asciidwango/js-primer - c8a62b5cdd341ad5a781be744dedb8a3b425c1ec authored about 2 years ago by azu <[email protected]>
fix: sliceメソッドの図を追加 (#1504)

* fix: sliceメソッドの図を追加

* fix

* 範囲を明確化

* fix

* fix

* fix

* 文字列化

github.com/asciidwango/js-primer - a619bcfa427c8178cfc260a95e0c906c7c1a91e3 authored about 2 years ago by azu <[email protected]>
fix(prototype): 表記って言葉が固いので修正 (#1503)

github.com/asciidwango/js-primer - 85f23c4c42737660ae7fd8581ea1a2ef2e90a08c authored about 2 years ago by azu <[email protected]>
refactor(object): オブジェクトの章のリファクタリング (#1502)

* fix: プロパティ名の規則を明確化

* fix: 暗黙的な変換を追加

* return boolean

* fix

github.com/asciidwango/js-primer - 1aa8a064e8794884a0aeb9c9e3a4250dcf177678 authored about 2 years ago by azu <[email protected]>
fix: reduceメソッドのコラムを削除、メソッドの説明に移動 (#1501)

* add comment

* fix: reduceメソッドのコラムを削除、メソッドの説明に移動

* fix

* tableを追加

* fix

* fix

...

github.com/asciidwango/js-primer - 8818371f981e0f6d9e2ed109c4c95b050bf15523 authored about 2 years ago by azu <[email protected]>
fix: 1行じゃなくて1文が正確

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - 611e7084e210794ca788159e7f8c557f25b044c7 authored about 2 years ago by azu <[email protected]>
fix: 関数宣言と関数式の違いについてを追記 (#1500)

* fix: 関数宣言と関数式の違いについてを追記

上書きを避けたい場合は関数式が利用できることを明確にした

* fix

github.com/asciidwango/js-primer - d0ed82863d91169cffd2274557fcb948faded697 authored about 2 years ago by azu <[email protected]>
fix: lint checkの自動修正結果を反映 (#1499)

* fix: lint checkの自動修正結果を反映

* fix title

* fix: ウェブコンソールの開き方のリンクを変更

* fix: ignore ブラウザーの...

github.com/asciidwango/js-primer - 060cf34467324a9488f31c59fb56fadd4f8db48e authored about 2 years ago by azu <[email protected]>
Add security-events

github.com/asciidwango/js-primer - 9e38c3a4bd9504d3466958db63f119fa02cfe2fd authored about 2 years ago by azu <[email protected]>
fix(data-type): 文言の修正

github.com/asciidwango/js-primer - 29624b860ec4036e345289310b47dfcbfdeaf2f4 authored about 2 years ago by azu <[email protected]>
add exit 0

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - d943047d4443822ddb732ade19be5a44542f28a8 authored about 2 years ago by azu <[email protected]>
fix: disable getAgent

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - f117f4bfc7ad994fe43fb046e6d4a4c4d1558721 authored about 2 years ago by azu <[email protected]>
CI: cron

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - be274873fad24075d2f55fe4c6df9f94f424202e authored about 2 years ago by azu <[email protected]>
CI: upload SARIF

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - 8046998773f4cd31881331f7c528757e161d17ed authored about 2 years ago by azu <[email protected]>
use: maxRetryAfterTime

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - dee67f1f29d273771e03785f6a04b60f772f3621 authored about 2 years ago by azu <[email protected]>
fix: textlint config

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - a489b6f69dece3db7607f903c4a3d8b9e095e276 authored about 2 years ago by azu <[email protected]>
CI: use keepAlive

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - 983f6f95963942b52344e45549ade76a38f50ebe authored about 2 years ago by azu <[email protected]>
CI: use concurrency 1

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - 5954a47d7953c17dbe8ff03d4e0bd583f0207c23 authored about 2 years ago by azu <[email protected]>
CI: rename

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - 142f1265dd78e803203636aa938b9eabf325ce8b authored about 2 years ago by azu <[email protected]>
CI: use npm ci

Signed-off-by: azu <[email protected]>

github.com/asciidwango/js-primer - 02eb6c5cd20f7d58e47e93d2d23a80d813143142 authored about 2 years ago by azu <[email protected]>