Skip to content

Update fidelity to support all the latest language constructs (const enums, let/const, type aliases, etc).#1273

Merged
CyrusNajmabadi merged 24 commits into
masterfrom
asyncAwaitFidelity
Nov 29, 2014
Merged

Update fidelity to support all the latest language constructs (const enums, let/const, type aliases, etc).#1273
CyrusNajmabadi merged 24 commits into
masterfrom
asyncAwaitFidelity

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

This demonstrates a possible approach to supporting async/await in the parser (including incremental support). Note: this is not actually part of the actual compiler. This is just a proof of concept for things at the syntactic level.

Conflicts:
	src/services/syntax/SyntaxGenerator.js.map
@CyrusNajmabadi
Copy link
Copy Markdown
Contributor Author

Parser tests can be seen here:
CyrusNajmabadi@db39176
CyrusNajmabadi@d74e324

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just | these all together.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do.

@CyrusNajmabadi CyrusNajmabadi changed the title Add support for parsing async/await in fidelity. Update fidelity to support all the latest language constructs (const enums, let/const, type aliases, etc). Nov 28, 2014
CyrusNajmabadi added a commit that referenced this pull request Nov 29, 2014
Update fidelity to support all the latest language constructs (const enums, let/const, type aliases, etc).
@CyrusNajmabadi CyrusNajmabadi merged commit e70005b into master Nov 29, 2014
@CyrusNajmabadi CyrusNajmabadi deleted the asyncAwaitFidelity branch November 29, 2014 02:51
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
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