Skip to content

Commit 8757c41

Browse files
committed
Update: Nightly Builds
1 parent 9a83b10 commit 8757c41

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

โ€Žpages/Nightly Builds.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,76 @@
1-
A nightly build from the [TypeScript's `master`](https://github.com/Microsoft/TypeScript/tree/master) branch is published by midnight PST to NPM and NuGet.
2-
Here is how you can get it and use it with your tools.
1+
[TypeScript์˜ `master`](https://github.com/Microsoft/TypeScript/tree/master) ๋ธŒ๋žœ์น˜์˜ nightly ๋นŒ๋“œ๋Š” PST midnight๊นŒ์ง€ NPM๊ณผ NuGet์— ๋ฐฐํฌ๋ฉ๋‹ˆ๋‹ค.
2+
๋‹ค์Œ๊ณผ ๊ฐ™์ด ๋„๊ตฌ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๊ฐ€์ ธ์˜ฌ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
33

4-
## Using npm
4+
## npm ์‚ฌ์šฉ
55

66
```shell
77
npm install -g typescript@next
88
```
99

10-
## Using NuGet with MSBuild
10+
## MSBuild์— NuGet ์‚ฌ์šฉ
1111

12-
> Note: You'll need to configure your project to use the NuGet packages.
13-
Please see [Configuring MSBuild projects to use NuGet](https://github.com/Microsoft/TypeScript/wiki/Configuring-MSBuild-projects-to-use-NuGet) for more information.
12+
> ์ฃผ์˜์‚ฌํ•ญ: NuGet ํŒจํ‚ค์ง€๋ฅผ ์‚ฌ์šฉํ•˜๋„๋ก ํ”„๋กœ์ ํŠธ๋ฅผ ๊ตฌ์„ฑํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ [NuGet๋ฅผ ์‚ฌ์šฉํ•˜๋„๋ก MSBuild ํ”„๋กœ์ ํŠธ ๊ตฌ์„ฑ](https://github.com/Microsoft/TypeScript/wiki/Configuring-MSBuild-projects-to-use-NuGet)์„ ์ฐธ์กฐํ•˜์‹ญ์‹œ์˜ค.
1413
15-
The nightlies are available on [www.myget.org](https://www.myget.org/gallery/typescript-preview).
14+
nightlies๋Š” [www.myget.org](https://www.myget.org/gallery/typescript-preview)์—์„œ ์ด์šฉ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.
1615

1716
There are two packages:
1817

1918
* `Microsoft.TypeScript.Compiler`: Tools only (`tsc.exe`, `lib.d.ts`, etc.) .
2019
* `Microsoft.TypeScript.MSBuild`: Tools as above, as well as MSBuild tasks and targets (`Microsoft.TypeScript.targets`, `Microsoft.TypeScript.Default.props`, etc.)
2120

22-
## Updating your IDE to use the nightly builds
21+
## nightly ๋นŒ๋“œ๋ฅผ ์‚ฌ์šฉํ•˜๋„๋ก IDE ์—…๋ฐ์ดํŠธ
2322

24-
You can also update your IDE to use the nightly drop.
25-
First you will need to install the package through npm.
26-
You can either install the npm package globally or to a local `node_modules` folder.
23+
nightly drop์„ ์‚ฌ์šฉํ•˜๋„๋ก IDE๋ฅผ ์—…๋ฐ์ดํŠธํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.
24+
๋จผ์ € npm์„ ํ†ตํ•ด ํŒจํ‚ค์ง€๋ฅผ ์„ค์น˜ํ•ด์•ผํ•ฉ๋‹ˆ๋‹ค.
25+
npm ํŒจํ‚ค์ง€๋ฅผ ์ „์—ญ์œผ๋กœ ์„ค์น˜ํ•˜๊ฑฐ๋‚˜ ๋กœ์ปฌ `node_modules` ํด๋”์— ์„ค์น˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
2726

28-
The rest of this section assumes `typescript@next` is already installed.
27+
์ด ์„น์…˜์˜ ๋‚˜๋จธ์ง€ ๋ถ€๋ถ„์—์„œ๋Š” `typescript@next`๊ฐ€ ์ด๋ฏธ ์„ค์น˜๋˜์–ด ์žˆ๋‹ค๊ณ  ๊ฐ€์ •ํ•ฉ๋‹ˆ๋‹ค.
2928

3029
### Visual Studio Code
3130

32-
Update `.vscode/settings.json` with the following:
31+
`.vscode/settings.json` ํŒŒ์ผ์„ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์—…๋ฐ์ดํŠธํ•˜์„ธ์š”:
3332

3433
```json
3534
"typescript.tsdk": "<path to your folder>/node_modules/typescript/lib"
3635
```
3736

38-
More information is available at [VSCode documentation](https://code.visualstudio.com/Docs/languages/typescript#_using-newer-typescript-versions).
37+
์ž์„ธํ•œ ๋‚ด์šฉ์€ [VSCode ๋ฌธ์„œ](https://code.visualstudio.com/Docs/languages/typescript#_using-newer-typescript-versions)๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.
3938

4039
### Sublime Text
4140

42-
Update the `Settings - User` file with the following:
41+
`Settings - User` ํŒŒ์ผ์„ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์—…๋ฐ์ดํŠธํ•˜์„ธ์š”:
4342

4443
```json
4544
"typescript_tsdk": "<path to your folder>/node_modules/typescript/lib"
4645
```
4746

48-
More information is available at the [TypeScript Plugin for Sublime Text installation documentation](https://github.com/Microsoft/TypeScript-Sublime-Plugin#installation).
47+
์ž์„ธํ•œ ๋‚ด์šฉ์€ [Sublime Text๋ฅผ ์œ„ํ•œ TypeScript ํ”Œ๋Ÿฌ๊ทธ์ธ ์„ค์น˜ ๋ฌธ์„œ](https://github.com/Microsoft/TypeScript-Sublime-Plugin#installation)๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.
4948

50-
### Visual Studio 2013 and 2015
49+
### Visual Studio 2013 ๋ฐ 2015
5150

52-
> Note: Most changes do not require you to install a new version of the VS TypeScript plugin.
51+
> ์ฃผ์˜์‚ฌํ•ญ: ๋Œ€๋ถ€๋ถ„์˜ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์—๋Š” ์ƒˆ๋กœ์šด ๋ฒ„์ „์˜ VS TypeScript ํ”Œ๋Ÿฌ๊ทธ์ธ์„ ์„ค์น˜ํ•  ํ•„์š”๋Š” ์—†์Šต๋‹ˆ๋‹ค.
5352
54-
The nightly build currently does not include the full plugin setup, but we are working on publishing an installer on a nightly basis as well.
53+
ํ˜„์žฌ nightly build์—๋Š” ์ „์ฒด ํ”Œ๋Ÿฌ๊ทธ์ธ ์„ค์ •์ด ํฌํ•จ๋˜์–ด ์žˆ์ง€ ์•Š์ง€๋งŒ nightly ๊ธฐ๋ฐ˜์œผ๋กœ ์„ค์น˜ ํ”„๋กœ๊ทธ๋žจ์„ ๋ฐฐํฌํ•˜๊ธฐ ์œ„ํ•ด ๋…ธ๋ ฅํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
5554

56-
1. Download the [VSDevMode.ps1](https://github.com/Microsoft/TypeScript/blob/master/scripts/VSDevMode.ps1) script.
55+
1. [VSDevMode.ps1](https://github.com/Microsoft/TypeScript/blob/master/scripts/VSDevMode.ps1) ์Šคํฌ๋ฆฝํŠธ ๋‹ค์šด๋กœ๋“œ.
5756

58-
> Also see our wiki page on [using a custom language service file](https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio#using-a-custom-language-service-file).
57+
> ๋˜ํ•œ [์ปค์Šคํ…€ ์–ธ์–ด ์„œ๋น„์Šค ํŒŒ์ผ ์‚ฌ์šฉ](https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio#using-a-custom-language-service-file)์— ๋Œ€ํ•œ ์œ„ํ‚ค ํŽ˜์ด์ง€๋ฅผ ์ฐธ์กฐํ•˜์„ธ์š”.
5958
60-
2. From a PowerShell command window, run:
59+
2. PowerShell ์ปค๋งจ๋“œ ๋ผ์ธ์ฐฝ์—์„œ ๋‹ค์Œ์„ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค:
6160

62-
For VS 2015:
61+
VS 2015:
6362

6463
```posh
6564
VSDevMode.ps1 14 -tsScript <path to your folder>/node_modules/typescript/lib
6665
```
6766

68-
For VS 2013:
67+
VS 2013:
6968

7069
```posh
7170
VSDevMode.ps1 12 -tsScript <path to your folder>/node_modules/typescript/lib
7271
```
7372

7473
### IntelliJ IDEA (Mac)
7574

76-
Go to `Preferences` > `Languages & Frameworks` > `TypeScript`:
77-
> TypeScript Version: If you installed with npm: `/usr/local/lib/node_modules/typescript/lib`
75+
`Preferences` > `Languages & Frameworks` > `TypeScript`๋ฅผ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค:
76+
> TypeScript ๋ฒ„์ „: npm๊ณผ ํ•จ๊ป˜ ์„ค์น˜ํ•œ ๊ฒฝ์šฐ: `/usr/local/lib/node_modules/typescript/lib`

0 commit comments

Comments
ย (0)