Vladimir Matveev
|
4a01708c13
|
Merge pull request #6789 from Microsoft/transpileJs
suppress validation of output paths in transpile scenarios
|
2016-02-01 11:27:27 -08:00 |
|
Vladimir Matveev
|
b0b0712c73
|
suppress validation of output paths in transpile scenarios
|
2016-02-01 10:36:47 -08:00 |
|
Ryan Cavanaugh
|
bb7216a1ea
|
Merge pull request #6741 from RyanCavanaugh/fix6673
Fixes bug #6673
|
2016-02-01 10:18:47 -08:00 |
|
Ryan Cavanaugh
|
202c1e6e4b
|
Merge pull request #6707 from RyanCavanaugh/fix6693
Don't show the currently-completing thing at the cursor in JS files
|
2016-02-01 10:03:22 -08:00 |
|
Vladimir Matveev
|
e168e945e5
|
Merge pull request #6770 from Microsoft/dottedNamesInSystem
properly handle dotted namespace names in System modules
|
2016-02-01 10:01:05 -08:00 |
|
Vladimir Matveev
|
726514bac0
|
Merge pull request #6763 from Microsoft/classInterfaceCrossFileMerge
properly handle merged declarations across files
|
2016-02-01 10:00:54 -08:00 |
|
Anders Hejlsberg
|
8ad6e74e97
|
Merge pull request #6773 from Microsoft/nodeFlagsCleanup
Merge ParserContextFlags into NodeFlags
|
2016-02-01 09:38:18 -08:00 |
|
Anders Hejlsberg
|
dc657b8696
|
Adding /*@internal*/ directives
|
2016-02-01 06:55:53 -08:00 |
|
Anders Hejlsberg
|
4421c52b83
|
Remove parserContextFlags from Node type
|
2016-01-31 14:00:54 -08:00 |
|
Vladimir Matveev
|
4d2cd6f88b
|
properly dotted namespace names in System modules
|
2016-01-31 12:10:33 -08:00 |
|
Anders Hejlsberg
|
f4ee49f24e
|
Renaming parsing context flags to NodeFlags.xxxContext
|
2016-01-31 08:57:32 -08:00 |
|
Anders Hejlsberg
|
83859c0d91
|
Merge ParserContextFlags into NodeFlags
|
2016-01-31 08:45:14 -08:00 |
|
Anders Hejlsberg
|
f0abb86158
|
Removing MultiLine, Synthetic, DeclarationFile, and OctalLiteral flags
|
2016-01-31 08:08:19 -08:00 |
|
Vladimir Matveev
|
e5aa9cbc6f
|
properly handle merged declarations across files
|
2016-01-30 19:58:29 -08:00 |
|
Vladimir Matveev
|
39216e8811
|
Merge pull request #6742 from Microsoft/augmentExportEquals
allow augmentation for entities exported via 'export='
|
2016-01-30 19:47:06 -08:00 |
|
Vladimir Matveev
|
ac528cc948
|
addressed PR feedback
|
2016-01-30 16:20:48 -08:00 |
|
Mohamed Hegazy
|
ba0a7c7786
|
Merge pull request #6760 from nojvek/fixTypo
Fix typo in compiler reactNamespace error string
|
2016-01-30 11:51:35 -08:00 |
|
Noj Vek
|
f04f93c414
|
Fix typo in compiler reactNamespace error string
|
2016-01-30 11:37:02 -08:00 |
|
Daniel Rosenwasser
|
ebb1828763
|
Merge pull request #6749 from pra85/patch-1
Typo fixes in CONTRIBUTING.md
|
2016-01-29 22:51:39 -08:00 |
|
Prayag Verma
|
992dd05bc0
|
Typo fixes in CONTRIBUTING.md
|
2016-01-30 10:04:27 +05:30 |
|
Vladimir Matveev
|
ec911d63de
|
Merge pull request #6743 from Microsoft/unpinMocha
unpin mocha version
|
2016-01-29 17:38:22 -08:00 |
|
Ron Buckton
|
fe23cc3c44
|
Merge pull request #6684 from Microsoft/fixDecoratedClassName
Fix ES6 decorated class double binding.
|
2016-01-29 17:37:24 -08:00 |
|
Vladimir Matveev
|
55ce1d0eb6
|
unpin mocha version
|
2016-01-29 17:23:17 -08:00 |
|
Vladimir Matveev
|
5d22d18a70
|
allow augmentation for entities exported via 'export='
|
2016-01-29 16:27:34 -08:00 |
|
Ryan Cavanaugh
|
f89ebb8fd8
|
Fixes bug #6673
#6673
|
2016-01-29 16:01:41 -08:00 |
|
Vladimir Matveev
|
b037419f52
|
Merge pull request #6736 from Microsoft/crossFileDeclarationMerging
fix access check issues when declaration is in multiple files
|
2016-01-29 14:04:16 -08:00 |
|
Vladimir Matveev
|
56355d1d17
|
fix access check issues when declaration is in multiple files
|
2016-01-29 13:28:27 -08:00 |
|
Mohamed Hegazy
|
1ae7d5ca09
|
Merge pull request #6688 from guybedford/system-module-id
Set __moduleName from context.id argument
|
2016-01-29 10:24:55 -08:00 |
|
guybedford
|
94fe3e0fb2
|
set __moduleName from context.id argument
|
2016-01-29 18:42:23 +02:00 |
|
Ron Buckton
|
4835e43a8f
|
Merge branch 'master' into fixDecoratedClassName
|
2016-01-28 17:59:04 -08:00 |
|
Ron Buckton
|
0978639ab2
|
Merge branch 'master' into fixDecoratedClassName
|
2016-01-28 17:53:56 -08:00 |
|
Ryan Cavanaugh
|
1231c9e145
|
Fix case when position === 0
|
2016-01-28 16:05:03 -08:00 |
|
Yui
|
e954929d4b
|
Merge pull request #5833 from Microsoft/fix4211
Error when accessing this before super
|
2016-01-28 15:55:03 -08:00 |
|
Ron Buckton
|
39077f6866
|
PR feedback
|
2016-01-28 15:25:42 -08:00 |
|
Ryan Cavanaugh
|
124bd517e7
|
Don't show the currently-completing thing at the cursor in JS files
Fixes #6693
|
2016-01-28 15:18:50 -08:00 |
|
Vladimir Matveev
|
78b525312f
|
Merge pull request #6704 from Microsoft/isRequireCall_fix
add extra argument to 'isRequireCall' to check if argument is string …
|
2016-01-28 15:16:53 -08:00 |
|
Kanchalai Tanglertsampan
|
bf854a784f
|
Merge branch 'master' into fix4211
|
2016-01-28 14:33:50 -08:00 |
|
Vladimir Matveev
|
b3eaef17e9
|
fix linter issues
|
2016-01-28 14:21:04 -08:00 |
|
Vladimir Matveev
|
3661b66be4
|
add extra argument to 'isRequireCall' to check if argument is string literal
|
2016-01-28 14:18:23 -08:00 |
|
Anders Hejlsberg
|
cb6dd18174
|
Merge pull request #6702 from Microsoft/readonlyInDeclarationFiles2
Readonly in declaration files (part 2)
|
2016-01-28 13:56:18 -08:00 |
|
Ryan Cavanaugh
|
2ef6f13532
|
Merge pull request #6699 from RyanCavanaugh/fix6663
Use union types in the return type of functions in the error case
|
2016-01-28 13:30:03 -08:00 |
|
Anders Hejlsberg
|
c00d239c00
|
Accepting new baselines
|
2016-01-28 13:29:58 -08:00 |
|
Anders Hejlsberg
|
898797fcee
|
Adding more test cases
|
2016-01-28 13:29:20 -08:00 |
|
Anders Hejlsberg
|
a88ff9c2ad
|
Emit readonly in declaration file for get-only accessors in classes
|
2016-01-28 13:28:49 -08:00 |
|
Zhengbo Li
|
31bf103212
|
Merge pull request #6632 from zhengbli/fixFindAllRefForSalsa
Fix find all references for salsa
|
2016-01-28 11:44:47 -08:00 |
|
Ryan Cavanaugh
|
2688dbd495
|
Merge pull request #6698 from RyanCavanaugh/fix6552
Recognize the RHS of assignments as the JSDoc target expression
|
2016-01-28 11:40:27 -08:00 |
|
Ryan Cavanaugh
|
da6e82f639
|
Use union types in the return type of functions in the error case
Fixes #6663
|
2016-01-28 11:39:19 -08:00 |
|
zhengbli
|
bf897c2939
|
Add more tests and comments
|
2016-01-28 11:26:32 -08:00 |
|
Ryan Cavanaugh
|
364b08854b
|
Recognize the RHS of assignments as the JSDoc target expression
Fixes #6552
|
2016-01-28 11:02:49 -08:00 |
|
Anders Hejlsberg
|
fbf1477970
|
Merge pull request #6697 from Microsoft/readonlyInDeclarationFiles
Readonly in declaration files
|
2016-01-28 10:57:38 -08:00 |
|