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

[Release-2.0] Merge master into Release-2.0 #10347

Merged
merged 438 commits into from
Aug 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
438 commits
Select commit Hold shift + click to select a range
60cc5df
Change getUnionType to default to no subtype reduction
ahejlsberg Jul 23, 2016
d7aa40d
Remove unnecessary subtype reduction operations
ahejlsberg Jul 23, 2016
b673d5f
Use binary searching in union types to improve performance
ahejlsberg Jul 23, 2016
ff0cbb5
Merge branch 'master' into literalTypes
ahejlsberg Jul 24, 2016
a1a8725
Optimize type inference
ahejlsberg Jul 25, 2016
8cbbcd0
Fixed broken singleAsteriskRegex. Fixes #9918 (#9920)
Artazor Jul 25, 2016
4ef4cf1
Lock ts-node to 1.1.0 while perf issue is investigated (#9933)
weswigham Jul 25, 2016
ac2c41c
Merge pull request #9904 from Microsoft/protected-constructors-access…
sandersn Jul 25, 2016
3ad83cb
Merge pull request #9905 from Microsoft/add-src-to-browserify-paths
sandersn Jul 25, 2016
3474480
Fix typo in comment for MAX_SAFE_INTEGER
hckr Jul 26, 2016
1b15608
In ts.performance.now, bind window.performance.now
sandersn Jul 26, 2016
acb003a
Add lint enforcing line endings (#9942)
weswigham Jul 26, 2016
2f8df90
Merge branch 'master' into travis-cache
weswigham Jul 26, 2016
670f0c9
Merge pull request #9956 from Microsoft/bind-window-performance-now
sandersn Jul 26, 2016
89788f8
Add servicesSources to the list of prerequisites for running tests
Jul 26, 2016
0e0220d
Support emitting static properties for classes with no name
Jul 26, 2016
e12f2d8
Add assertion whitespace lint rule (#9931)
weswigham Jul 26, 2016
e9240a8
Limit travis build matrix (#9968)
weswigham Jul 26, 2016
a32234c
Convert getErrorBaseline to use canonical diagnostic formatting (#9708)
weswigham Jul 26, 2016
ac96a86
Merge pull request #9963 from Microsoft/jake_runtests_services
Jul 27, 2016
c578367
Merge pull request #9969 from Microsoft/class_expression_static_property
Jul 27, 2016
30761ef
Unify nodeKind implementations for navigationBar and navigateTo
Jul 26, 2016
38e201e
Fix test and rename a function
Jul 27, 2016
958620b
Fix lint errors
Jul 27, 2016
2873eea
Remove hardcoded port, use the custom port
Jul 27, 2016
0783743
Unlock ts-node version (#9960)
weswigham Jul 27, 2016
80b7613
Allow an abstract class to appear in a local scope
Jul 27, 2016
a6642d6
JSDoc understands string literal types
sandersn Jul 27, 2016
6fbd79b
Update baselines to be current
sandersn Jul 27, 2016
3446557
Add find and findIndex to ReadonlyArray
joshaber Jul 27, 2016
34e78e6
The optional this should be readonly too.
joshaber Jul 27, 2016
5c2ba01
Update baseline source location
sandersn Jul 27, 2016
09f5182
Re-add concat overload to support inferring tuples
sandersn Jul 27, 2016
e8bd372
Update baselines with new concat overload
sandersn Jul 27, 2016
f8103b5
Update LastJSDoc[Tag]Node
sandersn Jul 27, 2016
a5fcd5f
Display enum member types using qualified names
ahejlsberg Jul 28, 2016
5ff07dc
Accept new baselines
ahejlsberg Jul 28, 2016
a25b664
Fix lint error
Jul 28, 2016
9e962f5
null/undefined are allowed as index expressions
sandersn Jul 28, 2016
e2709d8
Use correct nullable terminology
sandersn Jul 28, 2016
0c131fa
Merge pull request #9407 from Microsoft/literalTypes
ahejlsberg Jul 28, 2016
d5beef9
Get rid of port parameter
Jul 28, 2016
20ffb5f
Remove [port] in usage message
Jul 28, 2016
013744b
Merge pull request #9994 from Microsoft/local_abstract_class
Jul 28, 2016
878cf85
Merge pull request #9985 from Microsoft/fix_runtests_browser
Jul 29, 2016
3e3b808
Properly reset type guards in loops
ahejlsberg Jul 29, 2016
d9b6723
Add regression test
ahejlsberg Jul 29, 2016
97bbbd7
Introduce the `EntityNameExpression` type
Jul 28, 2016
f9fd496
Allow `export =` and `export default` to alias any EntityNameExpressi…
Jul 29, 2016
c696030
Merge pull request #9984 from Microsoft/node_kind
Jul 29, 2016
a485aab
Lint tests helper files
Jul 27, 2016
5e86a10
Fix tests and merge
RyanCavanaugh Jul 29, 2016
33f72c7
Merge pull request #8636 from RyanCavanaugh/classOrdering
RyanCavanaugh Jul 29, 2016
0f1585f
recreate program if baseUrl or paths changed in tsconfig
Jul 29, 2016
c50ccbf
Simplify some code
Jul 29, 2016
2c156ed
Have travis use a newer image for the OSX build (#10034)
weswigham Jul 29, 2016
394dbbf
Merge branch 'travis-cache'
weswigham Jul 29, 2016
cbb06ab
Correctly check for ambient class flag
RyanCavanaugh Jul 30, 2016
1d979cc
Merge pull request #9951 from hckr/patch-1
RyanCavanaugh Jul 30, 2016
fc85bc5
Use "best choice type" for || and ?: operators
ahejlsberg Jul 31, 2016
5c4c997
jsx opening element formatting
saschanaz Jul 31, 2016
030fbdc
Merge pull request #10046 from RyanCavanaugh/fix10045
RyanCavanaugh Aug 1, 2016
e806615
change error message for unused parameter property
YuichiNukiyama Aug 1, 2016
6c6de2a
Merge pull request #9990 from Microsoft/lint_tests
Aug 1, 2016
ade89a6
Fix issue related to this and #8383
ahejlsberg Aug 1, 2016
b3b4c34
Add additional tests
ahejlsberg Aug 1, 2016
0a90a4b
Accept new baselines
ahejlsberg Aug 1, 2016
cb1ea7b
Provide `realpath` for module resolution in LSHost
Aug 1, 2016
47f6bb2
Add test
ahejlsberg Aug 1, 2016
aa8c6c8
Add test baselines
ahejlsberg Aug 1, 2016
c7d2e59
Accept new baselines
ahejlsberg Aug 1, 2016
4f27f65
Merge pull request #10068 from Microsoft/lshost_realpath
Aug 1, 2016
36b6113
Merge pull request #10028 from Microsoft/fixDiscriminantInLoop
ahejlsberg Aug 1, 2016
1435fb1
Merge pull request #10069 from Microsoft/bestChoiceType
ahejlsberg Aug 1, 2016
2d20dbf
Merge pull request #9767 from RyanCavanaugh/fix9766
RyanCavanaugh Aug 1, 2016
6caa261
Merge pull request #10054 from SaschaNaz/jsxopening
RyanCavanaugh Aug 1, 2016
f78b909
CR feedback
Aug 1, 2016
f06413b
Merge pull request #10035 from zhengbli/9522
zhengbli Aug 2, 2016
91c9d76
Remove `SupportedExpressionWithTypeArguments` type; just check that t…
Aug 2, 2016
db44a71
Fix bug
Aug 2, 2016
4a470bd
Merge pull request #9997 from Microsoft/re-add-strict-concat-signature
sandersn Aug 2, 2016
0eeb9cb
Fix #10083 - allowSyntheticDefaultImports alters getExternalModuleMem…
weswigham Aug 2, 2016
dc19223
Use recursion, and fix error for undefined node
Aug 2, 2016
6814a9f
Rename function
Aug 2, 2016
7908257
Fix lint error
Aug 2, 2016
4189b4d
Narrowing type parameter intersects w/narrowed types
sandersn Aug 2, 2016
204f2c1
Add a helper function `getOrUpdateProperty` to prevent unprotected ac…
Aug 3, 2016
7ab6e11
Limit type guards as assertions to incomplete types in loops
ahejlsberg Aug 3, 2016
917d18a
Accept new baselines
ahejlsberg Aug 3, 2016
12eb57c
Fix linting error
ahejlsberg Aug 3, 2016
8c01efb
Allow JS multiple declarations of ctor properties
sandersn Aug 3, 2016
045b51a
Use {} type facts for unconstrained type params
sandersn Aug 3, 2016
38ee13c
Fix newline lint
sandersn Aug 3, 2016
14f0aa0
Merge pull request #10118 from Microsoft/limitTypeGuardAssertions
ahejlsberg Aug 3, 2016
7205750
Test that declares conflicting method first
sandersn Aug 3, 2016
0a8afc9
Merge pull request #10115 from Microsoft/export_specifiers_map
Aug 4, 2016
10b36ab
[Release-2.0] Fix 9662: Visual Studio 2015 with TS2.0 gives incorrect…
yuit Aug 4, 2016
18fb33d
Remove unused reference files: these tests produce erros so they will…
yuit Aug 4, 2016
e5973b8
Add string-literal completion test for jsdoc
sandersn Aug 4, 2016
4c35296
Merge branch 'master' into jsdoc-string-literal-types
sandersn Aug 4, 2016
3c32478
Support other (new) literal types in jsdoc
sandersn Aug 4, 2016
9947ac2
Don't allow properties inherited from Object to be automatically incl…
Aug 4, 2016
798be6f
Add new test baseline and delete else in binder
sandersn Aug 4, 2016
b54aec1
Merge pull request #10153 from Microsoft/tsx_toString
Aug 5, 2016
8f638f7
Fix lint
sandersn Aug 5, 2016
ceab31c
Port PR #10016 to Master (#10100)
yuit Aug 5, 2016
cabd276
Fix more lint
sandersn Aug 5, 2016
02a79e3
Try using runtests-parallel for CI (#9970)
weswigham Aug 5, 2016
269b828
Fix lssl task (#9967)
weswigham Aug 5, 2016
46f5e5f
Surface noErrorTruncation option
gcnew Aug 5, 2016
37e96b3
Stricter check for discriminant properties in type guards
ahejlsberg Aug 6, 2016
1375505
Add tests
ahejlsberg Aug 6, 2016
cc2dc3a
Emit more efficient/concise "empty" ES6 ctor
chancancode Aug 6, 2016
01f865d
Fix instanceof operator narrowing issues
ahejlsberg Aug 7, 2016
f50226b
Accept new baselines
ahejlsberg Aug 7, 2016
67b3fe5
Add regression test
ahejlsberg Aug 7, 2016
e25db39
Merge branch 'master' into narrowing-a-type-parameter-intersects-conc…
sandersn Aug 8, 2016
2845d2f
Improve naming and documentation from PR
sandersn Aug 8, 2016
5f665ad
Merge pull request #9996 from joshaber/patch-1
sandersn Aug 8, 2016
acfdfe0
Merge pull request #10103 from Microsoft/narrowing-a-type-parameter-i…
sandersn Aug 8, 2016
a0c5608
Update comment
ahejlsberg Aug 8, 2016
ce5a3f4
Add more tests
ahejlsberg Aug 8, 2016
ba521de
Accept new baselines
ahejlsberg Aug 8, 2016
f6a850b
Merge pull request #10188 from Microsoft/discriminantPropertyCheck
ahejlsberg Aug 8, 2016
8ea90ab
Merge pull request #10194 from Microsoft/fixInstanceofNarrowing
ahejlsberg Aug 8, 2016
30e95df
Reduce worker count to 3 (#10210)
weswigham Aug 8, 2016
ce7f554
Speed up fourslash tests
RyanCavanaugh Aug 8, 2016
e724e88
Duh
RyanCavanaugh Aug 8, 2016
53d54c2
Make baselines faster by not writing out unneeded files
RyanCavanaugh Aug 8, 2016
eac7a48
Fix non-strict-compliant test
RyanCavanaugh Aug 8, 2016
3f6aa3f
Fix 10076: Fix Tuple Destructing with "this" (#10208)
yuit Aug 8, 2016
40f0c60
use transpileModule
RyanCavanaugh Aug 8, 2016
5adceb9
Remove use strict
RyanCavanaugh Aug 8, 2016
624e52e
Improve instanceof for structurally identical types
ahejlsberg Aug 8, 2016
5ebfad6
Introduce isTypeInstanceOf function
ahejlsberg Aug 9, 2016
9277b3f
Add test
ahejlsberg Aug 9, 2016
fe1854e
Accept new baselines
ahejlsberg Aug 9, 2016
3f1ec7a
Merge pull request #10216 from Microsoft/structurallyIdenticalInstanceof
ahejlsberg Aug 9, 2016
4f54c6c
Fix loop over array to use for-of instead of for-in
Aug 9, 2016
7e115bb
Use correct this in tuple type parameter constraints
sandersn Aug 9, 2016
d34bbe5
Add explanatory comment to resolveTupleTypeMembers
sandersn Aug 9, 2016
a5ea55a
Ignore null, undefined, void when checking for discriminant property
ahejlsberg Aug 9, 2016
6c0bca0
Add regression test
ahejlsberg Aug 9, 2016
6a8f4cb
Delay tuple type constraint resolution
sandersn Aug 9, 2016
80963ba
Always use thisType when generating tuple id
sandersn Aug 9, 2016
9d4547c
Optimize format of type list id strings used in maps
ahejlsberg Aug 9, 2016
8975cd7
Make ReadonlyArray iterable.
joshaber Aug 10, 2016
557fc38
Merge pull request #10235 from Microsoft/fixDiscriminantWithNullableType
ahejlsberg Aug 10, 2016
bc5f41e
Merge pull request #10227 from Microsoft/for_of
Aug 10, 2016
ecc51af
Allow OSX to fail while we investigate (#10255)
weswigham Aug 10, 2016
2f6f74d
Merge pull request #10243 from joshaber/iterable-readonlyarray
RyanCavanaugh Aug 10, 2016
56cb07a
avoid using the global name
Aug 10, 2016
4087808
Fix single-quote lint
sandersn Aug 10, 2016
e16326d
Merge pull request #10260 from zhengbli/fixSession
zhengbli Aug 10, 2016
65e1293
Optimize performance of maps
ahejlsberg Aug 10, 2016
cba2e1a
Update API sample
ahejlsberg Aug 10, 2016
3ff89f7
Fix processDiagnosticMessages script
ahejlsberg Aug 11, 2016
fa991b5
Have travis take shallow clones of the repo (#10275)
weswigham Aug 11, 2016
5b9bd82
Merge branch 'master' into resolve_entity_name
Aug 11, 2016
688e9bc
Merge pull request #10234 from Microsoft/correct-this-in-tuple-type-p…
sandersn Aug 11, 2016
c9f62f3
Add folds to travis log (#10269)
weswigham Aug 11, 2016
e900952
Merge pull request #10013 from Microsoft/resolve_entity_name
Aug 11, 2016
e00ce94
Merge pull request #10240 from Microsoft/optimizeTypeListIds
ahejlsberg Aug 11, 2016
24d8d84
Optimize filterType to only call getUnionType if necessary
ahejlsberg Aug 11, 2016
9ac13ab
Add shorthand types declaration for travis-fold (#10293)
Aug 11, 2016
a3845a9
Optimize getTypeWithFacts
ahejlsberg Aug 11, 2016
c22a54f
Filter out nullable and primitive types in isDiscriminantProperty
ahejlsberg Aug 11, 2016
b336c69
Fix typo
ahejlsberg Aug 11, 2016
29ae2b2
Add regression tests
ahejlsberg Aug 11, 2016
644d655
Optimize core filter function to only allocate when necessary
ahejlsberg Aug 11, 2016
f1ea145
Address CR comments + more optimizations
ahejlsberg Aug 11, 2016
e64675e
Faster path for creating union types from filterType
ahejlsberg Aug 12, 2016
df739fd
Allow an @types direcotry to have a package.json which specifies `"ty…
Aug 11, 2016
b988bc9
Merge pull request #10303 from Microsoft/not_needed_types
Aug 12, 2016
19d89c4
Merge pull request #10296 from Microsoft/fixDiscriminantWithPrimtive
ahejlsberg Aug 12, 2016
87393e0
Merge branch 'master' into optimizeMaps
ahejlsberg Aug 12, 2016
ec49525
Merge pull request #10211 from RyanCavanaugh/fourslashTestPerf
RyanCavanaugh Aug 12, 2016
b0a4e27
Lint
RyanCavanaugh Aug 12, 2016
d206046
Collect timing information for commands running on travis (#10308)
weswigham Aug 12, 2016
c816244
Simplifies performance API
rbuckton Aug 12, 2016
5bdde3b
Merge pull request #10270 from Microsoft/optimizeMaps
ahejlsberg Aug 13, 2016
73d53e8
Use 'MapLike' instead of 'Map' in 'preferConstRule.ts'.
DanielRosenwasser Aug 13, 2016
10d1e02
Merge pull request #10323 from Microsoft/fixLint
DanielRosenwasser Aug 13, 2016
3835302
narrow from 'any' in most situations
yortus Aug 13, 2016
59c09d9
Update instanceof conformance tests
yortus Aug 13, 2016
cc8f326
accept new baselines
yortus Aug 14, 2016
66047c8
add tests
yortus Aug 14, 2016
837688f
accept new baselines
yortus Aug 14, 2016
78cea2a
Merge pull request #10334 from yortus/narrow-from-any
DanielRosenwasser Aug 15, 2016
54735ed
Use lowercase names for type reference directives
Aug 15, 2016
592805f
Use proper response codes in web tests
Aug 15, 2016
a1eda3c
Merge pull request #10341 from Microsoft/runtests_browser_response_code
Aug 15, 2016
ccf5bab
Treat ambient shorthand declarations as explicit uses of the `any` type
Aug 15, 2016
a1dad91
Parallel linting (#10313)
weswigham Aug 15, 2016
2d1b68f
Fix the style fix (#10344)
weswigham Aug 15, 2016
4e04b75
Aligned mark names with values used by ts-perf.
rbuckton Aug 15, 2016
75cb595
Merge pull request #10327 from Microsoft/simplePerformanceAPI
rbuckton Aug 15, 2016
2953c7f
Use an enum in checkClassForDuplicateDeclarations to aid readability
Aug 15, 2016
8f1960f
Rename to Accessor
Aug 15, 2016
ceb11fb
Merge branch 'master' into release-2.0_mergeMaster
Aug 15, 2016
778b921
Correctly update package.json version
Aug 15, 2016
7ee05ba
Merge pull request #10345 from Microsoft/meaning
Aug 15, 2016
7f0a02f
Migrated more MapLikes to Maps
rbuckton Aug 15, 2016
9c83243
Add ES2015 Date constructor signature that accepts another Date (#10353)
yuit Aug 15, 2016
8f847c5
Parameters with no assignments implicitly considered const
ahejlsberg Aug 15, 2016
15dae3f
Add tests
ahejlsberg Aug 15, 2016
f3c085e
Merge branch 'master' into classPropertyInference
sandersn Aug 15, 2016
11f27e8
Merge pull request #10062 from YuichiNukiyama/fix9601
RyanCavanaugh Aug 15, 2016
80c04f8
Merge pull request #10358 from Microsoft/classPropertyInference
sandersn Aug 15, 2016
1dc495a
Migrate additional MapLikes to Maps.
rbuckton Aug 15, 2016
f7f5007
Fix 10625: JSX Not validating when index signature is present (#10352)
yuit Aug 16, 2016
5770157
Adding more comments
ahejlsberg Aug 16, 2016
889e5ac
Clean up/move some Map helper functions.
rbuckton Aug 16, 2016
c014655
Revert some formatting changes.
rbuckton Aug 16, 2016
ce5e207
Improve ReadonlyArray<T>.concat to match Array<T>
sandersn Aug 16, 2016
dcf3946
Fix link to blog
Aug 16, 2016
a697447
Remove old assertion about when we're allowed to use fileExists
Aug 16, 2016
a66b38a
Set isNewIdentifierLocation to true for JavaScript files
jramsay Aug 16, 2016
a36e155
Update error message for conflicting type definitions
RyanCavanaugh Aug 16, 2016
2a62917
Merge pull request #10377 from RyanCavanaugh/fix10370
RyanCavanaugh Aug 16, 2016
9cc8b2e
Merge pull request #10189 from chancancode/constructor-splat-arguments
DanielRosenwasser Aug 16, 2016
01aaff7
Merge pull request #10009 from Microsoft/null-undefined-allowed-as-in…
sandersn Aug 16, 2016
905957d
Merge pull request #10357 from Microsoft/implicitConstParameters
ahejlsberg Aug 16, 2016
c4d1f15
Merge pull request #10375 from Microsoft/fix_blog_link
mhegazy Aug 17, 2016
11c5c4e
Merge pull request #10359 from Microsoft/optimizeMoreMaps
rbuckton Aug 17, 2016
ef4fefc
Merge pull request #10340 from Microsoft/lower_case_types
Aug 17, 2016
c9d1f0d
Merge pull request #10376 from Microsoft/remove_file_exists_assertion
Aug 17, 2016
c42f1cb
Explain why we lower-case type reference directives
Aug 17, 2016
0006371
Merge pull request #10374 from Microsoft/readonly-array-type-argument…
sandersn Aug 17, 2016
96840c3
Merge branch 'master' into allow-js-multiple-declaration-of-construct…
sandersn Aug 17, 2016
c218d37
Merge pull request #9995 from Microsoft/jsdoc-string-literal-types
sandersn Aug 17, 2016
09bc2e6
Merge pull request #10387 from Microsoft/comment_process_type_referen…
mhegazy Aug 17, 2016
07a8f31
Correctly merge bindThisPropertyAssignment
sandersn Aug 17, 2016
c73efe2
Fix comment
sandersn Aug 17, 2016
9769718
Merge pull request #10123 from Microsoft/allow-js-multiple-declaratio…
sandersn Aug 17, 2016
bf63811
Merge pull request #10213 from RyanCavanaugh/baselinePerf
RyanCavanaugh Aug 17, 2016
2d1639f
Property handle imcomplete control flow types in nested loops
ahejlsberg Aug 17, 2016
44476f1
Update due to CR suggestion
jramsay Aug 17, 2016
b93cdec
Add regression test
ahejlsberg Aug 17, 2016
ef2d6ab
Merge pull request #10342 from Microsoft/ambient_shorthand_is_explici…
mhegazy Aug 17, 2016
7a9f8c8
Merge pull request #10391 from Microsoft/SetIsNewIdentifierLocationTo…
jramsay Aug 17, 2016
4880e7e
Merge pull request #10396 from Microsoft/fixNestedLoopTypeGuards
ahejlsberg Aug 17, 2016
5843bbb
Merge branch 'noErrorTruncation' of https://github.com/gcnew/TypeScri…
mhegazy Aug 17, 2016
73a6488
Merge branch 'gcnew-noErrorTruncation'
mhegazy Aug 17, 2016
da8fc5d
Fix 10289: correctly generate tsconfig.json with --lib (#10355)
yuit Aug 17, 2016
2e57220
Add more tests for `export = foo.bar`.
Aug 18, 2016
67b6c56
Output test baselines to tests/baselines/local instead of root
Aug 18, 2016
4e40b75
Merge pull request #10413 from Microsoft/export_equals_property_test
Aug 18, 2016
f57b0fb
Merge pull request #10415 from Microsoft/baseline_local_path
RyanCavanaugh Aug 18, 2016
ee2a2ce
Merge branch 'master' into release-2.0_mergeMaster
Aug 18, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tests/baselines/reference/projectOutput/*
tests/baselines/local/projectOutput/*
tests/services/baselines/prototyping/local/*
tests/services/browser/typescriptServices.js
scripts/authors.js
scripts/configureNightly.js
scripts/processDiagnosticMessages.d.ts
scripts/processDiagnosticMessages.js
Expand Down
146 changes: 146 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@

Alexander <alexander@kuvaev.me># Alexander Kuvaev
AbubakerB <abubaker_bashir@hotmail.com> # Abubaker Bashir
Adam Freidin <adam.freidin@gmail.com> Adam Freidin <afreidin@adobe.com>
Adi Dahiya <adahiya@palantir.com> Adi Dahiya <adi.dahiya14@gmail.com>
Ahmad Farid <ahfarid@microsoft.com> ahmad-farid <ahfarid@microsoft.com>
Alex Eagle <alexeagle@google.com>
Anders Hejlsberg <andersh@microsoft.com> unknown <andersh@AndersX1.NOE.Nokia.com> unknown <andersh@andersh-yoga.redmond.corp.microsoft.com>
Andrew Z Allen <me@andrewzallen.com>
Andy Hanson <anhans@microsoft.com> Andy <anhans@microsoft.com>
Anil Anar <anilanar@hotmail.com>
Anton Tolmachev <myste@mail.ru>
Arnavion <arnavion@gmail.com> # Arnav Singh
Arthur Ozga <aozgaa@umich.edu> Arthur Ozga <t-arthoz@microsoft.com>
Asad Saeeduddin <masaeedu@gmail.com>
Schmavery <avery.schmavery@gmail.com> # Avery Morin
Basarat Ali Syed <basaratali@gmail.com> Basarat Syed <basaratali@gmail.com> basarat <basaratali@gmail.com>
Bill Ticehurst <billti@hotmail.com> Bill Ticehurst <billti@microsoft.com>
Ben Duffield <jebavarde@gmail.com>
Blake Embrey <hello@blakeembrey.com>
Bowden Kelly <wilkelly@microsoft.com>
Brett Mayen <bmayen@midnightsnacks.net>
Bryan Forbes <bryan@reigndropsfall.net>
Caitlin Potter <caitpotter88@gmail.com>
ChrisBubernak <chris.bubernak@gmail.com> unknown <chrbub@chrbub1.redmond.corp.microsoft.com> # Chris Bubernak
Chuck Jazdzewski <chuckj@google.com>
Colby Russell <mr@colbyrussell.com>
Colin Snover <github.com@zetafleet.com>
Cyrus Najmabadi <cyrusn@microsoft.com> CyrusNajmabadi <cyrusn@microsoft.com> unknown <cyrusn@cylap.ntdev.corp.microsoft.com>
Dan Corder <dev@dancorder.com>
Dan Quirk <danquirk@microsoft.com> Dan Quirk <danquirk@users.noreply.github.com> nknown <danquirk@DANQUIRK1.redmond.corp.microsoft.com>
Daniel Rosenwasser <drosen@microsoft.com> Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com> Daniel Rosenwasser <DanielRosenwasser@gmail.com> Daniel Rosenwasser <Daniel.Rosenwasser@microsoft.com> Daniel Rosenwasser <DanielRosenwasser@microsoft.com>
David Li <jiawei.davidli@gmail.com>
David Souther <davidsouther@gmail.com>
Denis Nedelyaev <denvned@gmail.com>
Dick van den Brink <d_vandenbrink@outlook.com> unknown <d_vandenbrink@outlook.com> unknown <d_vandenbrink@live.com>
Dirk Baeumer <dirkb@microsoft.com> Dirk Bäumer <dirkb@microsoft.com> # Dirk Bäumer
Dirk Holtwick <dirk.holtwick@gmail.com>
Doug Ilijev <dilijev@users.noreply.github.com>
Erik Edrosa <erik.edrosa@gmail.com>
Ethan Rubio <ethanrubio@users.noreply.github.com>
Evan Martin <martine@danga.com>
Evan Sebastian <evanlhoini@gmail.com>
Eyas <eyas.sharaiha@gmail.com> # Eyas Sharaiha
falsandtru <falsandtru@users.noreply.github.com> # @falsandtru
Frank Wallis <fwallis@outlook.com>
František Žiačik <fziacik@gratex.com> František Žiačik <ziacik@gmail.com>
Gabriel Isenberg <gisenberg@gmail.com>
Gilad Peleg <giladp007@gmail.com>
Graeme Wicksted <graeme.wicksted@gmail.com>
Guillaume Salles <guillaume.salles@me.com>
Guy Bedford <guybedford@gmail.com> guybedford <guybedford@gmail.com>
Harald Niesche <harald@niesche.de>
Iain Monro <iain.monro@softwire.com>
Ingvar Stepanyan <me@rreverser.com>
impinball <impinball@gmail.com> # Isiah Meadows
Ivo Gabe de Wolff <ivogabe@ivogabe.nl>
James Whitney <james@whitney.io>
Jason Freeman <jfreeman@microsoft.com> Jason Freeman <JsonFreeman@users.noreply.github.com>
Jason Killian <jkillian@palantir.com>
Jason Ramsay <jasonra@microsoft.com> jramsay <jramsay@users.noreply.github.com>
Jed Mao <jed.hunsaker@gmail.com>
Jeffrey Morlan <jmmorlan@sonic.net>
tobisek <jiri@wix.com> # Jiri Tobisek
Johannes Rieken <jrieken@microsoft.com>
John Vilk <jvilk@cs.umass.edu>
jbondc <jbondc@gdesolutions.com> jbondc <jbondc@golnetwork.com> jbondc <jbondc@openmv.com> # Jonathan Bond-Caron
Jonathan Park <jpark@daptiv.com>
Jonathan Turner <jont@microsoft.com> Jonathan Turner <probata@hotmail.com>
Jonathan Toland <toland@dnalot.com>
Jesse Schalken <me@jesseschalken.com>
Josh Kalderimis <josh.kalderimis@gmail.com>
Josh Soref <jsoref@users.noreply.github.com>
Juan Luis Boya García <ntrrgc@gmail.com>
Julian Williams <julianjw92@gmail.com>
Herrington Darkholme <nonamesheep1@gmail.com>
Kagami Sascha Rosylight <saschanaz@outlook.com> SaschaNaz <saschanaz@outlook.com>
Kanchalai Tanglertsampan <yuisu@microsoft.com> Yui <yuit@users.noreply.github.com>
Kanchalai Tanglertsampan <yuisu@microsoft.com> Yui T <yuisu@microsoft.com>
Kanchalai Tanglertsampan <yuisu@microsoft.com> Yui <yuit@users.noreply.github.com>
Kanchalai Tanglertsampan <yuisu@microsoft.com> Yui <yuisu@microsoft.com>
Kanchalai Tanglertsampan <yuisu@microsoft.com> yui T <yuisu@microsoft.com>
Keith Mashinter <kmashint@yahoo.com> kmashint <kmashint@yahoo.com>
Ken Howard <ken@simplicatedweb.com>
kimamula <kenji.imamula@gmail.com> # Kenji Imamula
Kyle Kelley <rgbkrk@gmail.com>
Lorant Pinter <lorant.pinter@prezi.com>
Lucien Greathouse <me@lpghatguy.com>
Martin Vseticka <vseticka.martin@gmail.com> Martin Všeticka <vseticka.martin@gmail.com> MartyIX <vseticka.martin@gmail.com>
vvakame <vvakame+dev@gmail.com> # Masahiro Wakame
Matt McCutchen <rmccutch@mit.edu>
Max Deepfield <maxdeepfield@absolutefreakout.com>
Micah Zoltu <micah@zoltu.net>
Mohamed Hegazy <mhegazy@microsoft.com>
Nathan Shively-Sanders <nathansa@microsoft.com>
Nathan Yee <ny.nathan.yee@gmail.com>
Nima Zahedi <nima.zahedee@gmail.com>
Noj Vek <nojvek@gmail.com>
mihailik <mihailik@gmail.com> # Oleg Mihailik
Oleksandr Chekhovskyi <oleksandr.chekhovskyi@hansoft.com>
Paul van Brenk <paul.van.brenk@microsoft.com> Paul van Brenk <paul.van.brenk@outlook.com> unknown <paul.van.brenk@microsoft.com> unknown <paul.van.brenk@microsoft.com> unknown <pvanbren@pvbvsproai.redmond.corp.microsoft.com>
Oskar Segersva¨rd <oskar.segersvard@widespace.com>
pcan <piero.cangianiello@gmail.com> # Piero Cangianiello
pcbro <2bux89+dk3zspjmuh16o@sharklasers.com> # @pcbro
Pedro Maltez <pedro@pedro.ac> # Pedro Maltez
piloopin <piloopin@gmail.com> # @piloopin
milkisevil <philip@milkisevil.com> # Philip Bulley
progre <djyayutto@gmail.com> # @progre
Prayag Verma <prayag.verma@gmail.com>
Punya Biswal <pbiswal@palantir.com>
Rado Kirov <radokirov@google.com>
Ron Buckton <rbuckton@microsoft.com> Ron Buckton <ron.buckton@microsoft.com>
Richard Knoll <riknoll@users.noreply.github.com> Richard Knoll <riknoll@microsoft.com>
Rowan Wyborn <rwyborn@internode.on.net>
Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com> Ryan Cavanaugh <ryan.cavanaugh@microsoft.com> Ryan Cavanaugh <ryanca@microsoft.com>
Ryohei Ikegami <iofg2100@gmail.com>
Sarangan Rajamanickam <sarajama@microsoft.com>
Sébastien Arod <sebastien.arod@gmail.com>
Sheetal Nandi <shkamat@microsoft.com>
Shengping Zhong <zhongsp@users.noreply.github.com>
shyyko.serhiy@gmail.com <shyyko.serhiy@gmail.com> # Shyyko Serhiy
Simon Hürlimann <simon.huerlimann@cyt.ch>
Solal Pirelli <solal.pirelli@gmail.com>
Stan Thomas <stmsdn@norvil.net>
Stanislav Sysoev <d4rkr00t@gmail.com>
Steve Lucco <steveluc@users.noreply.github.com> steveluc <steveluc@microsoft.com>
Tarik <tarik@pushmote.com> # Tarik Ozket
Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> # Tetsuharu Ohzeki
Tien Nguyen <tihoanh@microsoft.com> tien <hoanhtien@users.noreply.github.com> unknown <tihoanh@microsoft.com> #Tien Hoanhtien
Tim Perry <pimterry@gmail.com>
Tim Viiding-Spader <viispade@users.noreply.github.com>
Tingan Ho <tingan87@gmail.com>
togru <v3nomzxgt8@gmail.com> # togru
Tomas Grubliauskas <tgrubliauskas@gmail.com>
ToddThomson <achilles@telus.net> # Todd Thomson
TruongSinh Tran-Nguyen <i@truongsinh.pro>
vilicvane <i@vilic.info> # Vilic Vane
Vladimir Matveev <vladima@microsoft.com> vladima <vladima@microsoft.com> v2m <desco.by@gmail.com>
Wesley Wigham <t-weswig@microsoft.com> Wesley Wigham <wwigham@gmail.com>
York Yao <plantain-00@users.noreply.github.com> york yao <yaoao12306@outlook.com> yaoyao <yaoyao12306@163.com>
Yuichi Nukiyama <oscar.wilde84@hotmail.co.jp> YuichiNukiyama <oscar.wilde84@hotmail.co.jp>
Zev Spitz <shivisi@etrog.net.il>
Zhengbo Li <zhengbli@microsoft.com> zhengbli <zhengbli@microsoft.com> Zhengbo Li <Zhengbo Li> Zhengbo Li <zhengbli@mirosoft.com> tinza123 <li.zhengbo@outlook.com> unknown <zhengbli@zhengblit430.redmond.corp.microsoft.com> Zhengbo Li <Zhengbo Li>
zhongsp <patrick.zhongsp@gmail.com> # Patrick Zhong
T18970237136 <T18970237136@users.noreply.github.com> # @T18970237136
JBerger <JBerger@melco.com>
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,34 @@ node_js:
- '0.10'

sudo: false

env:
- workerCount=3

matrix:
fast_finish: true
include:
- os: osx
node_js: stable
osx_image: xcode7.3
env: workerCount=2
allow_failures:
- os: osx

branches:
only:
- master
- transforms

install:
- npm uninstall typescript
- npm uninstall tslint
- npm install
- npm update

cache:
directories:
- node_modules

git:
depth: 1
110 changes: 73 additions & 37 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,105 +1,141 @@
TypeScript is authored by:

* Abubaker Bashir
* Adam Freidin
* Ahmad Farid
* Akshar Patel
* Adi Dahiya
* Ahmad Farid
* Alex Eagle
* Alexander Kuvaev
* Anders Hejlsberg
* Andrew Z Allen
* Andy Hanson
* Anil Anar
* Anton Tolmachev
* Arnav Singh
* Arthur Ozga
* Asad Saeeduddin
* Basarat Ali Syed
* Avery Morin
* Basarat Ali Syed
* Ben Duffield
* Bill Ticehurst
* Bill Ticehurst
* Blake Embrey
* Bowden Kelly
* Brett Mayen
* Bryan Forbes
* Caitlin Potter
* Bryan Forbes
* Caitlin Potter
* Chris Bubernak
* Colby Russell
* Chuck Jazdzewski
* Colby Russell
* Colin Snover
* Cyrus Najmabadi
* Dan Corder
* Dan Quirk
* Dan Quirk
* Daniel Rosenwasser
* @dashaus
* David Li
* David Li
* David Souther
* Denis Nedelyaev
* Dick van den Brink
* Dirk Bäumer
* Dirk Holtwick
* Doug Ilijev
* Erik Edrosa
* Ethan Rubio
* Evan Martin
* Evan Sebastian
* Eyas Sharaiha
* @falsandtru
* Frank Wallis
* Frank Wallis
* František Žiačik
* Gabriel Isenberg
* Gilad Peleg
* Gilad Peleg
* Graeme Wicksted
* Guillaume Salles
* Guillaume Salles
* Guy Bedford
* Harald Niesche
* Herrington Darkholme
* Iain Monro
* Ingvar Stepanyan
* Ivo Gabe de Wolff
* James Whitney
* Isiah Meadows
* Ivo Gabe de Wolff
* James Whitney
* Jason Freeman
* Jason Killian
* Jason Ramsay
* Jason Ramsay
* JBerger
* Jed Mao
* Jeffrey Morlan
* Johannes Rieken
* Jesse Schalken
* Jiri Tobisek
* Johannes Rieken
* John Vilk
* Jonathan Bond-Caron
* Jonathan Park
* Jonathan Toland
* Jonathan Turner
* Jonathon Smith
* Josh Kalderimis
* Josh Soref
* Juan Luis Boya García
* Julian Williams
* Kagami Sascha Rosylight
* Kanchalai Tanglertsampan
* Keith Mashinter
* Ken Howard
* Kenji Imamula
* Lorant Pinter
* Kyle Kelley
* Lorant Pinter
* Lucien Greathouse
* Martin Všetička
* Martin Vseticka
* Masahiro Wakame
* Mattias Buelens
* Matt McCutchen
* Max Deepfield
* Micah Zoltu
* Mohamed Hegazy
* Micah Zoltu
* Mohamed Hegazy
* Nathan Shively-Sanders
* Nathan Yee
* Nima Zahedi
* Noj Vek
* Oleg Mihailik
* Oleksandr Chekhovskyi
* Paul van Brenk
* Oleksandr Chekhovskyi
* Oskar Segersva¨rd
* Patrick Zhong
* Paul van Brenk
* @pcbro
* Pedro Maltez
* Pedro Maltez
* Philip Bulley
* piloopin
* Piero Cangianiello
* @piloopin
* Prayag Verma
* @progre
* Punya Biswal
* Richard Sentino
* Ron Buckton
* Rado Kirov
* Richard Knoll
* Ron Buckton
* Rowan Wyborn
* Ryan Cavanaugh
* Ryan Cavanaugh
* Ryohei Ikegami
* Sébastien Arod
* Sarangan Rajamanickam
* Sheetal Nandi
* Shengping Zhong
* Shyyko Serhiy
* Simon Hürlimann
* Solal Pirelli
* Stan Thomas
* Stanislav Sysoev
* Steve Lucco
* Thomas Loubiou
* Sébastien Arod
* @T18970237136
* Tarik Ozket
* Tien Hoanhtien
* Tim Perry
* Tim Viiding-Spader
* Tingan Ho
* Todd Thomson
* togru
* Tomas Grubliauskas
* TruongSinh Tran-Nguyen
* Viliv Vane
* Vilic Vane
* Vladimir Matveev
* Wesley Wigham
* York Yao
* Yui Tanglertsampan
* Yuichi Nukiyama
* Zev Spitz
* Zhengbo Li
* Zev Spitz
* Zhengbo Li
Loading