Skip to content

制御構文の変更 #1807

制御構文の変更

制御構文の変更 #1807

Triggered via pull request November 22, 2024 15:43
Status Success
Total duration 20s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/error.ts#L1
'TokenKind' is defined but never used. Allowed unused vars must match /^_/u
lint: src/error.ts#L16
Unnecessary conditional, value is always truthy
lint: src/interpreter/control.ts#L2
'NULL' is defined but never used. Allowed unused vars must match /^_/u
lint: src/interpreter/index.ts#L409
Unnecessary conditional, value is always truthy
lint: src/interpreter/index.ts#L934
Missing return type on function
lint: src/interpreter/lib/std.ts#L162
'e' is defined but never used. Allowed unused caught errors must match /^_/u
lint: src/interpreter/lib/std.ts#L171
'e' is defined but never used. Allowed unused caught errors must match /^_/u
lint: src/interpreter/primitive-props.ts#L93
Unnecessary conditional, value is always truthy
lint: src/interpreter/primitive-props.ts#L315
'opts' is defined but never used. Allowed unused args must match /^_/u
lint: src/interpreter/primitive-props.ts#L323
'opts' is defined but never used. Allowed unused args must match /^_/u