Skip to content

Commit 44e6ece

Browse files
committed
New loading method
Pending test cases Pending documentation
1 parent 684d54c commit 44e6ece

13 files changed

Lines changed: 1641 additions & 1044 deletions

Gruntfile.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ module.exports = (grunt) ->
3535
tween: 'src/scripting/api/Tween/Tween.ts'
3636

3737
SRC_PARSER = [
38+
'src/CommentProvider.js'
3839
'src/parsers/AcfunFormat.js'
3940
'src/parsers/BilibiliFormat.js'
41+
'src/parsers/CommonDanmakuFormat.js'
4042
]
4143

4244
# !! Below are compile settings

0 commit comments

Comments
 (0)