deleteme: csv2json test #295
Annotations
9 errors and 11 warnings
packages/plainjs/src/BaseParser.ts#L24
Insert `,`
|
packages/plainjs/src/BaseParser.ts#L32
Replace `line` with `(line)`
|
packages/plainjs/src/BaseParser.ts#L34
'row' is never reassigned. Use 'const' instead
|
packages/plainjs/src/BaseParser.ts#L36
Insert `⏎·········`
|
packages/plainjs/src/BaseParser.ts#L54
Replace `value.startsWith(this.options.quote!)·&&·value.endsWith(this.options.quote!)·?` with `⏎··········value.startsWith(this.options.quote!)·&&⏎············value.endsWith(this.options.quote!)`
|
packages/plainjs/src/BaseParser.ts#L55
Replace `·value.substring(1,·value.length·-·1).replace(this.options.escapedQuote!,·this.options.quote)·:` with `···?·value⏎················.substring(1,·value.length·-·1)⏎················.replace(this.options.escapedQuote!,·this.options.quote)`
|
packages/plainjs/src/BaseParser.ts#L56
Replace `value` with `··:·value,⏎········`
|
packages/plainjs/src/BaseParser.ts#L63
Insert `⏎`
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
packages/cli/src/json2csv.ts#L275
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L19
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L20
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L27
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L57
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L75
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L109
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L123
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L139
Unexpected any. Specify a different type
|
packages/cli/test/CLI.ts#L154
Unexpected any. Specify a different type
|
This job failed
Loading