Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Added the ability for users to await expressions. #19

Merged
merged 2 commits into from
Mar 21, 2014
Merged

Conversation

NTaylorMullen
Copy link
Contributor

This enables things like @await Foo(). We special case the await keyword and allow another snippet of code to follow it.

Also added tests to verify its accuracy/flexibility.

This enabled things like @await Foo().  We special case the await keyword and allow another snippet of code to follow it.
Added sample files to evaluate accuracy of generated code for the await keyword.  Also added a line mapping test to ensure that we're mapping the keyword correctly.
@rynowak
Copy link
Member

rynowak commented Mar 21, 2014

:shipit:

@NTaylorMullen NTaylorMullen merged commit 4cfef3c into dev Mar 21, 2014
@NTaylorMullen NTaylorMullen deleted the WEBFX-146 branch March 21, 2014 20:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants