Skip to content

Commit

Permalink
Added null and undefined.
Browse files Browse the repository at this point in the history
Surprised these weren't considered keywords already.
  • Loading branch information
PrettyFlower committed Oct 24, 2012
1 parent 231afcd commit d619eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typescript.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<item> const </item>
<item> default </item>
<item> this </item>
<item> null </item>
<item> undefined </item>

<item> class </item>
<item> export </item>
Expand Down

0 comments on commit d619eff

Please sign in to comment.