Skip to content

絵文字の正規表現を大幅に軽量化 #702

絵文字の正規表現を大幅に軽量化

絵文字の正規表現を大幅に軽量化 #702

Triggered via push August 1, 2025 11:10
Status Success
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/internal/parser.ts#L55
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
lint: src/internal/index.ts#L11
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
lint: src/internal/core/index.ts#L265
Unnecessary conditional, the types have no overlap
lint: src/internal/core/index.ts#L210
'_state' is defined but never used
lint: src/internal/core/index.ts#L191
'_state' is defined but never used
lint: src/internal/core/index.ts#L140
'_state' is defined but never used
lint: src/internal/core/index.ts#L127
'_state' is defined but never used
lint: src/cli/parseSimple.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/parse.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/misc/inputLine.ts#L9
Prefer named exports