Skip to content

refactor

refactor #72

Triggered via push March 13, 2024 04:12
Status Success
Total duration 54s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lib
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/.
lib: src/renderer.ts#L10
`./terria` import should occur before import of `./types`
lib: src/renderer.ts#L11
`./featureSelect` import should occur before import of `./style`
lib: src/styleEvaluator/evaluator/simple/conditionalExpression/index.ts#L10
Replace `⏎····conditionsExpression:·ConditionsExpression,⏎····feature?:·Feature,⏎····defines?:·any⏎··` with `conditionsExpression:·ConditionsExpression,·feature?:·Feature,·defines?:·any`
lib: src/styleEvaluator/evaluator/simple/conditionalExpression/index.ts#L24
Replace `(statement)` with `statement`
lib: src/styleEvaluator/evaluator/simple/expression/functions/colors.ts#L62
Replace `⏎········parseFloat(matches[1])·/⏎·······` with `·parseFloat(matches[1])·/`
lib: src/styleEvaluator/evaluator/simple/expression/functions/colors.ts#L65
Replace `⏎········parseFloat(matches[2])·/⏎·······` with `·parseFloat(matches[2])·/`
lib: src/styleEvaluator/evaluator/simple/expression/functions/colors.ts#L68
Replace `⏎········parseFloat(matches[3])·/⏎·······` with `·parseFloat(matches[3])·/`