https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
8d44afd Adds parsing for AsyncArrowFunction from the current stage 3 spec for async functions. 22 October 2015, 05:07:39 UTC
0b580c4 Merge pull request #5307 from Microsoft/add-debug-instructions-to-contributing Add instructions on how to debug tests to CONTRIBUTING.md 18 October 2015, 14:54:06 UTC
72d6ec0 Add missing newline after runtests/debug 18 October 2015, 14:39:17 UTC
1c4a116 Add debug=true option also 18 October 2015, 14:35:56 UTC
952ea0f Add instructions on how to debug tests 17 October 2015, 18:38:55 UTC
6aeec13 Merge pull request #5293 from Microsoft/bumpTo1.8 Bump version number to 1.8 17 October 2015, 01:00:09 UTC
e98a76f Merge pull request #5257 from Microsoft/module-merge-with-constructors Module merge with constructors 16 October 2015, 23:55:57 UTC
bb369f1 Merge pull request #5290 from Microsoft/interfaceClassMergingFix Do not report errors for classes and interfaces merging 16 October 2015, 23:45:31 UTC
8b8d33d Fix comments 16 October 2015, 23:29:11 UTC
a8aa48e Merge pull request #5230 from Microsoft/ambient-class-merges-overloads-with-interface Ambient class merges overloads with interface 16 October 2015, 22:08:59 UTC
5b94698 Merge pull request #5294 from Microsoft/fixDecoratorSwitch Fixes an issue with decorators when compiling using tsc.exe 16 October 2015, 21:54:07 UTC
81e784c Fixed linter error 16 October 2015, 21:36:36 UTC
798ffa7 Switched switch statement to if branches. Fixes #5229. 16 October 2015, 19:36:51 UTC
d8237dc Updated the LKG. 16 October 2015, 19:31:29 UTC
3749fe8 Bumped version to 1.8.0. 16 October 2015, 19:28:48 UTC
35a303a Do not report errors for classes and interfaces merging 16 October 2015, 17:54:35 UTC
302db0a Merge pull request #5272 from Microsoft/es2015-target Add ES2015 as a synonym to ES6 15 October 2015, 19:46:47 UTC
53188d9 Add ES2015 as a synonym to ES6 In ModuleKind, ScriptTarget and associated command line arguments. 15 October 2015, 18:35:52 UTC
d703e09 Merge pull request #5262 from zhengbli/Fix5127CR Address code review from 5127 15 October 2015, 01:20:06 UTC
b7c93c0 Address CR from 5127 15 October 2015, 00:50:29 UTC
8864b06 Merge pull request #5127 from zhengbli/newAddDirectoryWatcher Add directory watcher for tsserver and tsc 15 October 2015, 00:43:10 UTC
2bf39a6 Merge pull request #5261 from zhengbli/i5015 Re-read file content upon closing 15 October 2015, 00:41:54 UTC
fcfc25e Fix lint errors 14 October 2015, 23:57:08 UTC
f91bee0 Re-read file content upon closing 14 October 2015, 23:50:31 UTC
c754999 Fix rwcRunner 14 October 2015, 23:31:27 UTC
6013968 Address build errors 14 October 2015, 23:25:27 UTC
62664fd Add timer for batch processing directory changes 14 October 2015, 23:09:41 UTC
def268c Fix issues with removing roots 14 October 2015, 22:48:25 UTC
002f0c0 CR feedback 14 October 2015, 22:10:05 UTC
c66bbd8 Tests now correctly include a constructor 14 October 2015, 19:43:56 UTC
21e30e0 Merge pull request #5235 from Microsoft/fixDecoratorDiagostics Fix exception in compiler when type checking decorators with generics. 14 October 2015, 19:29:08 UTC
e964cb1 Make constructor use merged parent symbol Previously in getSignatureFromDeclaration, it just used the parent symbol without checking whether it was merged. 14 October 2015, 19:24:22 UTC
12b7a99 Add test case 14 October 2015, 19:23:37 UTC
5234bf6 Merge pull request #5033 from Microsoft/dirkb/fix_5032 Fixed #5032: tsserver: Format on type broken 14 October 2015, 16:49:50 UTC
1244477 Merge pull request #5233 from Microsoft/relaxedUseBeforeDef allow forward references to block scoped variables from functions 13 October 2015, 21:19:01 UTC
99d448a Merge pull request #5231 from Microsoft/removeExperimentalAsyncFunctions Remove experimental async functions 13 October 2015, 21:17:36 UTC
b2d666c Merge pull request #5184 from RyanCavanaugh/fix5096 Don't issue completion in JSX text 13 October 2015, 20:27:39 UTC
0465f1b revert enum related changes 13 October 2015, 20:18:58 UTC
6bbfe56 Use `memberListCount` 13 October 2015, 20:16:44 UTC
48b2434 use isBlockScopedNameDeclaredBeforeUse for block scoped variables and enums 13 October 2015, 07:07:36 UTC
0fa89ad Fixes #5104. 13 October 2015, 00:38:55 UTC
eb3b91c addressed PR feedback 13 October 2015, 00:24:39 UTC
c4a15d9 Merge pull request #5067 from Microsoft/travis-node-4 CI Against Node 4 12 October 2015, 23:58:36 UTC
77eaf04 Merge pull request #4914 from Microsoft/exponentiation [ES7] Exponentiation 12 October 2015, 23:37:45 UTC
f952873 allow forward references to block scoped variables from functions 12 October 2015, 23:18:37 UTC
c8ba166 Merge pull request #4911 from Microsoft/liftDtsOnlyRestriction extend the list of extensions for module file names in node_modules f… 12 October 2015, 21:48:47 UTC
92c2d48 Lint: remove trailing whitespace 12 October 2015, 21:37:10 UTC
9025879 Address PR feedback 12 October 2015, 21:32:48 UTC
e9bed76 Remove --experimentalAsyncFunctions from tests 12 October 2015, 21:27:58 UTC
92f1b48 Remove --experimentalAsyncFunctions 12 October 2015, 21:27:33 UTC
3a55c84 Assert that ambient classes merge with interfaces Specifically, overloads are recognised as having the same export/ambient flags when merging the two. 12 October 2015, 21:26:45 UTC
d6ae557 Do not mark class members as ambient or export. Even members of ambient classes. These flags have no useful semantics there, and it prevents ambient classes from merging properly with interfaces. 12 October 2015, 21:25:39 UTC
8a05134 Merge pull request #5169 from Microsoft/fix-simple-uses-of-polymorphic-this-in-services Fix simple uses of polymorphic this in services 12 October 2015, 20:54:50 UTC
4ccf630 merge with master 12 October 2015, 20:45:06 UTC
c05297c Merge pull request #5178 from RyanCavanaugh/fix5132 Escape quotes when emitting React 12 October 2015, 18:56:46 UTC
e405cce fix linter failure 12 October 2015, 18:48:38 UTC
5605c8a Merge pull request #5177 from zhengbli/i4684 Change the definition of NodeFilter in lib.d.ts 12 October 2015, 18:44:26 UTC
de52865 Remove prototype from NodeFilter static type 12 October 2015, 18:35:36 UTC
22e68de Merge pull request #5216 from Microsoft/checkFunctionsInClassExpressions check functions in class expressions 12 October 2015, 18:09:21 UTC
6a62c01 Merge branch 'exponentiation' of https://github.com/Microsoft/TypeScript into exponentiation 12 October 2015, 17:55:17 UTC
2918f9d Update baseline after merge conflict 12 October 2015, 17:55:10 UTC
d3e10b3 Merge remote-tracking branch 'origin/master' into exponentiation Conflicts: src/compiler/diagnosticInformationMap.generated.ts src/compiler/program.ts 12 October 2015, 17:54:46 UTC
d757e5e Merge pull request #5226 from Microsoft/blockScopedExports check initialization of exported block scoped variables 12 October 2015, 17:32:57 UTC
61c5b95 Merge pull request #5217 from Microsoft/formatAsyncOpenParen add rule to insert space between async keyword and open paren 12 October 2015, 17:23:32 UTC
ca98831 addressed PR feedback: added tests for let declarations 12 October 2015, 17:22:18 UTC
adf9f9b check initialization of exported block scoped variables 12 October 2015, 16:59:41 UTC
c35419e add rule to insert space between async keyword and open paren 12 October 2015, 05:19:51 UTC
a068327 check functions in class expressions 12 October 2015, 04:57:17 UTC
1b5dc0d Merge pull request #5121 from Microsoft/shorthandPropsInDestructuring parse/check/emit shorthand property assignment in destructuring 11 October 2015, 05:39:05 UTC
5736521 Merge pull request #5197 from Microsoft/supportIndentStyle Support different indentation styles 09 October 2015, 23:51:39 UTC
12b436b Merge pull request #5084 from MartyIX/patch-4 Compiler gives unhelpful error messages in the presence of multiple default exports 09 October 2015, 21:18:18 UTC
69ff6f5 Add "A module cannot have multiple default exports." message for multiple "default" exports 09 October 2015, 19:37:54 UTC
a556209 addressed PR feedback 09 October 2015, 16:55:25 UTC
543cce5 Merge pull request #5191 from jbondc/typo-1 Typo 09 October 2015, 16:32:18 UTC
f19a2f5 Fixup comments 09 October 2015, 16:02:42 UTC
3d63981 Typo 09 October 2015, 15:16:36 UTC
d57ee1d Merge branch 'master' into errorsuperbeforethis Conflicts: src/compiler/checker.ts src/compiler/diagnosticInformationMap.generated.ts src/compiler/types.ts 09 October 2015, 06:57:26 UTC
1fc11aa Address PR feedback, add comment 09 October 2015, 06:25:05 UTC
5e921c1 Address PR feedback, remove scriptTarget ES7 09 October 2015, 00:12:22 UTC
af5dc3e Address PR feedback. Always emit parentheses around emit capturing 08 October 2015, 23:59:49 UTC
350bb1f Merge pull request #5167 from jbondc/const-indexed-access Const enum indexed access 08 October 2015, 22:39:14 UTC
24334b5 Only show the opening tag name when completing a close tag Fixes #5096 08 October 2015, 22:32:36 UTC
1e708b4 Implement not.greaterThan for completion list 08 October 2015, 22:31:59 UTC
b1c8303 Fix case for completion on the line after a self-closing element 08 October 2015, 21:55:11 UTC
cd3f711 Address PR feedback 08 October 2015, 21:38:58 UTC
afa0818 Address code review. Accept baselines. 08 October 2015, 21:30:46 UTC
88bffac Don't issue completion in JSX text Fixes #5096 08 October 2015, 21:26:43 UTC
bff9148 Merge pull request #5176 from Microsoft/emitExportAssignments Fix emit for `export {...}` with ES6 target and non-ES6 modules 08 October 2015, 20:18:57 UTC
2412204 Merge branch 'master' into emitExportAssignments 08 October 2015, 19:02:04 UTC
d229ae4 Escape quotes when emitting React 08 October 2015, 18:28:18 UTC
9eed58d Fix i4684 08 October 2015, 18:23:52 UTC
cae21c0 Adding tests 08 October 2015, 17:58:58 UTC
c2a5898 Merge pull request #5159 from zhengbli/i4942 Change types of fillStyle and strokeStyle in CanvasRenderingContext2D 08 October 2015, 17:18:50 UTC
533c4eb Emit export assignments when target is ES6 and module kind is not ES6 08 October 2015, 17:18:14 UTC
10f9fa6 Fix lint: remove trailing whitespace on empty line 08 October 2015, 16:30:08 UTC
2fb6eab Fix this.member completion+quickinfo of overloads 1. Completion after `this.` was empty. 2. Quick info of methods with overloads always chose the first overload, regardless of whether an argument whose type matched a different overload. Both have the same cause: the type parameter introduced by polymorphic `this` is not usable, whereas the original is. In both cases, the usage is simple -- it doesn't take advantage of the capabilities of polymorphic `this`. 08 October 2015, 15:11:33 UTC
82eb992 Accept baselines. 08 October 2015, 12:21:28 UTC
8960f52 Resolve const enum value in index access. 08 October 2015, 11:57:35 UTC
75de6d4 Add comment 08 October 2015, 01:44:20 UTC
0d95d04 Merge pull request #5153 from Microsoft/transpileTsx transpile text as tsx if jsx option is specified 07 October 2015, 23:33:22 UTC
back to top