Skip to content

PR #1

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

Merged
merged 7,993 commits into from
Sep 26, 2016
Merged

PR #1

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7993 commits
Select commit Hold shift + click to select a range
56c37ec
Merge branch 'master' into literalTypesAlways
mhegazy Sep 7, 2016
2d64a23
Merge branch 'master' into services_modules_2
Sep 7, 2016
1e2abc8
Merge pull request #10674 from Microsoft/glob_outdir_bug
riknoll Sep 7, 2016
890c793
Merge pull request #10756 from Microsoft/changeTravisBranch
mhegazy Sep 7, 2016
69b0b56
Factor out getRenameInfo
Sep 7, 2016
67c2ed6
Update Jakefile
Sep 7, 2016
60b382d
Correct emit comment for decorated class declaration
Sep 7, 2016
7d91ac8
Add tests and baselines
Sep 7, 2016
98ac4e4
Allow -Infinity as an enum property name
fabiancook Sep 7, 2016
c3e63ee
Move allocators.ts to services.ts, meaning.ts to utilities.ts, and tr…
Sep 7, 2016
5714440
Correct strings based on linting rules
fabiancook Sep 7, 2016
874846a
Merge pull request #10749 from fabiancook/master
sandersn Sep 7, 2016
43a0ea8
Force source-map-support to not have source maps
sandersn Sep 7, 2016
a49ce91
Only emit comment only once in module declaration with identifier pat…
Sep 7, 2016
9d63c5a
Only emit comment once for export enum declaration
Sep 8, 2016
eea0380
When emitting react code, replace HTML numeric entities with their en…
Sep 7, 2016
a8eb4a2
Also decode entities when emitting attributes. Also, lexer should not…
Sep 8, 2016
262a7f6
Use undefined, not null, to satisfy linter
sandersn Sep 8, 2016
8e6f6a4
Update preferConstRule to use getCombined*X*Flags
sandersn Sep 8, 2016
b142bfc
Remove another unused function in preferConstRule
sandersn Sep 8, 2016
1fe7d3f
Yep, another unused function in preferConstRule
sandersn Sep 8, 2016
d248358
Merge pull request #10781 from Microsoft/update-preferConstRule
sandersn Sep 8, 2016
2ad7162
Merge pull request #10747 from Microsoft/react_emit_entities_2
Sep 8, 2016
7f84953
Merge pull request #10753 from Microsoft/services_modules_2
Sep 8, 2016
d6de3e1
Revert "Remove failing fourslash tests (may need to be restored and f…
mhegazy Sep 8, 2016
f73b4be
Revert "Remove failing fourslash tests (may need to be restored and f…
mhegazy Sep 8, 2016
3b40aff
Number is assignable to enum, even inside union
sandersn Sep 8, 2016
1cd0093
Test that number is assignable to enum in a union
sandersn Sep 8, 2016
069c10c
Use baselines for quick info tests to ease updates
mhegazy Sep 8, 2016
ccca525
Merge pull request #10764 from Microsoft/exclude-source-map-support-F…
sandersn Sep 8, 2016
05882ff
Merge branch 'useBaselinesForQuickInfoTests' into literalTypesAlways
mhegazy Sep 8, 2016
5338733
Fix duplicate baselines
mhegazy Sep 8, 2016
76fe6e4
Use shorthand properties
mhegazy Sep 8, 2016
ae65a41
A shorthand ambient module should be considered as possibly exporting…
Sep 8, 2016
1bc61c7
Enum literal is assignable to enum, even inside union
sandersn Sep 8, 2016
570433e
Test that enum literal is assignable to an enum in a union
sandersn Sep 8, 2016
f6e2429
Merge pull request #10788 from Microsoft/useBaselinesForQuickInfoTests
mhegazy Sep 8, 2016
f13c16d
Fix tests
mhegazy Sep 8, 2016
dfb5091
Merge branch 'master' into literalTypesAlways
mhegazy Sep 8, 2016
090c2fe
Accept baselines after merge
mhegazy Sep 8, 2016
3ea1b79
Fix fourslash test
mhegazy Sep 8, 2016
feedb6c
Make preProcessFile public again
rbuckton Sep 8, 2016
5f0ada1
Fix both new enum assignability predicates
sandersn Sep 8, 2016
b90e3ee
Fix classifier as well.
rbuckton Sep 8, 2016
e16cf96
Merge pull request #10796 from Microsoft/fixPreProcess
rbuckton Sep 9, 2016
c048f7c
Fix deferred export of array binding pattern
rbuckton Sep 9, 2016
6b25dab
Merge pull request #10798 from Microsoft/fix10778
rbuckton Sep 9, 2016
b5d2707
Merge pull request #10789 from Microsoft/re_export_shorthand
Sep 9, 2016
15e01f0
Move code to a new module documentRegistry.ts
Sep 8, 2016
63f39c5
Handle `OmittedExpression` nodes in binding patterns
Sep 9, 2016
b052d69
Merge pull request #10810 from Microsoft/handle_omitted_expression
Sep 9, 2016
ec34b97
Merge branch 'master' into document_registry
Sep 9, 2016
790af0a
Surfacing method to get Completion Symbol instead of details for bett…
Sep 9, 2016
1021e80
Surfacing function in services.ts
Sep 9, 2016
6e72858
Assume outer variables are always initialized in control flow analysis
ahejlsberg Sep 9, 2016
7ffc705
Add regression tests
ahejlsberg Sep 9, 2016
be85caf
Don't try to unlink folders
RyanCavanaugh Sep 9, 2016
fbea11f
Fix line endings
Sep 9, 2016
a824227
Merge pull request #10816 from RyanCavanaugh/fix_jake_ba
RyanCavanaugh Sep 9, 2016
766ecca
Merge pull request #10815 from Microsoft/controlFlowOuterVariable
ahejlsberg Sep 9, 2016
8b1acf6
Merge pull request #10577 from Microsoft/fixBooleanLiteralTypes
ahejlsberg Sep 9, 2016
63eec9c
Fix {Map,WeakMap}.prototype.set method signatures (#10694)
falsandtru Sep 9, 2016
b2db229
Document `endOfChain`
Sep 9, 2016
435338b
Merge branch 'master' into walk_symbol
Sep 9, 2016
f91ad39
Merge pull request #10787 from Microsoft/document_registry
Sep 9, 2016
d31f867
Adding method stub for the LanguageServiceShimProxy implementation
Sep 9, 2016
f9492d0
method stub throwing an error for SessionClient
Sep 9, 2016
72c5c2b
lint: remove trailing whitespace in completions.ts
Sep 9, 2016
4bd6a60
Simplify parameters of `quickInfoIs`: `expectedtext` must be present …
Sep 9, 2016
81a60c4
Merge pull request #10831 from Microsoft/quick_info_is_parameters
Sep 9, 2016
f8b11fb
minor changes from PR feedback
Sep 9, 2016
1cdd1d3
Code cleanup and a few edge cases
riknoll Sep 9, 2016
3facc3e
Merge pull request #10813 from microsoftsam/master
mhegazy Sep 9, 2016
2305c68
Merge pull request #10818 from falsandtru/lib.d.ts/map
mhegazy Sep 9, 2016
ab0a788
Disallow comma operator when LHS is pure
RyanCavanaugh Sep 9, 2016
2069e1c
Prevent duplicate entries from type references
riknoll Sep 9, 2016
2bb2b09
Added a STRATEGY placeholder for the --moduleResolution option
krizalys Sep 10, 2016
0f90d88
Preserve type parameter types in narrowing
ahejlsberg Sep 10, 2016
fbebbca
Add regression test
ahejlsberg Sep 10, 2016
48a610c
Fix ECMA-402 declarations (issue #10618)
jeffreymorlan Sep 10, 2016
aeb899a
Merge branch 'master' into literalTypesAlways
ahejlsberg Sep 11, 2016
a28c703
Accept new baselines
ahejlsberg Sep 11, 2016
2344a80
Handle const binding elements with initializers correctly
ahejlsberg Sep 11, 2016
ef81594
Add tests
ahejlsberg Sep 11, 2016
3cca17e
Merge pull request #10676 from Microsoft/literalTypesAlways
ahejlsberg Sep 11, 2016
739ec8e
Update tests
Sep 12, 2016
e0fd0e8
Merge branch 'master' into walk_symbol
Sep 12, 2016
37d6ab3
Merge pull request #10507 from Microsoft/walk_symbol
Sep 12, 2016
8f40620
Address PR comments
sandersn Sep 12, 2016
e90f5e0
More tests of enum assignability
sandersn Sep 12, 2016
9861c0f
Fix lint
sandersn Sep 12, 2016
0f16181
Merge branch 'master' into enum-number-assignability-in-unions
sandersn Sep 12, 2016
b497cc5
Update baselines
sandersn Sep 12, 2016
f91a123
PR feedback
riknoll Sep 12, 2016
8fa39f3
Merge pull request #10834 from krizalys/fix-10833
mhegazy Sep 12, 2016
1fce34b
Merge pull request #10839 from Microsoft/fixNarrowingWithTypeParameter
mhegazy Sep 12, 2016
cfe60fa
Fix issue with helper emit.
rbuckton Sep 12, 2016
6e8182d
Quick bail out when narrowing type any by equality
ahejlsberg Sep 12, 2016
1973cf8
Add regression test
ahejlsberg Sep 12, 2016
3f266fb
Support export default for target=ES5/module=ES6.
rbuckton Sep 12, 2016
b526aa3
Update failing test baseline
mhegazy Sep 12, 2016
208b341
Merge branch 'master' into fixNarrowingWithAny
mhegazy Sep 12, 2016
977b788
Enum assignability:loosen numbers+tighten computed
sandersn Sep 12, 2016
5cf99e6
Update baselines for updated enum assignability
sandersn Sep 12, 2016
c7bb95b
Fix missing asteriskToken for target=es6/module=amd.
rbuckton Sep 12, 2016
cf36faf
Computed enum assignability is semi-structural
sandersn Sep 12, 2016
c071b39
Update baselines
sandersn Sep 12, 2016
5b3c272
Disallow left comma operator operands which don't have side effects
RyanCavanaugh Sep 12, 2016
439fe79
Merge pull request #10871 from Microsoft/fix10800
rbuckton Sep 12, 2016
816808c
No widening of inferred type when initializer has a type assertion
ahejlsberg Sep 12, 2016
d83e7c1
Accept new baselines
ahejlsberg Sep 12, 2016
2942de1
Add test
ahejlsberg Sep 12, 2016
810a680
Fix missing final label.
rbuckton Sep 12, 2016
0451cc3
Merge pull request #10874 from Microsoft/fix10855
rbuckton Sep 12, 2016
f16edf9
Merge pull request #10875 from Microsoft/fix10857
rbuckton Sep 12, 2016
e038215
Implement NavigateTo for single files, instead of the project.
Sep 13, 2016
17dbaf0
Get rid of BOM
Sep 13, 2016
9812ab5
Merge pull request #10870 from Microsoft/fixNarrowingWithAny
ahejlsberg Sep 13, 2016
caa2bd5
Merge branch 'master' into typeAssertionInitializers
ahejlsberg Sep 13, 2016
4af2dcd
Consume exceptions when checking for import completions
riknoll Sep 13, 2016
6ea5c22
Also wrap getEffectiveTypeRoots in import completion code
riknoll Sep 13, 2016
899ce32
Added test for scenario.
rbuckton Sep 13, 2016
24b802e
Fix captured block scope variables in downlevel async.
rbuckton Sep 13, 2016
715d3f2
Merge branch 'master' into umd_export
Sep 13, 2016
48c67cb
Merge branch 'master' into import_directory
Sep 13, 2016
5ed0653
Remove unnecessary parentheses
sandersn Sep 13, 2016
95210ac
Merge pull request #10784 from Microsoft/enum-number-assignability-in…
sandersn Sep 13, 2016
84caec3
PR feedback and clean up.
Sep 13, 2016
7e33955
Merge pull request #10883 from Microsoft/fix10876
rbuckton Sep 13, 2016
65d40f8
Merge pull request #10888 from Microsoft/safe_import_completions
riknoll Sep 13, 2016
1946261
Add stackTraceLimit; update harness/tsconfig.json
sandersn Sep 13, 2016
ced5f62
Merge branch 'master' into disallowBadCommas
RyanCavanaugh Sep 13, 2016
956c582
Simplify quick-info tests
Sep 9, 2016
add7c1a
Flip check, add SEF cases
RyanCavanaugh Sep 13, 2016
509de27
Baseline update
RyanCavanaugh Sep 13, 2016
8cadf56
Add JSX to SEF exprs
RyanCavanaugh Sep 13, 2016
38f6f80
Fix build tasks for iocapture
mhegazy Sep 13, 2016
5721f03
Merge pull request #10842 from jeffreymorlan/fix-10618
mhegazy Sep 13, 2016
094cb6d
Added comments for __generator, reduced overall size of helper
rbuckton Sep 13, 2016
a612d58
Merge pull request #10582 from oijazsh/TS2339
mhegazy Sep 13, 2016
e7de977
Merge pull request #10754 from Microsoft/source_file
Sep 13, 2016
3d0547c
Merge pull request #10550 from benmosher/strict-null-check-proxy
mhegazy Sep 13, 2016
e647933
Merge pull request #10333 from jwbay/better-type-as-value-error
mhegazy Sep 13, 2016
873850b
Merge pull request #9941 from Microsoft/configuration-inheritance
mhegazy Sep 13, 2016
02334d8
Merge pull request #10890 from Microsoft/fix10889
rbuckton Sep 13, 2016
537fee1
Resolve diagnostics conflict
RyanCavanaugh Sep 13, 2016
f2c4c60
Add Code of Conduct
Sep 13, 2016
4994ec4
Removed Code of Conduct from contributing, since readme is more obvious
Sep 13, 2016
5a378b7
Fix build error caused by merge
mhegazy Sep 13, 2016
def9ed4
Merge branch 'master' into disallowBadCommas
RyanCavanaugh Sep 13, 2016
8079b8d
Merge pull request #10881 from Microsoft/typeAssertionInitializers
ahejlsberg Sep 13, 2016
0212319
move to contribute header
Sep 13, 2016
97d8632
Merge pull request #10906 from Microsoft/coc
paulvanbrenk Sep 13, 2016
4a37fd7
More PR feedback
riknoll Sep 14, 2016
6dfe55e
Merge pull request #10902 from Microsoft/FixIOCapture
mhegazy Sep 14, 2016
cb9cacf
Merge branch 'master' of https://github.com/gnalck/TypeScript into gn…
mhegazy Sep 14, 2016
86651c7
Merge branch 'gnalck-master'
mhegazy Sep 14, 2016
542a2a0
Merge branch 'master' of https://github.com/Microsoft/TypeScript
mhegazy Sep 14, 2016
94ddbb5
Merge branch 'change_unexposed_error_message' of https://github.com/Y…
mhegazy Sep 14, 2016
7fb0e15
Use diffrent error message for namespaces unexported members
mhegazy Sep 14, 2016
f34cf80
Merge branch 'YuichiNukiyama-change_unexposed_error_message'
mhegazy Sep 14, 2016
5367249
Merge branch 'fixUnionTypeCallSignature' of https://github.com/ericts…
mhegazy Sep 14, 2016
fb274ac
Merge branch 'erictsangx-fixUnionTypeCallSignature'
mhegazy Sep 14, 2016
d42dbfa
Merge branch 'sergey-shandar-findindex' of https://github.com/sergey-…
mhegazy Sep 14, 2016
2f9879c
Update other defintions of findIndex
mhegazy Sep 14, 2016
fe642f5
Merge branch 'sergey-shandar-sergey-shandar-findindex'
mhegazy Sep 14, 2016
0f51bdb
Rename function and use `directorySeparator` variables
Sep 14, 2016
695410c
Remove duplicate test
Sep 14, 2016
f00d3fc
Merge pull request #9897 from Microsoft/umd_export
Sep 14, 2016
ab98dcf
Merge pull request #10899 from Microsoft/two-small-gulp-fixes
sandersn Sep 14, 2016
a399e8d
Fix merge conflict
RyanCavanaugh Sep 14, 2016
6a89972
Lint
RyanCavanaugh Sep 14, 2016
9ff425b
Fix issue 10843
Salasar Sep 14, 2016
5e3e0d6
Merge pull request #10900 from Microsoft/quick_info_tests
mhegazy Sep 14, 2016
6aa2427
add test for issue 10843
Salasar Sep 14, 2016
e9ad5da
Match number and string literal types to number and string in inference
ahejlsberg Sep 14, 2016
2468d44
Add readonly typings for Set and Map
gmoothart Sep 14, 2016
efc15ae
Accept new baselines
ahejlsberg Sep 14, 2016
032cd32
Add regression test
ahejlsberg Sep 14, 2016
4e46b97
Merge pull request #10877 from RyanCavanaugh/disallowBadCommas
RyanCavanaugh Sep 14, 2016
3e1da93
Merge pull request #10448 from Microsoft/improvePromiseType
rbuckton Sep 14, 2016
ad6782a
Fix test issues due to an out of order merge
rbuckton Sep 14, 2016
0e0434d
Merge pull request #10925 from Microsoft/fixMergeIssue
rbuckton Sep 14, 2016
e50105b
Fix super in down-level async method
rbuckton Sep 14, 2016
a690ba2
add release-2.0
mhegazy Sep 14, 2016
b6f7dd7
More PR feedback
riknoll Sep 14, 2016
42515c7
Merge pull request #10510 from Microsoft/import_directory
Sep 14, 2016
e9178a5
Merge pull request #10885 from Microsoft/navtosinglefile
paulvanbrenk Sep 14, 2016
832295d
Address CR feedback
ahejlsberg Sep 14, 2016
9e61168
Allow type and NS references to UMD globals from modules
RyanCavanaugh Sep 14, 2016
e2ff42f
Add comment explaining a magic constant in parser
sandersn Sep 14, 2016
21c2c89
Merge pull request #10926 from Microsoft/fix10862
rbuckton Sep 15, 2016
ea3752a
Merge remote-tracking branch 'origin/master' into go_to_implementatio…
riknoll Sep 15, 2016
bbf80a7
Merge pull request #10920 from Microsoft/fixLiteralUnionInference
ahejlsberg Sep 15, 2016
fd93699
Fixing formatting
riknoll Sep 15, 2016
4eef417
Merge remote-tracking branch 'origin/master' into go_to_implementatio…
riknoll Sep 15, 2016
7c8a6ce
revert tests
Salasar Sep 15, 2016
62f7c8a
revert fix for generated files
Salasar Sep 15, 2016
df5e176
update findIndex for es5 typed arrays
Salasar Sep 15, 2016
f26921b
Make declaration emit test name consistent
Sep 15, 2016
10b3d73
Merge pull request #10917 from Salasar/Fix10843
mhegazy Sep 15, 2016
dc501f4
Update baselines
Sep 15, 2016
e2ee3c5
Removed constructor typings which can't be used
gmoothart Sep 15, 2016
a9d4b30
indenting
gmoothart Sep 15, 2016
9d8d2b6
Merge pull request #10921 from gmoothart/readonly-collections
mhegazy Sep 15, 2016
f8f244f
Merge branch 'master' into new-jsdoc-parser
sandersn Sep 15, 2016
29d85cd
Merge remote-tracking branch 'origin/master' into go_to_implementatio…
riknoll Sep 15, 2016
955f2f2
Merge pull request #10671 from Microsoft/new-jsdoc-parser
sandersn Sep 15, 2016
98a3fc5
Merge pull request #10929 from RyanCavanaugh/fix10638
RyanCavanaugh Sep 15, 2016
50d243e
Merge pull request #10482 from Microsoft/go_to_implementation_pr
riknoll Sep 15, 2016
a4864d0
Add tests
Sep 16, 2016
e881081
Serialize type alias when type alias symbol is not accessible
Sep 16, 2016
e60e72e
Update baselines
Sep 16, 2016
2ac86d7
Merge pull request #10767 from Microsoft/fix10739_commentEnumDeclaration
yuit Sep 16, 2016
fcdc07e
Merge pull request #10760 from Microsoft/fix10731_commentDecoratedClass
yuit Sep 16, 2016
f137c92
Address PR
Sep 16, 2016
58976ff
Merge branch 'master' into emitTypeAliasInDeclarationFile
Sep 16, 2016
0b5c8ce
Fix build break: difference result from treating things as literal type
Sep 16, 2016
949c197
Merge pull request #10958 from Microsoft/fixBuildBreak
yuit Sep 16, 2016
94cd9ae
Merge branch 'master' into emitTypeAliasInDeclarationFile
Sep 16, 2016
b193426
Address PR: Update comment
Sep 16, 2016
599d2b0
Merge pull request #10953 from Microsoft/emitTypeAliasInDeclarationFile
yuit Sep 16, 2016
02547fe
Merge pull request #10766 from Microsoft/fix10741_emitCommentOnlyOnce
yuit Sep 16, 2016
6326198
change error message for assigning from object
YuichiNukiyama Sep 17, 2016
fc4a5df
Fix Reflect has method signature(s) per issue #10949 initial report
Sep 17, 2016
c76b8b1
fix linting error
YuichiNukiyama Sep 17, 2016
b7d1d11
Merge pull request #10962 from johanssj/Fix10949
mhegazy Sep 19, 2016
c5657a3
Output the help message line by line.
Dafrok Sep 19, 2016
056662d
Pass the jake test
Dafrok Sep 19, 2016
e6610c5
Handle msising tags for JsDoc nodes
Sep 19, 2016
af5148d
Add back getSourceFile and mark it as deprecated
mhegazy Sep 19, 2016
9f22bad
Use TypeFlags.Never to check for 'never' type
ahejlsberg Sep 19, 2016
19aac12
Merge pull request #10995 from Microsoft/js_doc_comment_no_tags
Sep 19, 2016
ed33801
Use silent never type in control flow loop analysis
ahejlsberg Sep 19, 2016
7b1ca04
Add regression test
ahejlsberg Sep 20, 2016
7980489
Accept new baselines
ahejlsberg Sep 20, 2016
4ec9209
Take a few changes.
Dafrok Sep 20, 2016
070aa83
Merge pull request #10980 from Dafrok/master
mhegazy Sep 20, 2016
bf471c2
fix typo
YuichiNukiyama Sep 20, 2016
c1aff4f
remove extra files
YuichiNukiyama Sep 21, 2016
40ea667
Merge pull request #10961 from YuichiNukiyama/change_errormessage
sandersn Sep 21, 2016
40327b3
Merge pull request #11001 from Microsoft/silentNever
ahejlsberg Sep 21, 2016
a0206ec
Correctly remove stale .error.txt baselines
RyanCavanaugh Sep 21, 2016
95c3ecc
Merge pull request #11049 from RyanCavanaugh/correctErrorBaseline
RyanCavanaugh Sep 22, 2016
b21a739
Fix downlevel async hoisting
rbuckton Sep 24, 2016
7f98d3d
Fix some issues with module ES6/target ES5
rbuckton Sep 24, 2016
018bc74
Fix missing visit of expression in for..of
rbuckton Sep 24, 2016
992b385
Merge pull request #11130 from Microsoft/fix11031
rbuckton Sep 25, 2016
1f791e2
Merge pull request #11131 from Microsoft/fix11037
rbuckton Sep 25, 2016
9950b98
Merge pull request #11132 from Microsoft/fix11024
rbuckton Sep 25, 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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.js linguist-language=TypeScript
*.js linguist-language=TypeScript
* -text
40 changes: 23 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,57 @@
node_modules/
built/*
tests/cases/*.js
tests/cases/*/*.js
tests/cases/*/*/*.js
tests/cases/*/*/*/*.js
tests/cases/*/*/*/*/*.js
tests/cases/*.js.map
tests/cases/*/*.js.map
tests/cases/*/*/*.js.map
tests/cases/*/*/*/*.js.map
tests/cases/*/*/*/*/*.js.map
tests/cases/rwc/*
tests/cases/test262/*
tests/cases/perf/*
!tests/cases/webharness/compilerToString.js
test-args.txt
~*.docx
\#*\#
.\#*
tests/baselines/local/*
tests/baselines/local.old/*
tests/services/baselines/local/*
tests/baselines/prototyping/local/*
tests/baselines/rwc/*
tests/baselines/test262/*
tests/baselines/reference/projectOutput/*
tests/baselines/reference/projectOutput/*
tests/baselines/local/projectOutput/*
tests/baselines/reference/testresults.tap
tests/services/baselines/prototyping/local/*
tests/services/browser/typescriptServices.js
scripts/authors.js
scripts/configureNightly.js
scripts/processDiagnosticMessages.d.ts
scripts/processDiagnosticMessages.js
scripts/importDefinitelyTypedTests.js
scripts/importDefinitelyTypedTests/importDefinitelyTypedTests.js
src/harness/*.js
src/compiler/diagnosticInformationMap.generated.ts
src/compiler/diagnosticMessages.generated.json
rwc-report.html
*.swp
build.json
*.actual
tests/webTestServer.js
tests/webTestServer.js.map
tests/webhost/*.d.ts
tests/webhost/webtsc.js
tests/*.js
tests/*.js.map
tests/*.d.ts
tests/cases/**/*.js
tests/cases/**/*.js.map
*.config
scripts/debug.bat
scripts/run.bat
scripts/word2md.js
scripts/ior.js
scripts/*.js.map
scripts/typings/
coverage/
internal/
**/.DS_Store
.settings/*
!.settings/tasks.json
.settings
**/.vs
**/.vscode
!**/.vscode/tasks.json
!tests/cases/projects/projectOption/**/node_modules
!tests/cases/projects/NodeModulesSearch/**/*
!tests/baselines/reference/project/nodeModules*/**/*
.idea
146 changes: 146 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@

Alexander <[email protected]># Alexander Kuvaev
AbubakerB <[email protected]> # Abubaker Bashir
Adam Freidin <[email protected]> Adam Freidin <[email protected]>
Adi Dahiya <[email protected]> Adi Dahiya <[email protected]>
Ahmad Farid <[email protected]> ahmad-farid <[email protected]>
Alex Eagle <[email protected]>
Anders Hejlsberg <[email protected]> unknown <[email protected]> unknown <[email protected]>
Andrew Z Allen <[email protected]>
Andy Hanson <[email protected]> Andy <[email protected]>
Anil Anar <[email protected]>
Anton Tolmachev <[email protected]>
Arnavion <[email protected]> # Arnav Singh
Arthur Ozga <[email protected]> Arthur Ozga <[email protected]>
Asad Saeeduddin <[email protected]>
Schmavery <[email protected]> # Avery Morin
Basarat Ali Syed <[email protected]> Basarat Syed <[email protected]> basarat <[email protected]>
Bill Ticehurst <[email protected]> Bill Ticehurst <[email protected]>
Ben Duffield <[email protected]>
Blake Embrey <[email protected]>
Bowden Kelly <[email protected]>
Brett Mayen <[email protected]>
Bryan Forbes <[email protected]>
Caitlin Potter <[email protected]>
ChrisBubernak <[email protected]> unknown <[email protected]> # Chris Bubernak
Chuck Jazdzewski <[email protected]>
Colby Russell <[email protected]>
Colin Snover <[email protected]>
Cyrus Najmabadi <[email protected]> CyrusNajmabadi <[email protected]> unknown <[email protected]>
Dan Corder <[email protected]>
Dan Quirk <[email protected]> Dan Quirk <[email protected]> nknown <[email protected]>
Daniel Rosenwasser <[email protected]> Daniel Rosenwasser <[email protected]> Daniel Rosenwasser <[email protected]> Daniel Rosenwasser <[email protected]> Daniel Rosenwasser <[email protected]>
David Li <[email protected]>
David Souther <[email protected]>
Denis Nedelyaev <[email protected]>
Dick van den Brink <[email protected]> unknown <[email protected]> unknown <[email protected]>
Dirk Baeumer <[email protected]> Dirk Bäumer <[email protected]> # Dirk Bäumer
Dirk Holtwick <[email protected]>
Doug Ilijev <[email protected]>
Erik Edrosa <[email protected]>
Ethan Rubio <[email protected]>
Evan Martin <[email protected]>
Evan Sebastian <[email protected]>
Eyas <[email protected]> # Eyas Sharaiha
falsandtru <[email protected]> # @falsandtru
Frank Wallis <[email protected]>
František Žiačik <[email protected]> František Žiačik <[email protected]>
Gabriel Isenberg <[email protected]>
Gilad Peleg <[email protected]>
Graeme Wicksted <[email protected]>
Guillaume Salles <[email protected]>
Guy Bedford <[email protected]> guybedford <[email protected]>
Harald Niesche <[email protected]>
Iain Monro <[email protected]>
Ingvar Stepanyan <[email protected]>
impinball <[email protected]> # Isiah Meadows
Ivo Gabe de Wolff <[email protected]>
James Whitney <[email protected]>
Jason Freeman <[email protected]> Jason Freeman <[email protected]>
Jason Killian <[email protected]>
Jason Ramsay <[email protected]> jramsay <[email protected]>
Jed Mao <[email protected]>
Jeffrey Morlan <[email protected]>
tobisek <[email protected]> # Jiri Tobisek
Johannes Rieken <[email protected]>
John Vilk <[email protected]>
jbondc <[email protected]> jbondc <[email protected]> jbondc <[email protected]> # Jonathan Bond-Caron
Jonathan Park <[email protected]>
Jonathan Turner <[email protected]> Jonathan Turner <[email protected]>
Jonathan Toland <[email protected]>
Jesse Schalken <[email protected]>
Josh Kalderimis <[email protected]>
Josh Soref <[email protected]>
Juan Luis Boya García <[email protected]>
Julian Williams <[email protected]>
Herrington Darkholme <[email protected]>
Kagami Sascha Rosylight <[email protected]> SaschaNaz <[email protected]>
Kanchalai Tanglertsampan <[email protected]> Yui <[email protected]>
Kanchalai Tanglertsampan <[email protected]> Yui T <[email protected]>
Kanchalai Tanglertsampan <[email protected]> Yui <[email protected]>
Kanchalai Tanglertsampan <[email protected]> Yui <[email protected]>
Kanchalai Tanglertsampan <[email protected]> yui T <[email protected]>
Keith Mashinter <[email protected]> kmashint <[email protected]>
Ken Howard <[email protected]>
kimamula <[email protected]> # Kenji Imamula
Kyle Kelley <[email protected]>
Lorant Pinter <[email protected]>
Lucien Greathouse <[email protected]>
Martin Vseticka <[email protected]> Martin Všeticka <[email protected]> MartyIX <[email protected]>
vvakame <[email protected]> # Masahiro Wakame
Matt McCutchen <[email protected]>
Max Deepfield <[email protected]>
Micah Zoltu <[email protected]>
Mohamed Hegazy <[email protected]>
Nathan Shively-Sanders <[email protected]>
Nathan Yee <[email protected]>
Nima Zahedi <[email protected]>
Noj Vek <[email protected]>
mihailik <[email protected]> # Oleg Mihailik
Oleksandr Chekhovskyi <[email protected]>
Paul van Brenk <[email protected]> Paul van Brenk <[email protected]> unknown <[email protected]> unknown <[email protected]> unknown <[email protected]>
Oskar Segersva¨rd <[email protected]>
pcan <[email protected]> # Piero Cangianiello
pcbro <[email protected]> # @pcbro
Pedro Maltez <[email protected]> # Pedro Maltez
piloopin <[email protected]> # @piloopin
milkisevil <[email protected]> # Philip Bulley
progre <[email protected]> # @progre
Prayag Verma <[email protected]>
Punya Biswal <[email protected]>
Rado Kirov <[email protected]>
Ron Buckton <[email protected]> Ron Buckton <[email protected]>
Richard Knoll <[email protected]> Richard Knoll <[email protected]>
Rowan Wyborn <[email protected]>
Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]>
Ryohei Ikegami <[email protected]>
Sarangan Rajamanickam <[email protected]>
Sébastien Arod <[email protected]>
Sheetal Nandi <[email protected]>
Shengping Zhong <[email protected]>
[email protected] <[email protected]> # Shyyko Serhiy
Simon Hürlimann <[email protected]>
Solal Pirelli <[email protected]>
Stan Thomas <[email protected]>
Stanislav Sysoev <[email protected]>
Steve Lucco <[email protected]> steveluc <[email protected]>
Tarik <[email protected]> # Tarik Ozket
Tetsuharu OHZEKI <[email protected]> # Tetsuharu Ohzeki
Tien Nguyen <[email protected]> tien <[email protected]> unknown <[email protected]> #Tien Hoanhtien
Tim Perry <[email protected]>
Tim Viiding-Spader <[email protected]>
Tingan Ho <[email protected]>
togru <[email protected]> # togru
Tomas Grubliauskas <[email protected]>
ToddThomson <[email protected]> # Todd Thomson
TruongSinh Tran-Nguyen <[email protected]>
vilicvane <[email protected]> # Vilic Vane
Vladimir Matveev <[email protected]> vladima <[email protected]> v2m <[email protected]>
Wesley Wigham <[email protected]> Wesley Wigham <[email protected]>
York Yao <[email protected]> york yao <[email protected]> yaoyao <[email protected]>
Yuichi Nukiyama <[email protected]> YuichiNukiyama <[email protected]>
Zev Spitz <[email protected]>
Zhengbo Li <[email protected]> zhengbli <[email protected]> Zhengbo Li <Zhengbo Li> Zhengbo Li <[email protected]> tinza123 <[email protected]> unknown <[email protected]> Zhengbo Li <Zhengbo Li>
zhongsp <[email protected]> # Patrick Zhong
T18970237136 <[email protected]> # @T18970237136
JBerger <[email protected]>
12 changes: 10 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
built
doc
internal
issue_template.md
lib/README.md
pull_request_template.md
scripts
src
tests
Jakefile
tslint.json
Jakefile.js
.editorconfig
.gitattributes
.settings/
.travis.yml
.settings/
.vscode/
35 changes: 34 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
language: node_js

node_js:
- 'stable'
- '4'
- '0.10'

sudo: false
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
- release-2.0

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

cache:
directories:
- node_modules

git:
depth: 1
2 changes: 1 addition & 1 deletion .settings/tasks.json → .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// ${cwd}: the current working directory of the spawned process
{
"version": "0.1.0",
"command": "jake",
"command": "gulp",
"isShellCommand": true,
"showOutput": "silent",
"tasks": [
Expand Down
Loading