File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# ko
22
3+ ## 6.5.11
4+
5+ ### Patch Changes
6+
7+ - 22089fe9: scriptLoader with antlr4ng
8+
39## 6.5.10
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " ko" ,
3- "version" : " 6.5.10 " ,
3+ "version" : " 6.5.11 " ,
44 "description" : " build & lint library" ,
55 "keywords" : [
66 " ko" ,
Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ class Script {
2323 } ,
2424 } ,
2525 {
26- test : / \. ( t | j ) s x ? $ / ,
26+ test : / \. m ? ( t | j ) s x ? $ / ,
2727 include : ( input : string ) => {
2828 // internal modules dt-common compatible
2929 if ( input . includes ( 'node_modules/dt-common/src/' ) ) {
3030 return true ;
3131 } else if ( input . includes ( 'antlr4-c3' ) ) {
3232 return true ;
33+ } else if ( input . includes ( 'antlr4ng' ) ) {
34+ return true ;
3335 } else if ( input . includes ( 'node_modules' ) ) {
3436 return false ;
3537 } else {
You can’t perform that action at this time.
0 commit comments