[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Add a punycode and codemirror js lib



Title: GitLab

Bastien Roucariès pushed to branch master at lintian / lintian

Commits:

  • e17f9638
    by Bastien Roucariès at 2023-07-31T11:27:13+00:00
    Add a punycode and codemirror js lib
    

1 changed file:

Changes:

  • lib/Lintian/Check/Languages/_javascript_/Embedded.pm
    ... ... @@ -101,6 +101,8 @@ qr{(?i)/mootools(?:(?:\.v|-)[\d\.]+)?(?:-(?:(?:core(?:-server)?)|more)(?:-(?:yc|
    101 101
         'node-jszip-utils'             => qr{(?i)jszip-utils(?:-ie)?(?:-[\d\.]+)?}
    
    102 102
           . $JS_EXT,
    
    103 103
         'node-jszip'             => qr{(?i)jszip(?:-ie)?(?:-[\d\.]+)?} . $JS_EXT,
    
    104
    +    'libjs-codemirror'       => qr{(?i)codemirror} . $JS_EXT,
    
    105
    +    'libjs-punycode'         => qr{(?i)punycode(?:\.es\d+)?} . $JS_EXT,
    
    104 106
     # not yet available in unstable
    
    105 107
     # 'xinha'                      => qr{(?i)/(htmlarea|Xinha(Loader|Core))} . $JS_EXT,
    
    106 108
     );
    


  • Reply to: