Commit graph

148 commits

Author SHA1 Message Date
Sheetal Nandi b217b8b620 Merge branch 'master' into jsFileCompilation 2015-10-30 09:34:32 -07:00
Sheetal Nandi 2d3a345fd3 Since there arent any user given extensions, have extensions start with "." like before 2015-10-28 16:24:53 -07:00
Sheetal Nandi a8eb76fde1 Remove the logic for parsing compilation of comma seperated list of strings on command line
Also removed logic to accept multiple values for the option
2015-10-28 15:26:48 -07:00
Sheetal Nandi ba3d34f9df Instead of --jsExtensions support --allowJs with .js and .jsx as supported extensions 2015-10-28 14:02:46 -07:00
Vladimir Matveev e811fecda6 Merge pull request #5275 from Microsoft/fixCasingAndPathFormat
use absolute path as key to store files, correctly handle scenarios w…
2015-10-27 14:02:35 -07:00
Vladimir Matveev f5d4aa7d9c addressed PR feedback (change command line flag description), added tests 2015-10-27 13:27:51 -07:00
Nathan Shively-Sanders 36050cdefd Update diagnostic text to use ES2015, not ES6. 2015-10-22 13:23:12 -07:00
Sheetal Nandi 0496bfe278 Merge branch 'master' into tscJsFiles 2015-10-19 12:32:51 -07:00
Vladimir Matveev 9fa268a44a addressed PR feedback 2015-10-19 10:15:59 -07:00
Vladimir Matveev 0bd50ca08c extract 'convertCompilerOptionsFromJson' to separate function 2015-10-17 14:36:12 -07:00
Vladimir Matveev b8a3564d28 use absolute path as key to store files, correctly handle scenarios when file names differ only in casing 2015-10-15 14:43:51 -07:00
Sheetal Nandi acf7de7d34 Merge branch 'master' into tscJsFiles 2015-10-15 12:30:55 -07:00
Nathan Shively-Sanders 53188d9cb8 Add ES2015 as a synonym to ES6
In ModuleKind, ScriptTarget and associated command line arguments.
2015-10-15 11:35:52 -07:00
Zhengbo Li 8864b06cbf Merge pull request #5127 from zhengbli/newAddDirectoryWatcher
Add directory watcher for tsserver and tsc
2015-10-14 17:43:10 -07:00
zhengbli 002f0c066b CR feedback 2015-10-14 15:10:05 -07:00
Mohamed Hegazy 92f1b48cc8 Remove --experimentalAsyncFunctions 2015-10-12 14:27:33 -07:00
Sheetal Nandi 2c3c321593 Merge branch 'master' into tscJsFiles 2015-10-08 14:40:40 -07:00
Sheetal Nandi 242eb8bc5c Taken feedback into account and simplified the getFileNames logic to handle extensions by priority 2015-10-06 15:49:39 -07:00
Mohamed Hegazy 709274dbf2 Merge pull request #4724 from denvned/patch-1
Account for path options when pointing to the current working directory
2015-10-06 12:32:11 -07:00
Sheetal Nandi b580c5588e Merge branch 'master' into tscJsFiles 2015-10-05 16:42:37 -07:00
Sheetal Nandi 756052a4e0 Removing console logs that were for debugging 2015-10-05 16:06:12 -07:00
Sheetal Nandi db9faf6039 Temp change to investigate test failure 2015-10-05 15:37:13 -07:00
Sheetal Nandi ce652dc7fb Fixing few code review comments 2015-10-05 12:27:06 -07:00
Wesley Wigham b95e1ff6d8 This is what zero linter errors feels like 2015-09-30 16:10:52 -07:00
Wesley Wigham 8ff551ce08 merge with master 2015-09-21 17:38:56 -07:00
Sheetal Nandi c30104e3b6 Add option --jsExtensions to handle extensions to treat as javascript
- Command line now takes --jsExtension multiple times or comma separated list of extensions
- tsconfig accepts array of extension strings
2015-09-21 15:39:53 -07:00
Wesley Wigham f2b901a3c7 reverts 60a120f, reexposes es6 option 2015-09-17 13:14:31 -07:00
Sheetal Nandi fce9f32bd4 When tsconfig file doesnt contain file names, consume .js files of directory only if specified in the options 2015-09-16 13:57:51 -07:00
Sheetal Nandi 9daf635e5e Verify and fix scenario when .js and .ts files with same name are present and tsconfig doesnt specify any filenames 2015-09-16 11:50:12 -07:00
Sheetal Nandi bc48c7c9f0 Merge branch 'master' into tscJsFiles 2015-09-16 11:38:11 -07:00
Wesley Wigham 60a120f22a remove es6 as option from command line 2015-09-16 11:08:03 -07:00
Wesley Wigham 48ba708e5e Add es6 module kind, stop using script version to infer it 2015-09-15 15:36:37 -07:00
Daniel Rosenwasser 38b605ea7d Merge branch 'release-1.6'
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/compiler/program.ts
	tests/baselines/reference/emptyObjectBindingPatternParameter04.symbols
	tests/baselines/reference/emptyObjectBindingPatternParameter04.types
	tests/baselines/reference/nodeResolution5.errors.txt
	tests/baselines/reference/nodeResolution7.errors.txt
2015-09-15 13:36:08 -07:00
Sheetal Nandi 3107bbb4a1 Let tsconfig to pick up js files 2015-09-10 14:59:40 -07:00
Daniel Rosenwasser 535efd1b5d Encode the conditional presence of 'error' in the type system. 2015-09-10 14:28:57 -07:00
Daniel Rosenwasser 4b15c5f628 Added error for bad argument, fixed diagnostic for '--help' message. 2015-09-10 14:23:33 -07:00
Daniel Rosenwasser fae7a129eb Assert condition to track root cause of issue. 2015-09-10 13:50:12 -07:00
Denis Nedelyaev 6a9bd1432c Simple fix for #4721
This makes relative outDir and other file path options not ignored when they point to the working directory.
No tests are failed.

Another way to fix this is to use `options.somePathOprtion !== undefined` check everywhere, but it would be a more complex change.
What do you think?
2015-09-10 21:16:16 +03:00
Daniel Rosenwasser 4a85546f94 Merge pull request #4497 from weswigham/patch-4
Add system argument to readConfigFile
2015-09-04 18:10:46 -07:00
Vladimir Matveev cd6152ebe6 remove 'experimental' from 'moduleResolution' command line argument 2015-09-02 10:01:28 -07:00
Vladimir Matveev 3e2be80d8a remove 'experimental' from 'moduleResolution' command line argument 2015-09-01 11:09:41 -07:00
Vladimir Matveev be8f17c5d7 Merge pull request #4488 from Microsoft/fixRWC
Move RWC runner to use Harness.IO instead of sys
2015-08-27 18:22:28 -07:00
Vladimir Matveev 24a65f4f79 merge with master 2015-08-27 17:15:49 -07:00
Wesley Wigham f1dbf904a7 Toss the System out 2015-08-27 16:52:49 -07:00
Wesley Wigham e4af02bb8b Toss the option out the window 2015-08-27 16:35:02 -07:00
Wesley Wigham 3598b906e3 Add optional argument to readConfigFile
Which allows the caller to specify the `System` used to read the file.
2015-08-27 11:40:21 -07:00
Vladimir Matveev af2a49992f Move RWC runner to use Harness.IO 2015-08-26 18:54:25 -07:00
Anders Hejlsberg bbdd340de9 Adding -suppressExcessPropertyErrors compiler option 2015-08-26 17:13:53 -07:00
Mohamed Hegazy b85665cd38 Make new exported functions internal 2015-08-25 14:34:34 -07:00
Mohamed Hegazy f3d36616b7 Merge branch 'init' of https://github.com/tinganho/TypeScript into tinganho-init
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/compiler/types.ts
2015-08-25 14:23:41 -07:00