mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
Enforce CRLF in TS/JS files (#55403)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"newLineKind": "auto",
|
||||
"useTabs": false,
|
||||
"typescript": {
|
||||
"newLineKind": "crlf",
|
||||
"semiColons": "always",
|
||||
"quoteStyle": "preferDouble",
|
||||
"quoteProps": "consistent",
|
||||
|
||||
6
src/lib/es2023.collection.d.ts
vendored
6
src/lib/es2023.collection.d.ts
vendored
@@ -1,3 +1,3 @@
|
||||
interface WeakKeyTypes {
|
||||
symbol: symbol;
|
||||
}
|
||||
interface WeakKeyTypes {
|
||||
symbol: symbol;
|
||||
}
|
||||
|
||||
20
src/lib/esnext.decorators.d.ts
vendored
20
src/lib/esnext.decorators.d.ts
vendored
@@ -1,10 +1,10 @@
|
||||
/// <reference lib="es2015.symbol" />
|
||||
/// <reference lib="decorators" />
|
||||
|
||||
interface SymbolConstructor {
|
||||
readonly metadata: unique symbol;
|
||||
}
|
||||
|
||||
interface Function {
|
||||
[Symbol.metadata]: DecoratorMetadata | null;
|
||||
}
|
||||
/// <reference lib="es2015.symbol" />
|
||||
/// <reference lib="decorators" />
|
||||
|
||||
interface SymbolConstructor {
|
||||
readonly metadata: unique symbol;
|
||||
}
|
||||
|
||||
interface Function {
|
||||
[Symbol.metadata]: DecoratorMetadata | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user