Commit Graph
1059 Commits
Author SHA1 Message Date
Jason Freeman f8d979e253 Update README.md
Add jake runtests-browser to the list of jake tasks
2014-09-23 12:16:12 -07:00
Daniel Rosenwasser e20b6713d8 Merge pull request #724 from Microsoft/braceYourselves
Moved brace matching functionality to use the new syntax tree
2014-09-23 12:46:13 -04:00
Daniel Rosenwasser 4c87375078 Merge branch 'master' into braceYourselves 2014-09-23 08:25:28 -07:00
Daniel Rosenwasser 1842dd0568 Added test case for adjacent braces. 2014-09-23 08:23:59 -07:00
Daniel Rosenwasser 36308fd493 Inlined 'getMatchSpans'. 2014-09-22 19:03:13 -07:00
Mohamed Hegazy 5a33707e38 Update LKG 2014-09-22 15:02:48 -07:00
Mohamed Hegazy 95394220b4 Merge branch 'release-1.1'
Conflicts:
	Jakefile
	src/compiler/tsc.ts
2014-09-22 14:55:28 -07:00
Mohamed Hegazy dbf87641d7 Update LKG 2014-09-22 14:50:52 -07:00
Yui f7a29222fa Merge pull request #711 from Microsoft/returnExitCode
Return exit code
2014-09-22 14:25:46 -07:00
Yui T 8947757d09 Merge branch 'master' into returnExitCode 2014-09-22 14:05:55 -07:00
Daniel Rosenwasser 3ffed28a1d Moved brace matching code into services.ts 2014-09-22 13:34:35 -07:00
Mohamed Hegazy 09d6e4aaa6 Condition the custom serialization on the existance of JSON 2014-09-22 13:17:21 -07:00
Mohamed Hegazy 7e6bb85be4 Merge pull request #710 from Microsoft/JSONInEmitter
Add explict serialization logic for source maps to avoid using JSON
2014-09-22 12:47:48 -07:00
Mohamed Hegazy 4465fe1890 respond to code review comments 2014-09-22 12:47:26 -07:00
Daniel Rosenwasser 1be4fe1b61 Addressed code review feedback. 2014-09-22 12:00:45 -07:00
Mohamed Hegazy 804a3a5a57 Properly escape strings when serializing source maps 2014-09-22 11:50:31 -07:00
Daniel Rosenwasser 384d77197e Moved old fourslash test for brace matching over from fourslash_old. 2014-09-22 11:12:56 -07:00
Daniel Rosenwasser 8202150b58 Fixed fourslash bug for adjacent braces, courtesy of @mhegazy. 2014-09-22 11:12:40 -07:00
Daniel Rosenwasser 20f0860821 Moved to new tree for brace matching. 2014-09-22 10:35:06 -07:00
Yui T 94e788c737 Address code review 2014-09-22 09:43:47 -07:00
Mohamed Hegazy d38b080499 Merge pull request #713 from Microsoft/JSONInLocaleFix
condition the use of locale on the exitance of JSON
2014-09-22 09:37:01 -07:00
CyrusNajmabadi debc6539a0 Merge pull request #701 from Microsoft/fidelityParser
Port fidelity changes to github.
2014-09-19 20:54:51 -07:00
Cyrus Najmabadi 4143c242b5 Remove unnecessary indent. 2014-09-19 18:15:27 -07:00
Cyrus Najmabadi 0282b51c68 Updated test baselines. 2014-09-19 17:58:41 -07:00
Cyrus Najmabadi 4aa7c6693c Updating baselines. 2014-09-19 17:58:16 -07:00
Cyrus Najmabadi e426c83017 Merge branch 'master' into fidelityParser 2014-09-19 17:53:07 -07:00
Yui T 76656f2460 Address code reviews 2014-09-19 16:18:16 -07:00
Mohamed Hegazy 218bcd8c1e condition the use of locale on the exitance of JSON 2014-09-19 15:55:26 -07:00
Yui T eaa4daaee5 Return exit code 2014-09-19 15:17:19 -07:00
Mohamed Hegazy c0b507ad08 remove commented out code 2014-09-19 15:17:11 -07:00
Mohamed Hegazy b15304fc9e add explict serialization logic for source maps to avoid using JSON 2014-09-19 15:09:04 -07:00
Anders Hejlsberg c45d8e77bc Merge pull request #700 from Microsoft/updateLangSpec
Adding protected members to Language Specification
2014-09-19 14:48:49 -07:00
Anders Hejlsberg 7cc6bbb4d1 Merge pull request #688 from Microsoft/protectedMembers
Support for protected members in classes
2014-09-19 14:43:53 -07:00
Anders Hejlsberg b5b0777ad5 More tests for protected members 2014-09-19 14:01:07 -07:00
Mohamed Hegazy d2f4cd7d92 Merge branch 'assertOnMissingNodes' into release-1.1 2014-09-19 12:43:52 -07:00
Mohamed Hegazy 68687395b8 handle cases where we have a node with width 0 when reporting grammar errors 2014-09-19 09:44:47 -07:00
Anders Hejlsberg ddfe28db66 Accepting new baselines 2014-09-19 06:37:55 -07:00
Anders Hejlsberg c990c4282d Improved error messages for private and protected member access 2014-09-19 06:35:59 -07:00
Cyrus Najmabadi 0e9134788a Port fidelity changes to github. 2014-09-18 15:37:16 -07:00
Anders Hejlsberg e7faf6804e Adding protected members to Language Specification 2014-09-18 15:29:49 -07:00
Yui 80bab05d07 Merge pull request #699 from Microsoft/reportDeclarationEmitErrors
Report declaration emit errors
2014-09-18 14:20:56 -07:00
Yui T 3721382933 Merge branch 'master' into reportDeclarationEmitErrors 2014-09-18 14:08:26 -07:00
Yui T c91c52de39 Clarify comments 2014-09-18 14:07:48 -07:00
Mohamed Hegazy 7aac8d5161 Merge pull request #689 from Microsoft/todoComments
Migrate getTodoComments to use the new tree
2014-09-18 14:03:46 -07:00
Mohamed Hegazy 831d26f3dd respond to code review comments 2014-09-18 13:59:59 -07:00
Yui T 360d332bd4 Address code-review comments 2014-09-18 13:50:38 -07:00
Yui T b08cd8c9a9 Add fourslash testcases 2014-09-18 12:42:44 -07:00
Yui T 48002d4d48 Fix language service; doesn't capture declaration emit errors 2014-09-18 12:41:41 -07:00
Mohamed Hegazy d7573d3e81 Remove unused third party tools 2014-09-18 11:49:40 -07:00
Vladimir Matveev 3ca2a7df4e Merge pull request #696 from Microsoft/format_code
add 'skipTrivia' parameter to scanner
2014-09-18 11:49:04 -07:00