Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 4.0 #698

Merged
merged 11 commits into from
Jun 26, 2020
Merged

Prepare for 4.0 #698

merged 11 commits into from
Jun 26, 2020

Conversation

orta
Copy link
Contributor

@orta orta commented Jun 23, 2020

No description provided.

// Variadic Tuples gives tuples the ability to handle the rest operator (...)
// to pass types through type checker in a way that works like generics.

// This is quite an advanced topic, so if you get lost do not worry too much.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@github-actions
Copy link
Contributor

Messages
📖

Deployed to a PR branch - playground tsconfig old handbook

Got false positives?

Make changes to the global settings spellcheck.json in /artsy/peril-settings.

Typos for jsxFragmentFactory.md

Line Typo
10 For example with this TSConfig:

Typos for Compiler Options.md

Line Typo
30 out the compiler options in a tsconfig, check out the [TSConfig Refe
30 in a tsconfig, check out the [TSConfig Reference](/tsconfig)**
36 es not affect code emit, just typechecking.
37
49
52
52 bles in for..of, spread and destructuring when targeting ES5 or ES3.
56 wSyntheticDefaultImports` for typesystem compatibility.
60 file`
60 d of a file path will cause a timestamp-named profile to be generated in th
65 Emit the source alongside the sourcemaps within a single file; require
67 ransform-function) or [@babel/plugin-transform-typescript](https://babeljs.io/docs/en/b
77 different location than the .js files. The location specified
77 ified will be embedded in the sourceMap to direct the debugger where
78 endency depth to search under node_modules and load JavaScript files. On
80 resolved. Either "Node" for Node.js/io.js style resolution, or `"
80 . Either "Node" for Node.js/io.js style resolution, or `"Classi
81 "crlf" (windows) or "lf" (unix)."
86
100
100
100 tions in generated code. See [const enums documentation](https://
100 in generated code. See [const enums documentation](https://github
103 ize errors and messages using color and context.
104 tsconfig.json` file.
See [tsconfig.json](/docs/handbook/tsconfig-json
109 odule-resolution.html./Module%20Resolution.md#virtual-directories-with-root
109 .html./Module%20Resolution.md#virtual-directories-with-rootdirs) for more details.
110 h the other input options and config files, show the final implied
110 files, show the final implied config file in the output.
114 ified will be embedded in the sourceMap to direct the debugger where
117
125 ns to include. See [@types, --typeRoots and --types](/tsconfig#types)
126 initions from. See [@types, --typeRoots and --types](/tsconfig#types)
136 Setting compiler options in [MSBuild projects](/docs/handbook/comp
137 - There's also out the [TSConfig Reference](/tsconfig).

Typos for Compiler Options in MSBuild.md

Line Typo
10 ptions can be specified using MSBuild properties within an MSBuild
10 MSBuild properties within an MSBuild project.
30 Option
32
33 yntheticDefaultImports`
34 nreachableCode`
35 nusedLabels`
36 Strict`
37 l`
38 t`
39 ation`
40 ationDir`
41
42
43 M`
44 coratorMetadata`
45 clarationOnly`
46 leInterop`
47 mentalAsyncFunctions`
48 mentalDecorators`
49 onsistentCasingInFileNames`
50
51 Helpers`
52 SourceMap`
53 Sources`
54
55 edModules`
56
57 tory`
58 gmentFactory`
59
60
61
62
63 t`
64
65 `
66 Resolution`
67 e`
68
69 Helpers`
70 OnError`
71 throughCasesInSwitch`
72 icitAny`
73 icitReturns`
74 icitThis`
75 icitUseStrict`
76 ctGenericChecks`
77 edLocals`
78 edParameters`
79
80 lve`
81
82 `
83 e`
84
85 veConstEnums`
86 veSymlinks`
87
88
89 amespace`
90 Comments`
91 r`
92
93 bCheck`
94 faultLibCheck`
95 Map`
96 Root`
97 `
98 FunctionTypes`
99 NullChecks`
100 PropertyInitialization`
101 nternal`
102 ssExcessPropertyErrors`
103 ssImplicitAnyIndexErrors`
104 `
105
106
107
108 ineForClassFields`
109
110
110 only option_
115 uthoritative mappings between MSBuild XML tags and tsc compiler o
117 ## ToolsVersion
126 ## TypeScriptCompileBlocked

Generated by 🚫 dangerJS against e12261a

@orta orta merged commit 10ecd41 into v2 Jun 26, 2020
@jakebailey jakebailey deleted the 4 branch May 17, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants