Skip to content

Bumped package versions #86

Bumped package versions

Bumped package versions #86

Triggered via push April 12, 2024 06:51
Status Success
Total duration 24s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (20.x): src/bitcharify/core/isBreakingSpace.js#L2
`BREAKING_SPACES` should be a `Set`, and use `BREAKING_SPACES.has()` to check existence or non-existence
build (20.x): src/bitcharify/core/isBreakingSpace.js#L14
Invalid number literal casing
build (20.x): src/bitcharify/core/isBreakingSpace.js#L15
Invalid number literal casing
build (20.x): src/bitcharify/core/isBreakingSpace.js#L28
Prefer `String#codePointAt()` over `String#charCodeAt()`
build (20.x): src/bitcharify/core/isNewLine.js#L1
`NEW_LINES` should be a `Set`, and use `NEW_LINES.has()` to check existence or non-existence
build (20.x): src/bitcharify/core/isNewLine.js#L2
Invalid number literal casing
build (20.x): src/bitcharify/core/isNewLine.js#L3
Invalid number literal casing
build (20.x): src/bitcharify/core/isNewLine.js#L15
Prefer `String#codePointAt()` over `String#charCodeAt()`
build (20.x): src/bitcharify/core/measureText.js#L8
Don't use a zero fraction in the number
build (20.x): src/bitcharify/core/measureText.js#L37
Do not use useless `undefined`