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(doctest): doctest:async:1000 で非同期テストをサポート

github.com/asciidwango/js-primer - 6c076c2b3d53aff8ee2aa05514b8edbe2143c834 authored over 6 years ago
feat(async): await式の導入

github.com/asciidwango/js-primer - 6fbcf353b2d47aa62cb119f6d8c6e615d3958ae1 authored over 6 years ago
fix(async): fix example code

github.com/asciidwango/js-primer - 7fca801b2b815867130817fe70d0683ea8613ad4 authored over 6 years ago
fix(eslint): fix ecmaVersion

github.com/asciidwango/js-primer - 7515f99e3895cd4c385fba85c50f474e6f1ac93e authored over 6 years ago
fix(doctest): fix doctest:md

github.com/asciidwango/js-primer - 640f158d2a7990f12d23666273fe3579f474c96d authored over 6 years ago
feat(async): PromiseとAsyncの関係

github.com/asciidwango/js-primer - cf09216d03087fc5689d129f554963645d1de8bb authored over 6 years ago
feat(async): Async Functionの定義方法

github.com/asciidwango/js-primer - 825dc133088668539ad9a496869f76a43fe27f52 authored over 6 years ago
feat(async): Async Function

github.com/asciidwango/js-primer - 20c1a1ecfe7db2ccfa598fb1462c3aa24f46400c authored over 6 years ago
feat(async): async function and callback

github.com/asciidwango/js-primer - 50b43d4a9f6cec4ca6e382283468678c4d174fab authored over 6 years ago
Update README.md (#539)

Fix typo & execution sample

github.com/asciidwango/js-primer - 4e437a73fd6e4352a54c5a665c4f797f440dce19 authored over 6 years ago
Update README.md (#538)

Fix typo

github.com/asciidwango/js-primer - 2bfe7e71f3b72cc28697acb5c9cd4c985390bdad authored over 6 years ago
feat(meeting): 2018年9月6日のミーティングノート (#535)

2018年9月6日に行われたミーティングの記録です。

ご意見やご質問はこのPRに書いてください

close #531

github.com/asciidwango/js-primer - 9ca89ccd12be5416ea8766130eb76624d37a11b1 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 7eb6c992aa51aef8f4fe3914fcbee1d88fe1efbb authored over 6 years ago
fix(async): fix invalid control character (#533)

github.com/asciidwango/js-primer - ac9cdb62fed71969e58d974b9819992bb593f875 authored over 6 years ago
chore(todo): remove lock

github.com/asciidwango/js-primer - 9a677f0ff43102e8435aab08594420b3033dc97f authored over 6 years ago
fix(async): fix typo

github.com/asciidwango/js-primer - 51e90f39aedb65aee30102da74e77a5889e90a65 authored over 6 years ago
feat(promise): Promiseの導入 (#524)

[アウトライン](https://github.com/asciidwango/js-primer/blob/master/source/basic/async/OUTLINE.md#%E3%...

github.com/asciidwango/js-primer - b5b6c013ca158597b310d808c60306685f769e17 authored over 6 years ago
fix(todoapp): fix typo (#532)

github.com/asciidwango/js-primer - 162e6d3620402ce984731435d608d4f0f49bdfd4 authored over 6 years ago
fix(function-this): fix typo

fix %530

github.com/asciidwango/js-primer - 499adea034ced891ae738449ce99d37352450d17 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - e3291ca3676aac1cb42aa40f1275d455c85f551f authored over 6 years ago
feat(usecase): モジュール (#505)

* WIP feat(usecase): モジュール

* wip

* importとexport

* type=module

* .

* .

* fix
...

github.com/asciidwango/js-primer - 8626bb4d6605269abfd1dc11584b1d43f81e348e authored over 6 years ago
feat(meetings): 2018年7月26日のミーティングノート (#527)

2018年7月26日のミーティングノートです。

意見や質問はこのPRへお願いします。

fix #525

github.com/asciidwango/js-primer - ad0765c45e6c87011466eba29c9bb8182395e3fb authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 50934867def175b2b7261a15cda94e374e2a7acb authored over 6 years ago
fix: 読み間違いしやすい文を修正 (#520)

github.com/asciidwango/js-primer - 90dfb89d5e952b0992daf5f07012cb665c89df7a authored over 6 years ago
fix(loop): `numbers`に偶数が含まれていないならfalseを返す (#523)

github.com/asciidwango/js-primer - 59cfe1a7d3aaeda9c332a3ffe6024b9b25f80c4f authored over 6 years ago
fix(loop): `numbers`に偶数が含まれていないならfalseを返す (#522)

github.com/asciidwango/js-primer - 6ee22747b3d38c978bfa875d26b67291c70458e4 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 445c6daaa5b6c854579922359bff0d4c8a8c5926 authored over 6 years ago
fix(async): fix typo

github.com/asciidwango/js-primer - bb18934861ea8bce7890f6266e85eb3fbf93df48 authored over 6 years ago
fix(data-type): fix typo (#519)

github.com/asciidwango/js-primer - 03b4510a7092042397e540221e43309ee37bfd43 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - a4f339c25bb2299fb084fb2e07343f1e34876c2f authored over 6 years ago
chore(todoapp): remove line

github.com/asciidwango/js-primer - ae73acb192b43f9a312678ba2492e3516d45f15b authored over 6 years ago
fix(todoapp): fix final source

github.com/asciidwango/js-primer - ffdeed1410c797e092e7dfbfae37a947267b0b3d authored over 6 years ago
fix(data-type): fix typo (#517)

表示崩れの修正。

before: 複数行の文字列も```で囲めば、そのまま書くことができます。
after: 複数行の文字列も`` ` ``で囲めば、そのまま書くことができます。

github.com/asciidwango/js-primer - f8eca23eebef4a1b9aa1d48630a09d0716bb729a authored over 6 years ago
refactor(async): サンプルを`dummyFetch`に変更 (#516)

* refactor(async): サンプルを`dummyFetch`に変更

* fixup: miss

* 説明を正確にした

* fixup

github.com/asciidwango/js-primer - 7efe4db2d1679f1e3c380f4101c65680376a482c authored over 6 years ago
fix(textlint): update textlint rules (#515)

* fix(textlint): update textlint rules

* refactor(textlint): textlint-rule-preset-ja-technica...

github.com/asciidwango/js-primer - 5ff9dfec69f766c88ab3ae51b57c06da9a63002c authored over 6 years ago
refactor: イベントの用語の整理 (#488)

* refactor(todoapp): イベントをディスパッチ/リッスンするに変更

* refactor(todoapp): イベントをディスパッチ/リッスンするに変更

* re...

github.com/asciidwango/js-primer - 0762e2144a21763a14909fd434ef68b2d20c78ab authored over 6 years ago
fix(todoapp): correct some trivial words (#514)

* correct some trivial words

* Delete package-lock.json

github.com/asciidwango/js-primer - 83f6d8837f542dbd3da0076869449f538fa812ae authored over 6 years ago
fix(variables): fix undefined (#513)

* fix(variables): fix undefined

* Create netlify.toml

* Update netlify.toml

github.com/asciidwango/js-primer - e0955d6fb80be058cf0973c4dd4aaa6dfb79d71b authored over 6 years ago
fix(statement-expression): 文は変数へ代入できない

github.com/asciidwango/js-primer - e9304722a92ab34dc6a1fce53a2bde8fbc6c1369 authored over 6 years ago
fix(landing): Update to ES2018 (#512)

ES2018が正式にリリースされたので
http://www.ecma-international.org/news/index.html

github.com/asciidwango/js-primer - 62e310f87f57db71c0eed9a0328c7391888fe3ab authored over 6 years ago
Update package.json

github.com/asciidwango/js-primer - 96f230d81948b254d06588ff24fabedf8274ca23 authored over 6 years ago
fix(travis): use npm

github.com/asciidwango/js-primer - 172c95d448293b8f8418af9a841a7c1bd828b97d authored over 6 years ago
feat(async): エラーファーストコールバック (#509)

* feat(async): エラーファーストコールバック

* fixup: lint

* fixup

* fixup: example

* fixup

* fi...

github.com/asciidwango/js-primer - b723f9b4f80477d4312eeeb6cd886458a589d927 authored over 6 years ago
feat(meeting): 2018-06-29 Meeting Notes (#511)

github.com/asciidwango/js-primer - e4020845c6b00822e356d54540b8eab79c615e7d authored over 6 years ago
perf(ci): split e2e from testg (#506)

* perf(ci): split e2e from testg

* fixup

* fix: travis

* fixup

* fixup

* fixup

github.com/asciidwango/js-primer - 62c6110dd1e936a7ae9556d3705437b4cf4a996f authored over 6 years ago
feat(async): 同期処理と非同期処理 (#503)

* feat(async): 同期処理と非同期処理

* chore(async): add index

* fix(async): add code meta data

* ...

github.com/asciidwango/js-primer - f44fbaeece7c272af8533130c2bc378e4c90aa60 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 983f8ff13235ed2bf2993638169ddb40e477da12 authored over 6 years ago
docs(README): update contributing

github.com/asciidwango/js-primer - 05be42cf26801f314cd8192d79f8e076e87e4af6 authored over 6 years ago
fix(async): fix author

github.com/asciidwango/js-primer - 3436fb51a736e3ad4e7ea1ee548ce7b17f1b9dba authored over 6 years ago
fix(usecase/nodecli): gfmオプションをデフォルトでfalseにする (#499)

* fix(usecase/nodecli): gfmオプションをデフォルトでfalseにする

* program.opts()を使う

* optsの説明

* マップオブジェ...

github.com/asciidwango/js-primer - e637f4d44f277d6b0a00b56fd9f52c0e764945f9 authored over 6 years ago
chore: rename to async

github.com/asciidwango/js-primer - 05cf1ad8aa743590bea8858894d0c1786a0a2237 authored over 6 years ago
WIP: error example

github.com/asciidwango/js-primer - c131ce39803d3530b87e33368ca2cf134f1a5c84 authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - c8358b3bffd251a1e2b529fafb433e2ea1e8faa3 authored over 6 years ago
fix(sw): fix sw.js

github.com/asciidwango/js-primer - f2411e69f4422e3894fa8e1f6eccf827dc067fe7 authored over 6 years ago
fix(feedback): 読み間違いしやすい文を修正

github.com/asciidwango/js-primer - 1634105244d668ced42067713aaae462320c39d4 authored over 6 years ago
Merge pull request #502 from asciidwango/feedback

feat(feedback): 文章の間違いに気づいたら

github.com/asciidwango/js-primer - 28595056c903286aeb4605889c009e971603f8a5 authored over 6 years ago
chore(feedback): add meta block

github.com/asciidwango/js-primer - 3d8c3ff2aff090f528a5068139f97c1c0d935c3d authored over 6 years ago
fix(CONTRIBUTING): fix iamge

github.com/asciidwango/js-primer - 1c8f4ac8f28cf5b89deda055cc69955f542160c9 authored over 6 years ago
feat(feedback): 目次からリンクを追加

github.com/asciidwango/js-primer - f528c995e592b57abd1a81a65970fdf2d943a648 authored over 6 years ago
feat(feedback): 文章の間違いに気づいたら

github.com/asciidwango/js-primer - 23b747d5964eb13a858d91ff9ec2f2de547a2ef7 authored over 6 years ago
feat(CONTRIBUTING): コントリビュートガイドを追記

github.com/asciidwango/js-primer - 1fe909011d3ac3f1c58d4733714799e4230966ca authored over 6 years ago
Delete custom.md

github.com/asciidwango/js-primer - 5f27c9cddac3b8cd7b08155c2c38b818701ca6bf authored over 6 years ago
docs: Update issue templates

github.com/asciidwango/js-primer - cd80bc7261806fd39713d134c855016072718e48 authored over 6 years ago
Merge pull request #501 from asciidwango/cypress-cve

fix(todoapp): Cypressをアップデート

github.com/asciidwango/js-primer - 152575ad9d447ad21fe4de8ac915bbefb3021cb2 authored over 6 years ago
fix(todoapp): Cypressをアップデート

https://snyk.io/vuln/npm:hoek:20180212

github.com/asciidwango/js-primer - 857dc462b1570c15ac9157f9146a4b41c2f26294 authored over 6 years ago
Merge pull request #500 from asciidwango/update-jxa

chore(todoapp): JXAを更新 && スクリーンショットを更新

github.com/asciidwango/js-primer - 43c1e1c2e5ed1eff47254b2041c952a36484bb89 authored over 6 years ago
chore(todoapp): JXAを更新 && スクリーンショットを更新

github.com/asciidwango/js-primer - 554f017616d462a2565aa975b119306d2e73d236 authored over 6 years ago
fix(usecase/ajax): xhr.openについての説明を修正 (#497)

* fix(usecase/ajax): xhr.openについての説明を修正

* 補足

* 修正

github.com/asciidwango/js-primer - aec3d7b2e37d2e9591882a6b7f4eac3a9e712a2d authored over 6 years ago
Merge pull request #498 from asciidwango/refactoring-try-catch

refactor(error-try-catch): try-catchとthrow文を分離

github.com/asciidwango/js-primer - 7560b524b097734c19d74b9f33991460689a8117 authored over 6 years ago
fix: 例外識別子

github.com/asciidwango/js-primer - 444de420fd73035a853ae099793226253cde35ff authored over 6 years ago
refactor(error-try-catch): try-catchとthrow文を分離

github.com/asciidwango/js-primer - 28e24255183740d147f7183a9544e02b66a8852b authored over 6 years ago
Merge pull request #496 from asciidwango/esversion

fix(class): use {{book.esversion}}

github.com/asciidwango/js-primer - de14ce0016cdd1f21aec875e1b67aa7ac5aa3dbe authored over 6 years ago
fix(class): use {{book.esversion}}

github.com/asciidwango/js-primer - f3f928561ef44b5945a63b6f97d8dd26435db3ff authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 7a72d051d58add196422457923bc1b570615b43a authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - e0d46817ab1a5a26c1dfe32efca6b329ecf155fc authored over 6 years ago
Merge pull request #489 from asciidwango/find-typo

feat(tools): typo-finderの追加とtypoの修正

github.com/asciidwango/js-primer - d63b5a89d0a7cb98c546216aeedde777ae409d6d authored over 6 years ago
fix: fix typo by typo-finder

github.com/asciidwango/js-primer - ac8086877113c1b30592573490999da7fb4369de authored over 6 years ago
feat(tools): typo-finderの追加

github.com/asciidwango/js-primer - 82e44efb05da03b814301f2e890f290c8b409a23 authored over 6 years ago
Update README.md (#487)

github.com/asciidwango/js-primer - 5b873f8ccc5cbef19d78a710b395ec841e974e51 authored over 6 years ago
fix(todoapp): todoaをtodoに修正 (#486)

github.com/asciidwango/js-primer - 357dc01c27c5719145764cec40241fd405eefdc7 authored over 6 years ago
refactor(todoapp): ローカルサーバを@js-primer/local-serverに変更 (#485)

* refactor(todoapp): ローカルサーバを@js-primer/local-serverに変更

* fix

* fix

* fix

* fix

github.com/asciidwango/js-primer - ed67d6303c50a4617f13cb78d48a30a53d85fbcc authored over 6 years ago
chore(todoapp): Add URL

github.com/asciidwango/js-primer - 51d4534111e35c99e4d443e154aa44e2e17af941 authored over 6 years ago
Merge pull request #482 from asciidwango/final-todo

feat(todoapp): Todoアプリをリファクタリングする

github.com/asciidwango/js-primer - 82c374783dd272540dee69bfa22e6b2c60f0432c authored over 6 years ago
chore(outline): Update outline

github.com/asciidwango/js-primer - 18a24bc38cad17f5328bf18dd032269c31490562 authored over 6 years ago
chore: コメントを短く修正

github.com/asciidwango/js-primer - 051b236222d5b86bdeb0014fd4467a92ffebcfd0 authored over 6 years ago
chore: update title

github.com/asciidwango/js-primer - 34dfac1adaa400b9039b25d638b7235a1fbacfa9 authored over 6 years ago