Commit Graph
41 Commits
Author SHA1 Message Date
Alexander T 75a812b4db add new message - TS1258 (#30704) 2019-04-03 09:49:34 -07:00
Alexander T d20132026e remove sudo: false setting from travis.yml (#30231) 2019-03-05 15:06:30 -08:00
Alexander T 52057ac4f6 Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export 2019-01-08 10:55:11 +02:00
Alexander T 945eed8d9b PR feedback: change error #2497 message 2019-01-08 10:54:08 +02:00
Alexander T 78707b206a Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export 2018-12-18 10:41:31 +02:00
Alexander T 4e46f4b95a update baseline 2018-12-18 10:41:04 +02:00
Alexander T 332c88e57d PR feedback: change error #2497 message 2018-12-18 10:39:32 +02:00
Alexander T c70cd38e98 --downlevelIteration errors should mention using later targets 2018-12-18 08:50:31 +02:00
Alexander T d3d211486c update baseline after merge the latest changes from master 2018-11-13 10:14:43 +02:00
Alexander T 5c7f8ef89d Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/28297-make-error-message-at--a-constant-or-a-read-only-property--more-specific 2018-11-13 09:58:30 +02:00
Alexander T 3f4c00c8a6 resolve conflicts 2018-11-07 10:20:11 +02:00
Alexander T 5bd0051daa Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/28297-make-error-message-at--a-constant-or-a-read-only-property--more-specific 2018-11-07 10:05:34 +02:00
Alexander T 28fc0a28b0 add new error message 'Cannot assign to {0} because it is a constant.' 2018-11-03 15:42:00 +02:00
Alexander T e98d8c3679 remove unused 'debug' option. change 'jake runtests' description (#28226) 2018-10-30 07:25:42 -07:00
Alexander T fe6dad7725 Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export 2018-10-18 11:49:58 +03:00
Alexander T 5b5af23b41 use getEmitDeclarations helper 2018-09-18 14:46:42 +03:00
Alexander T d11117829d allow using declarationDir with composite option 2018-09-18 14:38:48 +03:00
Alexander T c510df1a53 deny using allowJs option with composite 2018-09-18 12:41:30 +03:00
Alexander 3e2783be1c Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export 2018-09-07 22:40:43 +03:00
Alexander T 37b9a6bca4 25840 - Add a more meaningful error message to the case when calling a public static method on an instance (#25922)
* add a more meaningful error message to the case when calling a public static method on an instance

* Fix tests
2018-08-06 10:24:48 -07:00
Alexander 8c7a1fad25 use missingFileModifiedTime instead check on undefined 2018-07-20 21:30:10 +03:00
Alexander T 8ae163a1cc Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/25667-getmodifiedtime-has-wrong-return-type 2018-07-20 10:18:22 +03:00
Alexander T 37add88b18 Update tests baselines 2018-07-20 10:17:27 +03:00
Alexander T bf567b8a40 Change getModifiedTime type 2018-07-16 11:10:09 +03:00
Alexander T 312a5f9951 Change message for import *-ing an export= based on module type. Update tests/baselines 2018-07-11 14:55:11 +03:00
Alexander T dae64e2b5a Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export 2018-07-11 09:39:30 +03:00
Alexander T dd21650783 Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export 2018-07-06 09:52:48 +03:00
Alexander T 2c7b39aa44 Change message for import *-ing an export=. Update baselines 2018-07-05 12:12:08 +03:00
Alexander T f851ab8f3e Add a suggestion - Did you mean 'typeof import()?. Add tests to handle undated error message 2018-07-04 16:04:29 +03:00
Alexander T 689793209f Update tests baseline. Change tests 2018-07-03 14:41:09 +03:00
Alexander T 6ff0ba644b Add new error message - Property {0} is used before its initialization. 2018-07-03 14:39:58 +03:00
Alexander T f007c3586b mapRoot is not filePath 2018-06-12 18:20:53 +03:00
Alexander T 3466e48e3b Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/23180-generate-source-maps-with-relative-path 2018-06-12 17:22:27 +03:00
Alexander T 7ef7f907b9 Do not emit 'use strict' prologue in .json files with --alwaysStrict 2018-05-31 20:28:53 +03:00
Alexander T edf369edac Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/23180-generate-source-maps-with-relative-path 2018-05-21 14:45:34 +03:00
Alexader 60d39d7f18 add tests 2018-05-11 21:27:40 +03:00
Alexander T bb615ac3f9 Add declarationDir to excludeSpec 2018-05-11 13:47:44 +03:00
Alexader fe0e809742 Fix #23180 - Generating source maps with relative path in sourceRoot option produces maps with absolute file paths 2018-05-09 13:00:08 +03:00
Alexander T f04a18ae5b Add tests 2018-04-26 20:18:24 +03:00
Alexader a20e59cae4 Add warn that user can not use --strictPropertyInitialization without --strictNullChecks 2018-04-24 21:48:46 +03:00
Alexander T 75df5456a2 Allow using Advanced_Options with --init. Exclude all possible Advanced_Options in tsconfig.json which were NOT defined in command line 2018-03-30 07:49:16 +03:00