Chris Bubernak
|
afc9f45468
|
more changes based on CR feedback
|
2015-01-24 08:50:01 -08:00 |
|
ChrisBubernak
|
d35757d1c5
|
fixing error in last checkin
|
2015-01-20 11:20:27 -08:00 |
|
ChrisBubernak
|
ce794e8b09
|
more cr feedback: rename undefined flags param to None
|
2015-01-12 07:45:49 -08:00 |
|
ChrisBubernak
|
52a6ba69a1
|
changed logic based on CR feedback to not get fully qualified for typeparemeters even if typeformatflag is present
|
2015-01-08 13:42:01 -08:00 |
|
ChrisBubernak
|
f39a25b659
|
made some changes based cr feedback
|
2015-01-05 08:31:04 -08:00 |
|
ChrisBubernak
|
8808a692e5
|
rewrote the fix to use a new type format flag and fixed the baselines I broke
|
2015-01-02 11:04:00 -08:00 |
|
ChrisBubernak
|
3b55a0cca4
|
removed errant text
|
2014-12-30 11:10:02 -08:00 |
|
ChrisBubernak
|
5838900b19
|
remove commented out code
|
2014-12-30 11:08:22 -08:00 |
|
ChrisBubernak
|
07d3c204d5
|
updating baseines
|
2014-12-30 11:06:56 -08:00 |
|
ChrisBubernak
|
82fcaa852c
|
added baselines for new test case
|
2014-12-30 10:50:07 -08:00 |
|
ChrisBubernak
|
fddc2253d7
|
fixed checker and added a test case
|
2014-12-30 10:48:44 -08:00 |
|
ChrisBubernak
|
708ddf19e7
|
removed old comment
|
2014-10-09 09:43:40 -07:00 |
|
ChrisBubernak
|
facd52f593
|
removed hidden tabs + moved check into isNumericName
|
2014-10-09 09:36:32 -07:00 |
|
ChrisBubernak
|
2b4f48996e
|
Moved the error check from parser to checker & updated baselines
|
2014-10-09 08:52:53 -07:00 |
|
ChrisBubernak
|
3d6dc58f85
|
Merge branch 'disallowNumericEnumMembers' of https://github.com/chrisbubernak/TypeScript into disallowNumericEnumMembers
|
2014-10-09 08:09:11 -07:00 |
|
Chris Bubernak
|
16f91b1ef3
|
fixed error message and updated necessary baselines
|
2014-10-08 17:23:16 -07:00 |
|
ChrisBubernak
|
15c5c77704
|
Fixing tests and baselines
|
2014-10-08 11:11:36 -07:00 |
|
Chris Bubernak
|
8286b67c09
|
Fixed another bug in parser & fixed up baselines
|
2014-10-06 22:27:22 -07:00 |
|
Chris Bubernak
|
c77135d3d9
|
Removed Numeric members from a bunch of tests
-in these tests it wasn't really in the spirit of the tests for them to be there
-also removed a test that no longer made sense
|
2014-10-06 16:14:45 -07:00 |
|
Chris Bubernak
|
7b9dee8df8
|
Fixed bug where numeric check wasn't catching everything
|
2014-10-06 16:05:50 -07:00 |
|
Chris Bubernak
|
cbfbae94fd
|
Added a message & a check for numerics in the parser
|
2014-10-05 22:21:43 -07:00 |
|
Chris Bubernak
|
7398853817
|
fixed spelling mistake
|
2014-10-04 11:25:16 -07:00 |
|
Chris Bubernak
|
6044e3aea3
|
Made fixes based on CR feedback
|
2014-10-04 10:10:55 -07:00 |
|
Chris Bubernak
|
a500ac2266
|
specific type for function param
|
2014-10-03 18:58:50 -07:00 |
|
Chris Bubernak
|
e6b5591ae9
|
Updated baselines
|
2014-10-03 18:50:48 -07:00 |
|
ChrisBubernak
|
8533b592e1
|
refactored checker again
|
2014-10-03 14:52:16 -07:00 |
|
Chris Bubernak
|
4714c26543
|
rewrote changes to the checker
|
2014-10-03 08:09:57 -07:00 |
|
ChrisBubernak
|
12e1566af1
|
First changes to checker for this fix
|
2014-10-02 16:02:29 -07:00 |
|
ChrisBubernak
|
3751b25dd2
|
Fixed indentation
|
2014-09-29 10:23:01 -07:00 |
|
ChrisBubernak
|
ba61c63a1a
|
Moved logic to another location where host was in scope so we could call
getCanonicalFileName
|
2014-09-29 10:20:31 -07:00 |
|
ChrisBubernak
|
36b46291f2
|
still trying to get the indenting correct
|
2014-09-26 09:54:32 -07:00 |
|
ChrisBubernak
|
1b3da908de
|
fixing baseline
|
2014-09-26 09:33:06 -07:00 |
|
ChrisBubernak
|
93db897778
|
Fixed some of the baselines, made file comparisons handle different
casing, put diagnostic message in correct order
|
2014-09-26 07:47:44 -07:00 |
|
ChrisBubernak
|
a12c35b69b
|
fixing formatting again...
|
2014-09-25 13:07:14 -07:00 |
|
ChrisBubernak
|
e11ee0f6cf
|
Fixed a few of the code review suggestions
|
2014-09-25 13:02:37 -07:00 |
|
ChrisBubernak
|
16a8b3c59f
|
Merge branch 'selfReferencingFileError' of https://github.com/chrisbubernak/TypeScript into selfReferencingFileError
Conflicts:
src/compiler/parser.ts
|
2014-09-25 09:49:20 -07:00 |
|
ChrisBubernak
|
ae17c35728
|
Added error checking for references that reference the same file along
with 3 tests,
|
2014-09-25 09:12:31 -07:00 |
|
Chris Bubernak
|
75e04f21e8
|
fixed some tabbing issues
|
2014-09-25 08:59:58 -07:00 |
|