mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
🤖 Merge PR #61724 Fix link to dtslint repo by @BendingBender
This commit is contained in:
@@ -160,7 +160,7 @@ Si un paquete nunca estuvo en Definitely Typed, no será necesario añadirlo a `
|
||||
#### Running tests
|
||||
|
||||
Realiza una prueba ejecutando `npm test <package to test>` donde `<package to test>` es el nombre de tu paquete.
|
||||
Este script utiliza [dtslint](https://github.com/Microsoft/dtslint).
|
||||
Este script utiliza [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint).
|
||||
|
||||
#### Naming
|
||||
|
||||
@@ -217,7 +217,7 @@ f(1);
|
||||
f("one");
|
||||
```
|
||||
|
||||
Para más detalles, vea el [dtslint](https://github.com/Microsoft/dtslint#write-tests) readme.
|
||||
Para más detalles, vea el [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint#write-tests) readme.
|
||||
|
||||
#### Linter: `tslint.json`
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Questa sezione tiene traccia della salute della repo e del processo di pubblicazione.
|
||||
Può tornare utile per i contributori che stanno avendo problemi con le loro PR e package.
|
||||
|
||||
* Ultima build [type-checked/linted](https://github.com/Microsoft/dtslint) pulita: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* Ultima build [type-checked/linted](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) pulita: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* Tutti i package sono sottoposti a controllo dei tipi e linting con typescript@next: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=8)
|
||||
* Tutti i package vengono [pubblicati su npm](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher) in under an hour: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=5&branchName=master)
|
||||
* Il [bot di Typescript](https://github.com/typescript-bot) è stato attivo su Definitely Typed [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=6&branchName=master)
|
||||
@@ -202,7 +202,7 @@ Se un package non è mai stato su Definitely Typed, non c'è bisogno che venga a
|
||||
|
||||
Testa le tue modifiche eseguendo `npm test <package da testare>` dove `<package da testare>` è il nome del tuo package.
|
||||
|
||||
Lo script usa [dtslint](https://github.com/microsoft/dtslint) per eseguire il compilatore TypeScript sui tuoi file dts.
|
||||
Lo script usa [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) per eseguire il compilatore TypeScript sui tuoi file dts.
|
||||
|
||||
#### Nomenclatura
|
||||
|
||||
@@ -255,7 +255,7 @@ f(1);
|
||||
f("one");
|
||||
```
|
||||
|
||||
Per maggiori dettagli, leggi il readme di [dtslint](https://github.com/Microsoft/dtslint#write-tests).
|
||||
Per maggiori dettagli, leggi il readme di [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint#write-tests).
|
||||
|
||||
#### Linter: `tslint.json`
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
このセクションではレポジトリと公開プロセスの稼働状況を追跡できます。
|
||||
PR やパッケージに何か不具合がある場合は、これらが役に立つかもしれません。
|
||||
|
||||
* 直近のビルドの[型チェックと Lint](https://github.com/Microsoft/dtslint) が正常終了したか: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* 直近のビルドの[型チェックと Lint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) が正常終了したか: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* 次バージョンの TypeScript 上で全パッケージの型チェックと Lint が正常終了したか: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=8)
|
||||
* 1時間以内に全パッケージが [npm に公開](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher)されているか: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=5&branchName=master)
|
||||
* Definitely Typed 上で [typescript-bot](https://github.com/typescript-bot) がアクティブかどうか: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=6&branchName=master)
|
||||
@@ -186,7 +186,7 @@ Definitely Typed のメンバーは常に新しい PR をチェックしてい
|
||||
|
||||
`npm test <テストしたいパッケージ名>`(`<テストしたいパッケージ名>`をパッケージ名に置き換える)を実行して、変更をテストしてください。
|
||||
|
||||
このスクリプトは [dtslint](https://github.com/microsoft/dtslint) を使用して、 dts ファイルに対し TypeScript コンパイラを実行しています。
|
||||
このスクリプトは [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) を使用して、 dts ファイルに対し TypeScript コンパイラを実行しています。
|
||||
|
||||
#### Naming
|
||||
|
||||
@@ -242,7 +242,7 @@ f(1);
|
||||
f("one");
|
||||
```
|
||||
|
||||
詳しくは、 [dtslint](https://github.com/Microsoft/dtslint#write-tests) の README を参照してください。
|
||||
詳しくは、 [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint#write-tests) の README を参照してください。
|
||||
|
||||
#### Linter: `tslint.json`
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
저장소 및 퍼블리싱 과정의 상태를 표시합니다.
|
||||
기여자분들이 작성한 PR 또는 패키지에 문제가 발생했을 경우 이 표시를 보면 도움이 될 수 있습니다.
|
||||
|
||||
* 최신 빌드가 [타입 체크/린트](https://github.com/Microsoft/dtslint) 과정을 깔끔하게 통과했습니다: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* 최신 빌드가 [타입 체크/린트](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) 과정을 깔끔하게 통과했습니다: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* 모든 패키지가 typescript@next상에서 타입 체크/린트 과정을 깔끔하게 통과합니다: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=8)
|
||||
* 모든 패키지가 1시간 내에 [npm에 배포](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher)되었습니다: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=5&branchName=master)
|
||||
* [typescript-bot](https://github.com/typescript-bot)이 Definitely Typed에서 잘 돌고 있습니다 [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=6&branchName=master)
|
||||
@@ -186,7 +186,7 @@ Definitely Typed 에 한 번도 올라온 적 없는 패키지가 형(Type)을
|
||||
|
||||
`npm test <package to test>` 명령을 통해 변경점을 테스트할 수 있습니다. 이 때, `<package to test>`은 테스트하고 싶은 패키지의 이름입니다.
|
||||
|
||||
작성한 dts 파일을 타입스크립트 컴파일러로 돌려보기 위해 테스트 스크립트 내부적으로 [dtslint](https://github.com/Microsoft/dtslint)를 사용합니다.
|
||||
작성한 dts 파일을 타입스크립트 컴파일러로 돌려보기 위해 테스트 스크립트 내부적으로 [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint)를 사용합니다.
|
||||
|
||||
#### Naming
|
||||
|
||||
@@ -243,7 +243,7 @@ f(1);
|
||||
f("one");
|
||||
```
|
||||
|
||||
[dtslint](https://github.com/Microsoft/dtslint#write-tests) 저장소의 README 파일에서 더 자세한 내용을 확인하실 수 있습니다.
|
||||
[dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint#write-tests) 저장소의 README 파일에서 더 자세한 내용을 확인하실 수 있습니다.
|
||||
|
||||
#### Linter: `tslint.json`
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ and [日本語](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/R
|
||||
This section tracks the health of the repository and publishing process.
|
||||
It may be helpful for contributors experiencing any issues with their PRs and packages.
|
||||
|
||||
* Most recent build [type-checked/linted](https://github.com/Microsoft/dtslint) cleanly: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* Most recent build [type-checked/linted](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) cleanly: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* All packages are type-checking/linting cleanly on typescript@next: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=8)
|
||||
* All packages are being [published to npm](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher) in under an hour and a half: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=5&branchName=master)
|
||||
* [typescript-bot](https://github.com/typescript-bot) has been active on Definitely Typed [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=6&branchName=master)
|
||||
@@ -220,7 +220,7 @@ If a package was never on Definitely Typed, it does not need to be added to `not
|
||||
|
||||
Test your changes by running `npm test <package to test>` where `<package to test>` is the name of your package.
|
||||
|
||||
This script uses [dtslint](https://github.com/microsoft/dtslint) to run the TypeScript compiler against your dts files.
|
||||
This script uses [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) to run the TypeScript compiler against your dts files.
|
||||
|
||||
Once you have all your changes ready, use `npm run test-all` to see how your changes affect other modules.
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Veja também o site [definitelytyped.org](http://definitelytyped.org), embora as
|
||||
Essa seção acompanha a saúde do respositório e o processo de publicação.
|
||||
Ela pode servir de ajuda para contribuidores que estejam passando por problemas com suas PRs e pacotes.
|
||||
|
||||
* Build mais recente com [tipagem checada/analisada pelo linter](https://github.com/Microsoft/dtslint) de forma limpa: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* Build mais recente com [tipagem checada/analisada pelo linter](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) de forma limpa: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* Todos os pacotes tem seus tipos checados/são analisadas pelo linter no typescript@next: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=8)
|
||||
* Todos os pacotes estão sendo [publicados no npm](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher) em menos de uma hora: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=5&branchName=master)
|
||||
* [typescript-bot](https://github.com/typescript-bot) esteve ativo no Definitely Typed [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=6&branchName=master)
|
||||
@@ -187,7 +187,7 @@ Se um pacote nunca esteve no Definitely Typed, ele não precisa ser adicionado a
|
||||
|
||||
Teste suas mudanças executando o comando `npm test nome-do-pacote` onde `nome-do-pacote` é o nome do seu pacote.
|
||||
|
||||
Este script usa o [dtslint](https://github.com/Microsoft/dtslint) para executar o compilador de TypeScript em seus arquivos dts.
|
||||
Este script usa o [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) para executar o compilador de TypeScript em seus arquivos dts.
|
||||
|
||||
#### Naming
|
||||
|
||||
@@ -243,7 +243,7 @@ f(1);
|
||||
f("um");
|
||||
```
|
||||
|
||||
Para mais detalhes, veja o arquivo readme do [dtslint](https://github.com/Microsoft/dtslint#write-tests).
|
||||
Para mais detalhes, veja o arquivo readme do [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint#write-tests).
|
||||
|
||||
#### Linter: `tslint.json`
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ _Вы также можете прочитать этот README на [англ
|
||||
Этот раздел отслеживает состояние репозитория и процесс публикации.
|
||||
Это может быть полезно для участников, испытывающих любые проблемы с PR'ами и пакетами.
|
||||
|
||||
- Самая последняя сборка [прошла проверку-типов/линтинг](https://github.com/Microsoft/dtslint) полностью: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
- Самая последняя сборка [прошла проверку-типов/линтинг](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) полностью: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
- Все пакеты проходят проверку-типов/линтинг полностью на `typescript@next`: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=8)
|
||||
- Все пакеты [публикуются на npm](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher) в течении часа: [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=5&branchName=master)
|
||||
- [typescript-bot](https://github.com/typescript-bot) проявляет активность на Definitely Typed [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=6&branchName=master)
|
||||
@@ -181,7 +181,7 @@ Definitely Typed работает только благодаря вкладу
|
||||
|
||||
Протестируйте, запустив `npm test <package to test>` где `<package to test>` - это имя вашего пакета.
|
||||
|
||||
Этот скрипт использует [dtslint](https://github.com/Microsoft/dtslint) для запуска компилятора TypeScript на ваших dts файлах.
|
||||
Этот скрипт использует [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) для запуска компилятора TypeScript на ваших dts файлах.
|
||||
|
||||
#### Naming
|
||||
|
||||
@@ -238,7 +238,7 @@ f(1);
|
||||
f('one');
|
||||
```
|
||||
|
||||
Для получения дополнительной информации см. [dtslint](https://github.com/Microsoft/dtslint#write-tests) readme.
|
||||
Для получения дополнительной информации см. [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint#write-tests) readme.
|
||||
|
||||
#### Linter: `tslint.json`
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
这个部分会跟踪仓库和发布过程的运行状况。
|
||||
这可能会对在 PRs 和包中遇到任何问题的贡献者有所帮助。
|
||||
|
||||
* 最近的构建都具有完善的 [类型标注](https://github.com/Microsoft/dtslint):[](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* 最近的构建都具有完善的 [类型标注](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint):[](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=1&branchName=master)
|
||||
* 所有的包基于 typescript@next 版本都有完善的类型标注:[](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=8)
|
||||
* 所有的包都会在1小时30分钟内 [发布到 npm](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher): [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=5&branchName=master)
|
||||
* [typescript-bot](https://github.com/typescript-bot) 在 Definitely Typed 一直处于活跃状态 [](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/latest?definitionId=6&branchName=master)
|
||||
@@ -209,7 +209,7 @@ Definitely Typed 中其他引用了删除包的任何包,都需要去更新去
|
||||
|
||||
通过运行 `npm test <package to test>` 去测试你的改动,其中 `<package to test>` 是你的包名。
|
||||
|
||||
这个脚本使用了 [dtslint](https://github.com/Microsoft/dtslint) 来对你的 dts 文件进行 TypeScript 编译测试.
|
||||
这个脚本使用了 [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) 来对你的 dts 文件进行 TypeScript 编译测试.
|
||||
|
||||
#### Naming
|
||||
|
||||
@@ -267,7 +267,7 @@ f(1);
|
||||
f("one");
|
||||
```
|
||||
|
||||
你可以查阅 [dtslint](https://github.com/Microsoft/dtslint#write-tests) 的 readme 去看更多详细信息。
|
||||
你可以查阅 [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint#write-tests) 的 readme 去看更多详细信息。
|
||||
|
||||
#### Linter: `tslint.json`
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ The process of handling PRs:
|
||||
- [DT projects](https://github.com/DefinitelyTyped/DefinitelyTyped/projects/5) — an automated board saying where open PRs live
|
||||
- [dt-merge-bot](https://github.com/DefinitelyTyped/dt-mergebot/) — the bot which sets the labels on PRs, and update's project status
|
||||
- [focus-dt](https://github.com/DefinitelyTyped/focus-dt) — a tool which controls chrome to load up the next PR to review, so you can focus
|
||||
- [dtslint](https://github.com/microsoft/dtslint) — the CLI tool used to validate PRs on Definitely Typed
|
||||
- [dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint) — the CLI tool used to validate PRs on Definitely Typed
|
||||
|
||||
The process of deploying changes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user