Skip to content

fix: U+FE0Fなどがそのまま絵文字としてパースされてしまう #679

fix: U+FE0Fなどがそのまま絵文字としてパースされてしまう

fix: U+FE0Fなどがそのまま絵文字としてパースされてしまう #679

Re-run triggered February 25, 2025 09:40
Status Success
Total duration 2m 46s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
lint: src/internal/core/index.ts#L265
Unnecessary conditional, the types have no overlap
lint: src/internal/parser.ts#L10
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free