@operated/typescript 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +55 -0
- package/README.md +83 -0
- package/SECURITY.md +39 -0
- package/ThirdPartyNoticeText.txt +193 -0
- package/bin/tsc +2 -0
- package/bin/tsserver +2 -0
- package/lib/_tsc.js +134762 -0
- package/lib/_tsserver.js +659 -0
- package/lib/_typingsInstaller.js +222 -0
- package/lib/cs/diagnosticMessages.generated.json +2129 -0
- package/lib/de/diagnosticMessages.generated.json +2125 -0
- package/lib/es/diagnosticMessages.generated.json +2129 -0
- package/lib/fr/diagnosticMessages.generated.json +2129 -0
- package/lib/it/diagnosticMessages.generated.json +2125 -0
- package/lib/ja/diagnosticMessages.generated.json +2129 -0
- package/lib/ko/diagnosticMessages.generated.json +2129 -0
- package/lib/lib.d.ts +20 -0
- package/lib/lib.decorators.d.ts +382 -0
- package/lib/lib.decorators.legacy.d.ts +20 -0
- package/lib/lib.dom.asynciterable.d.ts +18 -0
- package/lib/lib.dom.d.ts +45125 -0
- package/lib/lib.dom.iterable.d.ts +18 -0
- package/lib/lib.es2015.collection.d.ts +150 -0
- package/lib/lib.es2015.core.d.ts +595 -0
- package/lib/lib.es2015.d.ts +26 -0
- package/lib/lib.es2015.generator.d.ts +75 -0
- package/lib/lib.es2015.iterable.d.ts +603 -0
- package/lib/lib.es2015.promise.d.ts +79 -0
- package/lib/lib.es2015.proxy.d.ts +126 -0
- package/lib/lib.es2015.reflect.d.ts +142 -0
- package/lib/lib.es2015.symbol.d.ts +44 -0
- package/lib/lib.es2015.symbol.wellknown.d.ts +324 -0
- package/lib/lib.es2016.array.include.d.ts +114 -0
- package/lib/lib.es2016.d.ts +19 -0
- package/lib/lib.es2016.full.d.ts +21 -0
- package/lib/lib.es2016.intl.d.ts +29 -0
- package/lib/lib.es2017.arraybuffer.d.ts +19 -0
- package/lib/lib.es2017.d.ts +24 -0
- package/lib/lib.es2017.date.d.ts +29 -0
- package/lib/lib.es2017.full.d.ts +21 -0
- package/lib/lib.es2017.intl.d.ts +42 -0
- package/lib/lib.es2017.object.d.ts +47 -0
- package/lib/lib.es2017.sharedmemory.d.ts +133 -0
- package/lib/lib.es2017.string.d.ts +43 -0
- package/lib/lib.es2017.typedarrays.d.ts +51 -0
- package/lib/lib.es2018.asyncgenerator.d.ts +75 -0
- package/lib/lib.es2018.asynciterable.d.ts +51 -0
- package/lib/lib.es2018.d.ts +22 -0
- package/lib/lib.es2018.full.d.ts +22 -0
- package/lib/lib.es2018.intl.d.ts +81 -0
- package/lib/lib.es2018.promise.d.ts +28 -0
- package/lib/lib.es2018.regexp.d.ts +35 -0
- package/lib/lib.es2019.array.d.ts +77 -0
- package/lib/lib.es2019.d.ts +22 -0
- package/lib/lib.es2019.full.d.ts +22 -0
- package/lib/lib.es2019.intl.d.ts +21 -0
- package/lib/lib.es2019.object.d.ts +31 -0
- package/lib/lib.es2019.string.d.ts +35 -0
- package/lib/lib.es2019.symbol.d.ts +22 -0
- package/lib/lib.es2020.bigint.d.ts +763 -0
- package/lib/lib.es2020.d.ts +25 -0
- package/lib/lib.es2020.date.d.ts +40 -0
- package/lib/lib.es2020.full.d.ts +22 -0
- package/lib/lib.es2020.intl.d.ts +472 -0
- package/lib/lib.es2020.number.d.ts +26 -0
- package/lib/lib.es2020.promise.d.ts +45 -0
- package/lib/lib.es2020.sharedmemory.d.ts +97 -0
- package/lib/lib.es2020.string.d.ts +42 -0
- package/lib/lib.es2020.symbol.wellknown.d.ts +39 -0
- package/lib/lib.es2021.d.ts +21 -0
- package/lib/lib.es2021.full.d.ts +22 -0
- package/lib/lib.es2021.intl.d.ts +164 -0
- package/lib/lib.es2021.promise.d.ts +46 -0
- package/lib/lib.es2021.string.d.ts +31 -0
- package/lib/lib.es2021.weakref.d.ts +76 -0
- package/lib/lib.es2022.array.d.ts +119 -0
- package/lib/lib.es2022.d.ts +23 -0
- package/lib/lib.es2022.error.d.ts +73 -0
- package/lib/lib.es2022.full.d.ts +22 -0
- package/lib/lib.es2022.intl.d.ts +143 -0
- package/lib/lib.es2022.object.d.ts +24 -0
- package/lib/lib.es2022.regexp.d.ts +37 -0
- package/lib/lib.es2022.string.d.ts +23 -0
- package/lib/lib.es2023.array.d.ts +922 -0
- package/lib/lib.es2023.collection.d.ts +19 -0
- package/lib/lib.es2023.d.ts +20 -0
- package/lib/lib.es2023.full.d.ts +22 -0
- package/lib/lib.es2023.intl.d.ts +62 -0
- package/lib/lib.es2024.arraybuffer.d.ts +63 -0
- package/lib/lib.es2024.collection.d.ts +27 -0
- package/lib/lib.es2024.d.ts +24 -0
- package/lib/lib.es2024.full.d.ts +22 -0
- package/lib/lib.es2024.object.d.ts +27 -0
- package/lib/lib.es2024.promise.d.ts +33 -0
- package/lib/lib.es2024.regexp.d.ts +23 -0
- package/lib/lib.es2024.sharedmemory.d.ts +66 -0
- package/lib/lib.es2024.string.d.ts +27 -0
- package/lib/lib.es2025.collection.d.ts +94 -0
- package/lib/lib.es2025.d.ts +23 -0
- package/lib/lib.es2025.float16.d.ts +443 -0
- package/lib/lib.es2025.full.d.ts +22 -0
- package/lib/lib.es2025.intl.d.ts +200 -0
- package/lib/lib.es2025.iterator.d.ts +146 -0
- package/lib/lib.es2025.promise.d.ts +32 -0
- package/lib/lib.es2025.regexp.d.ts +30 -0
- package/lib/lib.es5.d.ts +4599 -0
- package/lib/lib.es6.d.ts +21 -0
- package/lib/lib.esnext.array.d.ts +33 -0
- package/lib/lib.esnext.collection.d.ts +47 -0
- package/lib/lib.esnext.d.ts +27 -0
- package/lib/lib.esnext.date.d.ts +21 -0
- package/lib/lib.esnext.decorators.d.ts +26 -0
- package/lib/lib.esnext.disposable.d.ts +191 -0
- package/lib/lib.esnext.error.d.ts +22 -0
- package/lib/lib.esnext.full.d.ts +22 -0
- package/lib/lib.esnext.intl.d.ts +107 -0
- package/lib/lib.esnext.sharedmemory.d.ts +23 -0
- package/lib/lib.esnext.temporal.d.ts +485 -0
- package/lib/lib.esnext.typedarrays.d.ts +90 -0
- package/lib/lib.scripthost.d.ts +320 -0
- package/lib/lib.webworker.asynciterable.d.ts +18 -0
- package/lib/lib.webworker.d.ts +15606 -0
- package/lib/lib.webworker.importscripts.d.ts +21 -0
- package/lib/lib.webworker.iterable.d.ts +18 -0
- package/lib/pl/diagnosticMessages.generated.json +2129 -0
- package/lib/pt-br/diagnosticMessages.generated.json +2129 -0
- package/lib/ru/diagnosticMessages.generated.json +2125 -0
- package/lib/tr/diagnosticMessages.generated.json +2129 -0
- package/lib/tsc.js +8 -0
- package/lib/tsserver.js +8 -0
- package/lib/tsserverlibrary.d.ts +17 -0
- package/lib/tsserverlibrary.js +21 -0
- package/lib/typesMap.json +497 -0
- package/lib/typescript.d.ts +11450 -0
- package/lib/typescript.js +201429 -0
- package/lib/typingsInstaller.js +8 -0
- package/lib/watchGuard.js +53 -0
- package/lib/zh-cn/diagnosticMessages.generated.json +2129 -0
- package/lib/zh-tw/diagnosticMessages.generated.json +2125 -0
- package/package.json +117 -0
package/package.json
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@operated/typescript",
|
|
3
|
+
"author": "Microsoft Corp.",
|
|
4
|
+
"homepage": "https://www.typescriptlang.org/",
|
|
5
|
+
"version": "6.0.0",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"description": "TypeScript is a language for application scale JavaScript development",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"TypeScript",
|
|
10
|
+
"Microsoft",
|
|
11
|
+
"compiler",
|
|
12
|
+
"language",
|
|
13
|
+
"javascript"
|
|
14
|
+
],
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/microsoft/TypeScript/issues"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/microsoft/TypeScript.git"
|
|
21
|
+
},
|
|
22
|
+
"main": "./lib/typescript.js",
|
|
23
|
+
"typings": "./lib/typescript.d.ts",
|
|
24
|
+
"bin": {
|
|
25
|
+
"tsc": "./bin/tsc",
|
|
26
|
+
"tsserver": "./bin/tsserver"
|
|
27
|
+
},
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">=14.17"
|
|
30
|
+
},
|
|
31
|
+
"files": [
|
|
32
|
+
"bin",
|
|
33
|
+
"lib",
|
|
34
|
+
"!lib/enu",
|
|
35
|
+
"LICENSE.txt",
|
|
36
|
+
"README.md",
|
|
37
|
+
"SECURITY.md",
|
|
38
|
+
"ThirdPartyNoticeText.txt",
|
|
39
|
+
"!**/.gitattributes"
|
|
40
|
+
],
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@dprint/formatter": "^0.4.1",
|
|
43
|
+
"@dprint/typescript": "0.93.4",
|
|
44
|
+
"@esfx/canceltoken": "^1.0.0",
|
|
45
|
+
"@eslint/js": "^10.0.1",
|
|
46
|
+
"@octokit/rest": "^22.0.1",
|
|
47
|
+
"@types/chai": "^4.3.20",
|
|
48
|
+
"@types/minimist": "^1.2.5",
|
|
49
|
+
"@types/mocha": "^10.0.10",
|
|
50
|
+
"@types/ms": "^2.1.0",
|
|
51
|
+
"@types/node": "latest",
|
|
52
|
+
"@types/source-map-support": "^0.5.10",
|
|
53
|
+
"@types/which": "^3.0.4",
|
|
54
|
+
"@typescript-eslint/rule-tester": "^8.57.2",
|
|
55
|
+
"@typescript-eslint/type-utils": "^8.57.2",
|
|
56
|
+
"@typescript-eslint/utils": "^8.57.2",
|
|
57
|
+
"azure-devops-node-api": "^15.1.3",
|
|
58
|
+
"c8": "^10.1.3",
|
|
59
|
+
"chai": "^4.5.0",
|
|
60
|
+
"chokidar": "^4.0.3",
|
|
61
|
+
"diff": "^8.0.4",
|
|
62
|
+
"dprint": "^0.49.1",
|
|
63
|
+
"esbuild": "^0.27.4",
|
|
64
|
+
"eslint": "^10.1.0",
|
|
65
|
+
"eslint-plugin-regexp": "^3.1.0",
|
|
66
|
+
"fast-xml-parser": "^5.5.9",
|
|
67
|
+
"glob": "^10.5.0",
|
|
68
|
+
"globals": "^17.4.0",
|
|
69
|
+
"hereby": "^1.14.0",
|
|
70
|
+
"jsonc-parser": "^3.3.1",
|
|
71
|
+
"knip": "^5.88.1",
|
|
72
|
+
"minimist": "^1.2.8",
|
|
73
|
+
"mocha": "^10.8.2",
|
|
74
|
+
"mocha-fivemat-progress-reporter": "^0.1.0",
|
|
75
|
+
"monocart-coverage-reports": "^2.12.9",
|
|
76
|
+
"ms": "^2.1.3",
|
|
77
|
+
"picocolors": "^1.1.1",
|
|
78
|
+
"playwright": "^1.58.2",
|
|
79
|
+
"source-map-support": "^0.5.21",
|
|
80
|
+
"tslib": "^2.8.1",
|
|
81
|
+
"typescript": "^6.0.2",
|
|
82
|
+
"typescript-eslint": "^8.57.2",
|
|
83
|
+
"which": "^3.0.1"
|
|
84
|
+
},
|
|
85
|
+
"overrides": {
|
|
86
|
+
"typescript@*": "$typescript"
|
|
87
|
+
},
|
|
88
|
+
"scripts": {
|
|
89
|
+
"test": "hereby runtests-parallel --light=false",
|
|
90
|
+
"test:eslint-rules": "hereby run-eslint-rules-tests",
|
|
91
|
+
"build": "npm run build:compiler && npm run build:tests",
|
|
92
|
+
"build:compiler": "hereby local",
|
|
93
|
+
"build:tests": "hereby tests",
|
|
94
|
+
"build:tests:notypecheck": "hereby tests --no-typecheck",
|
|
95
|
+
"clean": "hereby clean",
|
|
96
|
+
"gulp": "hereby",
|
|
97
|
+
"lint": "hereby lint",
|
|
98
|
+
"knip": "hereby knip",
|
|
99
|
+
"format": "dprint fmt",
|
|
100
|
+
"setup-hooks": "node scripts/link-hooks.mjs"
|
|
101
|
+
},
|
|
102
|
+
"browser": {
|
|
103
|
+
"fs": false,
|
|
104
|
+
"os": false,
|
|
105
|
+
"path": false,
|
|
106
|
+
"crypto": false,
|
|
107
|
+
"buffer": false,
|
|
108
|
+
"source-map-support": false,
|
|
109
|
+
"inspector": false,
|
|
110
|
+
"perf_hooks": false
|
|
111
|
+
},
|
|
112
|
+
"packageManager": "npm@8.19.4",
|
|
113
|
+
"volta": {
|
|
114
|
+
"node": "22.22.0",
|
|
115
|
+
"npm": "8.19.4"
|
|
116
|
+
}
|
|
117
|
+
}
|