Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
zhouchong
/
anKeYuan-largeScreen-1080
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
74025ddde1
ブランチ
タグ
master
prototype
test_case_pro
anKeYuan-lar...
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
dir.js
135 B
履歴
Raw
1
2
3
4
5
6
7
8
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};