fix: import scanner 정규식 경계 보강 - #22
Merged
Merged
Conversation
Owner
Author
|
독립 fresh-session 리뷰 결과
참고: PR 작성자와 리뷰 계정이 같아 GitHub policy상 official request-changes 대신 PR comment로 남깁니다. |
JeremyDev87
force-pushed
the
codex/parser-regression-hardening
branch
from
April 19, 2026 15:59
14756b6 to
d1c8b4a
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과
참고: PR 작성자와 리뷰 계정이 같아 GitHub 정책상 official approve 대신 PR comment로 남깁니다. |
JeremyDev87
force-pushed
the
codex/parser-regression-hardening
branch
from
April 19, 2026 16:06
d1c8b4a to
3c0b1c7
Compare
JeremyDev87
force-pushed
the
codex/parser-regression-hardening
branch
from
April 19, 2026 16:08
3c0b1c7 to
8e3ba09
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과
참고: PR 작성자와 리뷰 계정이 같아 GitHub 정책상 official approve 대신 PR comment로 남깁니다. |
Owner
Author
|
독립 fresh-session 리뷰 결과
|
JeremyDev87
force-pushed
the
codex/parser-regression-hardening
branch
13 times, most recently
from
April 20, 2026 16:13
801587c to
d500394
Compare
JeremyDev87
force-pushed
the
codex/parser-regression-hardening
branch
from
April 20, 2026 16:19
d500394 to
22d9649
Compare
Owner
Author
|
독립 리뷰 루프 최종 결과를 남깁니다. Verdict: APPROVE 반영 내용:
검증:
이 댓글은 이전 Change Request 결과를 대체하는 최신 상태입니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
}뒤 정규식 리터럴이 dynamic import 로 오탐되는 케이스가 확인되어, 해당 문맥 판별을 추가로 좁혔습니다.변경 사항
)/}뒤 문맥을 해석하는 휴리스틱을 추가해 control header, 선언문 종료, 객체 리터럴 문장, 화살표 함수 문장, 라벨드 블록 뒤의 regex statement를 구분합니다.export ... from경로도 tree-shaking warning 누적 대상으로 연결했습니다.검증
cargo fmt --all --checkcargo clippy --workspace --all-targets -- -D warningscargo test --workspacetarget/debug/legolas-cli scan <temp project> --jsondynamicImports = 0dynamicImports = 1브랜치 / 워크트리
mastercodex/parser-regression-hardening/Users/pjw/workspace/legolas이슈 연결