Add support for TypeScript in non-transpiled configurations #38
Annotations
12 warnings
Test (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test (18):
generators/app/index.js#L137
Prefer `Object.fromEntries()` over `Array#reduce()`
|
Test (18):
generators/app/index.js#L139
Assignment to property of function parameter 'map'
|
Test (18):
generators/app/index.js#L409
'answers' is defined but never used
|
Test (18):
generators/app/index.js#L535
Method 'writing' has a complexity of 54. Maximum allowed is 10
|
Test (18):
generators/app/index.js#L633
File has too many lines (840). Maximum allowed is 600
|
Test (18):
generators/app/index.js#L797
Do not prefix identifiers with keyword `new`
|
Test (18):
test/index.js#L8
Unexpected use of the global variable 'URL'. Use 'require("url").URL' instead
|
Test (18):
test/index.js#L68
Syntax error in type: import('yeoman-test').RunContext
|
Test (18):
test/index.js#L672
File has too many lines (1347). Maximum allowed is 600
|
Test (18):
test/index.js#L689
Unexpected skipped mocha test
|