NP

Results 20 issues of NP

Example repo structure: ``` lib1/coverage/lcov.info lib1/src/file.ts lib2/coverage/lcov.info lib2/src/file.ts ``` Search config ``` **/coverage/lcov.info ``` lcov.info ```lcov TN: SF:src/file.ts ... ``` Produces: ```json [{ "resource": "/test/repro/src/file.ts", "owner": "coverage", "severity": 2, "message":...

If trying to mock class instance (object with prototype) nothing working. 1. overrides totaly ignored (fixed by `hasOwnProperty`) 2. result object miss his __proto__ after "cloning" ```ts class InjectableClass {...

unmount_iso did not remove cd-rom that whas used for building from iso but in sometimes template should not have any cd-roms

enhancement

- [X] 1) Many methods now is not available by old names (with `legacyMode` also too) So, only way for now (without modifying thousands of files) is patch client object...

Can be impliments for example by https://www.npmjs.com/package/eslint-parser-plain

Suggestion: ```ts // Replace config field from ignoreInline: boolen // to inlineStyle: "ignore" | "multilline" | "consistent" // And if: inlineStyle === "consistent" && !literal.includes('\n') // then fomat = format.split('\n').map(line...