문서 URL 정책을 정본 모듈로 통합하고 생태계에 등록한다 - #772
Open
developer-1px wants to merge 1 commit into
Open
Conversation
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.
Markdown Web·Rich Text renderer·clipboard에 흩어져 있던 URL 허용 판정을 DOM 독립
@interactive-os/json-document-url로 통합했습니다. 공개resolveDocumentURL이 원문을 보존하면서 scheme·상대 참조·제어문자를 판정합니다. Rich Text의 공개resolveRichTextLinkURL이 문서별 정책을 소유하고 renderer와 clipboard가 함께 소비합니다.Markdown의 일반 상대 경로·이미지 scheme 정책과 Rich Text의 명시적 상대 경로·제어문자 거절 정책을 그대로 유지했습니다. 기존
safeURL·safeHref세 구현을 제거했습니다. URL 해석·네트워크 요청·HTML sanitization은 수행하지 않습니다.소유 패키지 API 문서·공개 export·생성 reference·직접 입력 Usage·소스 등록·workspace 의존성·릴리스 등록·변경 영향 검사 연결을 완료했습니다. Usage에는 정책 판정 구현 없이 공개 API 소비와 표시만 남겼습니다.
검증:
Closes #769