This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
lhl
/
myjadmin
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
426b7e647d
ブランチ
タグ
master
myjadmin
/
node_modules
/
degenerator
/
test
/
basic.expected.js
basic.expected.js
64 B
履歴
Raw
1
2
3
function* foo() {
return (yield a('bar')) || (yield b());
}