Skip to content

Commit 7e45476

Browse files
authored
Merge pull request #49047 from ShawnKupfer/WB1658
User Story 366748: Q&M: Retire TypeScript path and modules (4 of 4)
2 parents 8c2820e + 3373c85 commit 7e45476

37 files changed

+100
-1164
lines changed

.openpublishing.redirection.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42982,6 +42982,96 @@
4298242982
"source_path": "learn-pr/language/typescript-get-started/index.yml",
4298342983
"redirect_url": "https://www.typescriptlang.org/",
4298442984
"redirect_document_id": false
42985+
},
42986+
{
42987+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/1-introduction.yml",
42988+
"redirect_url": "https://www.typescriptlang.org/",
42989+
"redirect_document_id": false
42990+
},
42991+
{
42992+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/2-organize-code-namespaces.yml",
42993+
"redirect_url": "https://www.typescriptlang.org/",
42994+
"redirect_document_id": false
42995+
},
42996+
{
42997+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/3-exercise-single-file-namespace.yml",
42998+
"redirect_url": "https://www.typescriptlang.org/",
42999+
"redirect_document_id": false
43000+
},
43001+
{
43002+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/4-multi-file-namespaces.yml",
43003+
"redirect_url": "https://www.typescriptlang.org/",
43004+
"redirect_document_id": false
43005+
},
43006+
{
43007+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/5-design-considerations.yml",
43008+
"redirect_url": "https://www.typescriptlang.org/",
43009+
"redirect_document_id": false
43010+
},
43011+
{
43012+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/6-lab.yml",
43013+
"redirect_url": "https://www.typescriptlang.org/",
43014+
"redirect_document_id": false
43015+
},
43016+
{
43017+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/7-knowledge-check.yml",
43018+
"redirect_url": "https://www.typescriptlang.org/",
43019+
"redirect_document_id": false
43020+
},
43021+
{
43022+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/8-summary-resources.yml",
43023+
"redirect_url": "https://www.typescriptlang.org/",
43024+
"redirect_document_id": false
43025+
},
43026+
{
43027+
"source_path": "learn-pr/language/typescript-namespaces-organize-code/index.yml",
43028+
"redirect_url": "https://www.typescriptlang.org/",
43029+
"redirect_document_id": false
43030+
},
43031+
{
43032+
"source_path": "learn-pr/language/typescript-work-external-libraries/1-introduction.yml",
43033+
"redirect_url": "https://www.typescriptlang.org/",
43034+
"redirect_document_id": false
43035+
},
43036+
{
43037+
"source_path": "learn-pr/language/typescript-work-external-libraries/2-organize-code-with-modules.yml",
43038+
"redirect_url": "https://www.typescriptlang.org/",
43039+
"redirect_document_id": false
43040+
},
43041+
{
43042+
"source_path": "learn-pr/language/typescript-work-external-libraries/3-exercise-export-import-module-components.yml",
43043+
"redirect_url": "https://www.typescriptlang.org/",
43044+
"redirect_document_id": false
43045+
},
43046+
{
43047+
"source_path": "learn-pr/language/typescript-work-external-libraries/4-exercise-compile-modules.yml",
43048+
"redirect_url": "https://www.typescriptlang.org/",
43049+
"redirect_document_id": false
43050+
},
43051+
{
43052+
"source_path": "learn-pr/language/typescript-work-external-libraries/5-exercise-access-external-type-libraries.yml",
43053+
"redirect_url": "https://www.typescriptlang.org/",
43054+
"redirect_document_id": false
43055+
},
43056+
{
43057+
"source_path": "learn-pr/language/typescript-work-external-libraries/6-lab.yml",
43058+
"redirect_url": "https://www.typescriptlang.org/",
43059+
"redirect_document_id": false
43060+
},
43061+
{
43062+
"source_path": "learn-pr/language/typescript-work-external-libraries/7-knowledge-check.yml",
43063+
"redirect_url": "https://www.typescriptlang.org/",
43064+
"redirect_document_id": false
43065+
},
43066+
{
43067+
"source_path": "learn-pr/language/typescript-work-external-libraries/8-summary-resources.yml",
43068+
"redirect_url": "https://www.typescriptlang.org/",
43069+
"redirect_document_id": false
43070+
},
43071+
{
43072+
"source_path": "learn-pr/language/typescript-work-external-libraries/index.yml",
43073+
"redirect_url": "https://www.typescriptlang.org/",
43074+
"redirect_document_id": false
4298543075
}
4298643076
]
4298743077
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,6 +5120,16 @@ achievements:
51205120
title: Manage device identity with Microsoft Entra join and Enterprise State Roaming
51215121
summary: Evaluate options to manage device identities in Microsoft Entra ID. Allow users to join devices in Microsoft Entra ID. Require devices to be marked as compliant. Enable Enterprise State Roaming.
51225122
iconUrl: /training/achievements/manage-device-identity-ad-join.svg
5123+
- uid: learn.language.typescript-namespaces-organize-code.badge
5124+
type: badge
5125+
title: Organize code using TypeScript namespaces
5126+
summary: TypeScript provides two ways to organize code - namespaces and modules. This module explains how to organize TypeScript code using namespaces.
5127+
iconUrl: /training/achievements/typescript/typescript-namespaces-organize-code.svg
5128+
- uid: learn.language.typescript-work-external-libraries.badge
5129+
type: badge
5130+
title: Access external libraries from TypeScript
5131+
summary: TypeScript provides two ways to organize your code, namespaces and modules. This module introduces you to modules in TypeScript (referred to as external modules in previous versions.)
5132+
iconUrl: /training/achievements/typescript/typescript-work-external-libraries.svg
51235133
- uid: learn.language.typescript-get-started.badge
51245134
type: badge
51255135
title: Get started with TypeScript

learn-pr/language/typescript-namespaces-organize-code/1-introduction.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/language/typescript-namespaces-organize-code/2-organize-code-namespaces.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/typescript-namespaces-organize-code/3-exercise-single-file-namespace.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/language/typescript-namespaces-organize-code/4-multi-file-namespaces.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/language/typescript-namespaces-organize-code/5-design-considerations.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/language/typescript-namespaces-organize-code/6-lab.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/language/typescript-namespaces-organize-code/7-knowledge-check.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

learn-pr/language/typescript-namespaces-organize-code/8-summary-resources.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)