You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
The tsc binary does not allow to use a tsconfig.json with files as arguments in combination. Why is this the case? Is there any reason for that? It would make things so much easier for third-party linting processes (such as the one in syntastic / VIM) as they simply could respect the identical config as the build setup. The problem here is diversion of user-based config (flags for tsc to lint file
Map perf Optimize performance of maps (with ES3 support) #10298 / Optimize performance of maps #10270 Using Object.create(null) to produce maps increases overall perf ~15-20% and decreases memory ~20% Avoids calls to hasOwnProperty Breaks ES3 runtime use of tsc Force object into 'Dictionary' mode in V8 (by using delete operator) to get better perf Breaks compiler API Two possibilities Drop ES3 hos
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureBy DesignDeprecated - use "Working as Intended" or "Design Limitation" insteadDeprecated - use "Working as Intended" or "Design Limitation" insteadCanonicalThis issue contains a lengthy and complete description of a
The TypeScript specification currently reads: The first statement in the body of a constructor must be a super call if both of the following are true: The containing class is a derived class. The constructor declares parameter properties or the containing class declares instance member variables with initializers. It is reasonable in TypeScript to not permit this to be referenced in a constructor
Number, enum, and boolean literal types #9407 Number / enum / boolean literals New concept: Unit type A type with a single value (e.g. null, undefined, true) e.g. Boolean is a union of the two unit types true and false e.g. enums are unions of their constituent unit types corresponding to each member Literal types are subtypes of their respective primitives, of course When do we treat a string lit
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く