-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a871aff
commit e9b1bfc
Showing
48 changed files
with
1,688 additions
and
1,606 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
API 문서화 -- 참조 : https://typedoc.org/guides/doccomments/ | ||
|
||
로고/프로젝트 카드 작성 | ||
|
||
Container 내부에서 Git 커맨드 사용 (SSH 키 써서) | ||
|
||
v 1.0.163 - 변경사항 | ||
메소드 오타 체크 | ||
KoconutMap | ||
mapVaues -> mapValues | ||
|
||
KoconutCollection | ||
substract -> subtract | ||
runningFoldindexed -> runningFoldIndexed | ||
|
||
|
||
|
||
// Currently working on... | ||
--- | ||
iterable -> maxOf // maxOfOrNull 함수에 대해서는 매뉴얼 테스트 진행 해봐야 할 듯... | ||
|
||
--- | ||
iterable -> minWith 부터 작업 재개 | ||
API 문서화 -- 참조 : https://typedoc.org/guides/doccomments/ | ||
|
||
로고/프로젝트 카드 작성 | ||
|
||
Container 내부에서 Git 커맨드 사용 (SSH 키 써서) | ||
|
||
// Currently working on... |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env", | ||
["@babel/preset-typescript", {"allowNamespaces" : true, "modules": false}] | ||
], | ||
"plugins": [ | ||
"@babel/proposal-class-properties", | ||
"@babel/proposal-object-rest-spread", | ||
"@babel/syntax-dynamic-import", | ||
"@babel/plugin-transform-runtime", | ||
"@babel/transform-async-to-generator" | ||
], | ||
"comments": false | ||
} | ||
{ | ||
"presets": [ | ||
"@babel/preset-env", | ||
["@babel/preset-typescript", {"allowNamespaces" : true, "modules": false}] | ||
], | ||
"plugins": [ | ||
"@babel/proposal-class-properties", | ||
"@babel/proposal-object-rest-spread", | ||
"@babel/syntax-dynamic-import", | ||
"@babel/plugin-transform-runtime", | ||
"@babel/transform-async-to-generator" | ||
], | ||
"comments": false | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
root = true | ||
|
||
[**] | ||
charset = utf-8 | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.md] | ||
trim_trailing_whitespace = true |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/node_modules | ||
Icon | ||
/log | ||
*.log | ||
/node_modules | ||
Icon | ||
/log | ||
*.log |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "all" | ||
} | ||
} |
Oops, something went wrong.