fix type-expression parsing issue (#619)

In record types, we can now parse property names that start
with a keyword (for example, `undefinedHTML`).
This commit is contained in:
Jeff Williams 2014-04-05 13:36:27 -07:00
parent a476aef10b
commit 92602c82a1
3 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

16
node_modules/catharsis/package.json generated vendored

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@
},
"dependencies": {
"async": "~0.1.22",
"catharsis": "~0.7.0",
"catharsis": "~0.7.1",
"esprima": "~1.0.4",
"js2xmlparser": "~0.1.0",
"marked": "~0.3.1",
@ -60,4 +60,4 @@
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
}
}
}