File tree
734 files changed
+44283
-44299
lines changed- .github/workflows
- scripts
- build
- eslint
- rules
- tests
- support
- importDefinitelyTypedTests
- src
- compiler
- harness
- server
- services
- refactors
- testRunner
- parallel
- unittests
- config
- services
- tscWatch
- tsserver
- tsserver
- tests
- baselines/reference
- api
- config
- commandLineParsing
- parseBuildOptions
- parseCommandLine
- initTSConfig
- Default initialized TSConfig
- Initialized TSConfig with --help
- Initialized TSConfig with --watch
- Initialized TSConfig with advanced options
- Initialized TSConfig with boolean value compiler options
- Initialized TSConfig with enum value compiler options
- Initialized TSConfig with files options
- Initialized TSConfig with incorrect compiler option
- Initialized TSConfig with incorrect compiler option value
- Initialized TSConfig with list compiler options
- Initialized TSConfig with list compiler options with enum value
- showConfig
- Default initialized TSConfig
- Show TSConfig with advanced options
- Show TSConfig with boolean value compiler options
- Show TSConfig with compileOnSave and more
- Show TSConfig with enum value compiler options
- Show TSConfig with files options
- Show TSConfig with incorrect compiler option
- Show TSConfig with incorrect compiler option value
- Show TSConfig with list compiler options
- Show TSConfig with list compiler options with enum value
- Show TSConfig with paths and more
- Show TSConfig with watch options
- Shows tsconfig for single option
- all
- allowJs
- allowSyntheticDefaultImports
- allowUmdGlobalAccess
- allowUnreachableCode
- allowUnusedLabels
- alwaysStrict
- assumeChangesOnlyAffectDirectDependencies
- baseUrl
- build
- charset
- checkJs
- composite
- declaration
- declarationDir
- declarationMap
- diagnostics
- disableReferencedProjectLoad
- disableSizeLimit
- disableSolutionSearching
- disableSourceOfProjectReferenceRedirect
- downlevelIteration
- emitBOM
- emitDeclarationOnly
- emitDecoratorMetadata
- esModuleInterop
- exactOptionalPropertyTypes
- excludeDirectories
- excludeFiles
- experimentalDecorators
- explainFiles
- extendedDiagnostics
- fallbackPolling
- forceConsistentCasingInFileNames
- generateCpuProfile
- generateTrace
- help
- importHelpers
- importsNotUsedAsValues
- incremental
- init
- inlineSourceMap
- inlineSources
- isolatedModules
- jsx
- jsxFactory
- jsxFragmentFactory
- jsxImportSource
- keyofStringsOnly
- lib
- listEmittedFiles
- listFiles
- listFilesOnly
- locale
- mapRoot
- maxNodeModuleJsDepth
- module
- moduleDetection
- moduleResolution
- moduleSuffixes
- newLine
- noEmit
- noEmitHelpers
- noEmitOnError
- noErrorTruncation
- noFallthroughCasesInSwitch
- noImplicitAny
- noImplicitOverride
- noImplicitReturns
- noImplicitThis
- noImplicitUseStrict
- noLib
- noPropertyAccessFromIndexSignature
- noResolve
- noStrictGenericChecks
- noUncheckedIndexedAccess
- noUnusedLocals
- noUnusedParameters
- out
- outDir
- outFile
- paths
- plugins
- preserveConstEnums
- preserveSymlinks
- preserveValueImports
- preserveWatchOutput
- pretty
- reactNamespace
- removeComments
- resolveJsonModule
- rootDir
- rootDirs
- showConfig
- skipDefaultLibCheck
- skipLibCheck
- sourceMap
- sourceRoot
- strict
- strictBindCallApply
- strictFunctionTypes
- strictNullChecks
- strictPropertyInitialization
- stripInternal
- suppressExcessPropertyErrors
- suppressImplicitAnyIndexErrors
- synchronousWatchDirectory
- target
- traceResolution
- tsBuildInfoFile
- typeRoots
- types
- useDefineForClassFields
- useUnknownInCatchVariables
- version
- watch
- watchDirectory
- watchFile
- tsconfigParsingWatchOptions
- tscWatch/watchEnvironment/watchFile
- tsserver
- cachingFileSystemInformation
- configFileSearch
- configuredProjects
- forceConsistentCasingInFileNames
- inferredProjects
- moduleResolution
- moduleSpecifierCache
- openfile/when-file-makes-edits-to-add
- partialSemanticServer
- plugins
- projectErrors
- projectLanguageServiceStateEvent
- projectReferenceCompileOnSave
- projectReferenceErrors
- projectReferences
- finding-local-reference-doesnt-load-ancestor
- projectReferencesSourcemap
- dependency
- configHasNoReference
- configWithReference
- disabledSourceRef
- dependencyAndUsage
- configHasNoReference
- configWithReference
- disabledSourceRef
- usageProject
- configHasNoReference
- configWithReference
- disabledSourceRef
- projectUpdatedInBackground
- projects
- projectsWithReferences
- resolutionCache
- symLinks
- syntacticServer
- typingsInstaller
- watchEnvironment
- cases/compiler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
734 files changed
+44283
-44299
lines changedLines changed: 2 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 20 | + | |
| 21 | + | |
34 | 22 |
| |
35 | 23 |
| |
36 | 24 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 27 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 | 15 |
| |
27 | 16 |
| |
28 | 17 |
| |
| |||
151 | 140 |
| |
152 | 141 |
| |
153 | 142 |
| |
154 |
| - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
155 | 170 |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + |
Lines changed: 2 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 43 | + | |
| 44 | + | |
59 | 45 |
| |
60 | 46 |
| |
61 | 47 |
| |
|
Lines changed: 39 additions & 53 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
| |||
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
| |||
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 |
| - | |
| 58 | + | |
60 | 59 |
| |
61 | 60 |
| |
62 |
| - | |
| 61 | + | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| |||
88 | 87 |
| |
89 | 88 |
| |
90 | 89 |
| |
91 |
| - | |
| 90 | + | |
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
| |||
97 | 96 |
| |
98 | 97 |
| |
99 | 98 |
| |
100 |
| - | |
| 99 | + | |
101 | 100 |
| |
102 | 101 |
| |
103 | 102 |
| |
| |||
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
116 |
| - | |
| 115 | + | |
117 | 116 |
| |
118 | 117 |
| |
119 | 118 |
| |
| |||
309 | 308 |
| |
310 | 309 |
| |
311 | 310 |
| |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
| 311 | + | |
| 312 | + | |
323 | 313 |
| |
324 | 314 |
| |
325 | 315 |
| |
| |||
433 | 423 |
| |
434 | 424 |
| |
435 | 425 |
| |
436 |
| - | |
437 |
| - | |
| 426 | + | |
| 427 | + | |
438 | 428 |
| |
439 | 429 |
| |
440 | 430 |
| |
| |||
467 | 457 |
| |
468 | 458 |
| |
469 | 459 |
| |
470 |
| - | |
471 |
| - | |
472 |
| - | |
473 |
| - | |
474 | 460 |
| |
475 |
| - | |
476 |
| - | |
| 461 | + | |
| 462 | + | |
477 | 463 |
| |
478 | 464 |
| |
479 | 465 |
| |
| |||
501 | 487 |
| |
502 | 488 |
| |
503 | 489 |
| |
504 |
| - | |
| 490 | + | |
505 | 491 |
| |
506 | 492 |
| |
507 | 493 |
| |
| |||
515 | 501 |
| |
516 | 502 |
| |
517 | 503 |
| |
518 |
| - | |
519 |
| - | |
| 504 | + | |
| 505 | + | |
520 | 506 |
| |
521 | 507 |
| |
522 | 508 |
| |
523 | 509 |
| |
524 | 510 |
| |
525 |
| - | |
| 511 | + | |
526 | 512 |
| |
527 | 513 |
| |
528 | 514 |
| |
529 |
| - | |
530 |
| - | |
531 |
| - | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
532 | 518 |
| |
533 |
| - | |
534 |
| - | |
535 |
| - | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
536 | 522 |
| |
537 | 523 |
| |
538 | 524 |
| |
|
0 commit comments