Kanchalai Tanglertsampan
aff6775a36
Add a flag so we don't repeatedly finding super call
2016-02-03 14:47:39 -08:00
Kanchalai Tanglertsampan
2dbc998da4
Address PR about tests
2016-02-03 12:55:38 -08:00
Kanchalai Tanglertsampan
7e1088bb50
Address PR
2016-02-03 11:51:29 -08:00
Kanchalai Tanglertsampan
ed0962883b
Check using "super" before "this" lexically instead of using the
...
NodeCheckFlags
Remove "type-checking" way of checking if super is used before this.
Instead check using whether super occurs before this syntactically
Refactor the code
Dive down to get super call
2016-02-02 16:53:44 -08:00
Kanchalai Tanglertsampan
76b6bff3d7
Update baselines
...
add baselines
Update baseline
2016-02-02 16:52:39 -08:00
Kanchalai Tanglertsampan
a5cf7c12bc
add conformance tests
2016-02-02 16:31:32 -08:00
Vladimir Matveev
6975e44346
Merge pull request #6848 from Microsoft/port-6846
...
Ports #6846 in release-1.8
2016-02-02 12:44:19 -08:00
Vladimir Matveev
9fe10a6ac0
Merge pull request #6846 from Microsoft/noErrorOnEmptyDtsFile
...
do not error if typings for external library is empty .d.ts file
2016-02-02 12:13:42 -08:00
Vladimir Matveev
175493423e
Merge pull request #6812 from Microsoft/port-6798
...
Ports #6798 into release-1.8
2016-02-01 19:00:30 -08:00
Vladimir Matveev
b14685d340
Merge pull request #6798 from Microsoft/dottedNamesInJsx
...
properly classify dotted tag names in jsx
2016-02-01 17:02:26 -08:00
Yui
738dde189d
Merge pull request #6745 from Microsoft/fix6637
...
Fix6637
2016-02-01 16:49:25 -08:00
Daniel Rosenwasser
3865e71df3
Merge pull request #6797 from Microsoft/weReallyNeedANewSyntaxKindForTheseExports
...
Allow 'export default's in JS files without incorrect error
2016-02-01 14:34:24 -08:00
Daniel Rosenwasser
abf9239915
Accepted that other baseline.
2016-02-01 14:15:52 -08:00
Daniel Rosenwasser
67a77b608f
Accepted baselines.
2016-02-01 13:29:49 -08:00
Daniel Rosenwasser
34a0deb561
Only error on 'export =' declarations.
2016-02-01 13:28:58 -08:00
Daniel Rosenwasser
e5adec9467
Added tests.
2016-02-01 13:27:50 -08:00
Vladimir Matveev
a4af38a622
Merge pull request #6791 from Microsoft/port-6789
...
Ports #6789 into release-1.8
2016-02-01 12:05:45 -08:00
Vladimir Matveev
d86cdfda1b
Merge pull request #6786 from Microsoft/port-6763
...
Ports #6763 into release-1.8
2016-02-01 11:39:04 -08:00
Vladimir Matveev
f55f28f82f
Merge pull request #6789 from Microsoft/transpileJs
...
suppress validation of output paths in transpile scenarios
2016-02-01 11:29:04 -08:00
Kanchalai Tanglertsampan
695e58b5c7
Add more tests and baselines
2016-02-01 11:23:17 -08:00
Kanchalai Tanglertsampan
e1911235a0
Remove old baselines
2016-02-01 11:23:03 -08:00
Vladimir Matveev
774b17b6ca
Merge pull request #6787 from Microsoft/port-6770
...
Ports #6770 into release-1.8
2016-02-01 10:41:50 -08:00
Vladimir Matveev
7dc0af4010
Merge pull request #6764 from Microsoft/port-6742
...
Port #6742 into release-1.8
2016-02-01 10:32:37 -08:00
Vladimir Matveev
641826bd2c
Merge pull request #6770 from Microsoft/dottedNamesInSystem
...
properly handle dotted namespace names in System modules
2016-02-01 10:09:14 -08:00
Vladimir Matveev
e67f7bc830
Merge pull request #6763 from Microsoft/classInterfaceCrossFileMerge
...
properly handle merged declarations across files
2016-02-01 10:02:38 -08:00
Kanchalai Tanglertsampan
ec92df2b08
Rename test cases so they are consistent with the rest
2016-02-01 09:45:27 -08:00
Vladimir Matveev
32001eac8a
Merge pull request #6742 from Microsoft/augmentExportEquals
...
allow augmentation for entities exported via 'export='
2016-01-30 20:00:21 -08:00
Kanchalai Tanglertsampan
4ef5745dbb
Update baselines
2016-01-29 18:20:17 -08:00
Kanchalai Tanglertsampan
661634b4a5
Fix lastEncodedSourceMapSpan from being set to undefined
2016-01-29 18:20:05 -08:00
Kanchalai Tanglertsampan
3cda3ad207
Add test cases
2016-01-29 18:19:43 -08:00
Ron Buckton
b4bb5f3379
PR feedback
2016-01-29 18:05:36 -08:00
Ron Buckton
7b4b236a7a
Cleaned up variable names and conditions in checkIdentifier
2016-01-29 18:05:20 -08:00
Ron Buckton
463d1f52e6
Creates a class body scoped alias to the class to avoid class name double binding.
...
Fixes #5386 .
2016-01-29 18:05:04 -08:00
Yui
c7a3cb66b1
Merge pull request #6711 from Microsoft/port5833
...
Port5833
2016-01-29 16:57:33 -08:00
Vladimir Matveev
b7c156d34a
Merge pull request #6738 from Microsoft/port-6736
...
ports #6736 into release-1.8
2016-01-29 14:42:45 -08:00
Vladimir Matveev
927c8af35e
Merge pull request #6736 from Microsoft/crossFileDeclarationMerging
...
fix access check issues when declaration is in multiple files
2016-01-29 14:05:40 -08:00
Vladimir Matveev
f3ad8bfebe
Merge pull request #6729 from Microsoft/port-6688
...
Ports #6688 in release-1.8
2016-01-29 11:05:41 -08:00
Mohamed Hegazy
3bfc6a01e3
Merge pull request #6688 from guybedford/system-module-id
...
Set __moduleName from context.id argument
2016-01-29 10:29:47 -08:00
Kanchalai Tanglertsampan
6b68b31357
Update baselines
2016-01-28 17:20:16 -08:00
Kanchalai Tanglertsampan
c084cfffc7
Simplify giving error message and remove unnecessary error
2016-01-28 17:03:20 -08:00
Yui T
181ba92af0
Update baseline from merging master
2016-01-28 17:03:05 -08:00
Yui T
32ae0b08d1
Address comments
2016-01-28 17:02:43 -08:00
Yui T
d89b9df567
Update baseline with new error message number and fix space and comment
2016-01-28 17:01:29 -08:00
Yui T
ab8d0cec54
Update baseline for new message
2016-01-28 17:01:02 -08:00
Yui T
40ba1be0a9
Address PR feedback
...
Conflicts:
src/compiler/diagnosticInformationMap.generated.ts
src/compiler/diagnosticMessages.json
src/compiler/types.ts
2016-01-28 17:00:59 -08:00
Yui T
42ccabe8e5
Add tests
2016-01-28 16:58:31 -08:00
Yui T
be9d48c5be
Update baselines
2016-01-28 16:58:30 -08:00
Yui T
5d66ea7954
Add tests
2016-01-28 16:58:30 -08:00
Yui T
648ce187b7
Fix where to report on error. Move from constructor node to just super node
...
Conflicts:
src/compiler/checker.ts
2016-01-28 16:58:27 -08:00
Vladimir Matveev
7ed7c43d28
Merge pull request #6708 from Microsoft/port-6704
...
Ports #6704 into release-1.8
2016-01-28 15:46:53 -08:00