Skip to content

Fix: letで定義した変数が上書きできてしまうのを修正 #713

Fix: letで定義した変数が上書きできてしまうのを修正

Fix: letで定義した変数が上書きできてしまうのを修正 #713

Triggered via pull request September 9, 2023 10:39
Status Success
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/error.ts#L2
Unexpected any. Specify a different type
lint: src/error.ts#L4
Unexpected any. Specify a different type
lint: src/error.ts#L10
Unnecessary conditional, value is always truthy
lint: src/error.ts#L17
Unexpected any. Specify a different type
lint: src/error.ts#L23
Unexpected any. Specify a different type
lint: src/error.ts#L29
Unexpected any. Specify a different type
lint: src/error.ts#L35
Unexpected any. Specify a different type
lint: src/interpreter/index.ts#L14
`./variable.js` import should occur before type import of `./value.js`
lint: src/interpreter/index.ts#L30
Unexpected any. Specify a different type
lint: src/interpreter/index.ts#L78
Unexpected any. Specify a different type