Conversation
|
LGTM |
4fadfd6 to
78cca6a
Compare
hibiyasleep
approved these changes
Feb 17, 2025
Contributor
Author
|
@bohongu 이 뒤로는 재홍님께서 작업해주실 예정입니다, 감사합니다 |
TaehuiKim
commented
Feb 17, 2025
src/index.ts
Outdated
| export type { ByteUnitType, UnitConverter } from './unit-util'; | ||
| export { MoneyUtil } from './money-util'; | ||
|
|
||
| export { UTF8_BOM_STR } from './string-util'; |
Contributor
Author
There was a problem hiding this comment.
위에서 와일드카드로 export 선언 된 것들이 있는데, 혹시 한 번 더 선언해준 이유가 별도로 있을까요...?
7378197 to
c176513
Compare
TaehuiKim
commented
Feb 17, 2025
Contributor
Author
TaehuiKim
left a comment
There was a problem hiding this comment.
버전만 메이저로 지정해주시면 될 것 같습니다...! 고생 많으셨습니다, 재홍님!
src/type-util/type-util.type.ts
Outdated
| }; | ||
| export type Nullable<T> = T | null | undefined; | ||
|
|
||
| // https://github.com/day1coloso/coloso/pull/7036#issuecomment-2661939732 |
Contributor
Author
There was a problem hiding this comment.
p3: pebbles는 public repo이기 때문에, 다른 사람들이 볼 수 없는 맥락의 주석보다는 설명을 조금 추가해주는 것이 더 좋을 것 같습니다.
plainOldCode
approved these changes
Feb 17, 2025
Contributor
plainOldCode
left a comment
There was a problem hiding this comment.
LGTM
4.0.0 으로 올리는 서비스 및 프로젝트들은 해당 모듈에 대한 테스트 검증을 확실하게 해야할 것으로 보입니다.
Contributor
|
See also: #244 |
3ba58ed to
f0780be
Compare
f0780be to
362dd49
Compare
ec9520e to
925ea4a
Compare
1 task
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.
PR 의 종류는 어떤 것인가요?
코드 변경을 이해하기 위한 배경지식이 필요하다면 설명 해주세요.
namespace 사용으로 인해 Tree-shaking이 되지 않는 이슈 해소를 위한 제안
전체 작업은 되지 않았고, 일부 작업만 해본 상황입니다.
만약 이것이 적용된다면 메이저 버전을 올려 적용할 예정입니다.
주요 변경점
parse => parseDateformat => formatDatestartOf => startOfDatediff => diffDatemin => minDatejoin => joinStringssplit => splitStringvalueOf => valueOfBooleanget => getMapValuevalueOf => valueOfNumberisEqual => isEqualObject