Skip to content

Commit 91822db

Browse files
authored
Remove doc folder (old archived spec and assets), word2md script (microsoft#51791)
1 parent c57fea2 commit 91822db

17 files changed

+0
-7242
lines changed

Herebyfile.mjs

-7
Original file line numberDiff line numberDiff line change
@@ -818,13 +818,6 @@ export const lkg = task({
818818
dependencies: [produceLKG],
819819
});
820820

821-
export const generateSpec = task({
822-
name: "generate-spec",
823-
description: "Generates a Markdown version of the Language Specification",
824-
hiddenFromTaskList: true,
825-
run: () => exec("cscript", ["//nologo", "scripts/word2md.mjs", path.resolve("doc/TypeScript Language Specification - ARCHIVED.docx"), path.resolve("doc/spec-ARCHIVED.md")]),
826-
});
827-
828821
export const cleanBuilt = task({
829822
name: "clean-built",
830823
hiddenFromTaskList: true,

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob
3333
* Help each other in the [TypeScript Community Discord](https://discord.gg/typescript).
3434
* Join the [#typescript](https://twitter.com/search?q=%23TypeScript) discussion on Twitter.
3535
* [Contribute bug fixes](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md).
36-
* Read the archived language specification ([docx](https://github.com/microsoft/TypeScript/blob/main/doc/TypeScript%20Language%20Specification%20-%20ARCHIVED.docx?raw=true),
37-
[pdf](https://github.com/microsoft/TypeScript/blob/main/doc/TypeScript%20Language%20Specification%20-%20ARCHIVED.pdf?raw=true), [md](https://github.com/microsoft/TypeScript/blob/main/doc/spec-ARCHIVED.md)).
3836

3937
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see
4038
the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com)

doc/README.md

-9
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

doc/handbook/README.md

-5
This file was deleted.

doc/images/image1.png

-11.4 KB
Binary file not shown.

doc/images/image2.png

-10 KB
Binary file not shown.

doc/images/image3.png

-5.86 KB
Binary file not shown.

doc/images/image4.png

-15.7 KB
Binary file not shown.

doc/logo.svg

-10
This file was deleted.

0 commit comments

Comments
 (0)