Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translation 2 files to Ko #24

Merged
merged 3 commits into from
Feb 7, 2021
Merged

translation 2 files to Ko #24

merged 3 commits into from
Feb 7, 2021

Conversation

ning1315
Copy link
Contributor

@ning1315 ning1315 commented Feb 1, 2021

en :

checkJs.md 해당파일은 이미 다른분이 PR 하신거 같아 번역을 진행하지 않았습니다.

composite.md

listFiles.md

번역 리뷰 요청합니다 : @yeonjuan @guyeol @dvlprsh

감사합니다!

ref #6

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2021

Thanks for the PR!

This section of the codebase is owned by @bumkeyy, @yeonjuan, and @guyeol - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2021

Translation of composite.md

display: "Composite"

oneline: "Enable constraints that allow a TypeScript project to be used with project references."

composite The option is to use the Build tool (for quick build settings for projects that have not yet been built)—build mode, including TypeScript).

If this setting is turned on:

  • What if rootDir If no settings are set, the default is a directory containing the 'tsconfig.json' file.

  • All executable files include match the pattern, or 파일 It must be listed in the array. If this constraint is violated, 'tsc' will inform the unspecified file.

  • declarationThe default value for is true Is.

For articles on TypeScript projects, see HandbookYou can find it in .

Translation of listFiles.md

display: "List Files"

oneline: "Print all of the files read during the compilation."

Outputs the file name that you are compiling.
This is useful when you're not sure if TypeScript contains the files you expect.

E.g:

example
├── index.ts
├── package.json
└── tsconfig.json

Here's what:

{
  "compilerOptions": {
    "listFiles": true
  }
}

Echo paths include:

$ npm run tsc
path/to/example/node_modules/typescript/lib/lib.d.ts
path/to/example/node_modules/typescript/lib/lib.es5.d.ts
path/to/example/node_modules/typescript/lib/lib.dom.d.ts
path/to/example/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
path/to/example/node_modules/typescript/lib/lib.scripthost.d.ts
path/to/example/index.ts

When using TypeScript 4.2 explainFilessee . It also provides a description of why the file was added.

Generated by 🚫 dangerJS against 0af6032

@bumkeyy
Copy link
Contributor

bumkeyy commented Feb 4, 2021

원문과 라인수를 다시 한번 확인해주세요 :)

@ning1315
Copy link
Contributor Author

ning1315 commented Feb 4, 2021

원문과 라인수를 다시 한번 확인해주세요 :)

위에 말씀해주신 부분 수정 완료했습니다. 확인 부탁드립니다

@bumkeyy
Copy link
Contributor

bumkeyy commented Feb 7, 2021

LGTM

@github-actions github-actions bot merged commit a77cbc6 into microsoft:main Feb 7, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2021

Merging because @bumkeyy is a code-owner of all the changes - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants