Closed evan-moon closed 6 months ago
Latest commit: d791949d7fc342f43b4f9ede3d4166f2f1a9a965
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@evan-moon is attempting to deploy a commit to the Toss Team on Vercel.
A member of the Team first needs to authorize it.
Name | Link |
---|---|
Latest commit | 71f8a338035c7d66fbd116d682beeafd4e5028fc |
Latest deploy log | https://app.netlify.com/sites/es-hangul/deploys/662229cbc7948100082866bd |
Deploy Preview | https://deploy-preview-64--es-hangul.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
:exclamation: No coverage uploaded for pull request base (
main@b420276
). Click here to learn what that means. The diff coverage is100.00%
.
Overview
https://github.com/toss/es-hangul/issues/18 에서 이슈레이징되었던 한글 문장과 문자가 담긴 배열을 인자로 받아 규칙에 맞게 합성하는
assemble
함수, 그리고 한글 문장의 마지막 글자의 홑받침 여부를 판단하는hasSingleBatchim
를 추가합니다.기타 변경사항
_internal
모듈을 Directory로 변경하고, 내부에서만 사용할 한글 도메인의 함수를 추가하였습니다._internal
모듈에 문자열을 합성하는joinString
, 공백 문자열 여부를 판단하는isBlank
, throw 행위를 추상화하기 위한assert
함수가 추가되었습니다.src/chosungIncludes.ts
내에서 사용하고 있지 않은 모듈 디펜던시를 제거하였습니다.PR Checklist