Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

feat(compile): fix #892, upgrade to typescript 2.3.4, support for...of when build zone-node#897

Merged
mhevery merged 2 commits intoangular:masterfrom
JiaLiPassion:typescript
Sep 13, 2017
Merged

feat(compile): fix #892, upgrade to typescript 2.3.4, support for...of when build zone-node#897
mhevery merged 2 commits intoangular:masterfrom
JiaLiPassion:typescript

Conversation

@JiaLiPassion
Copy link
Copy Markdown
Collaborator

@JiaLiPassion JiaLiPassion commented Sep 11, 2017

fix #892

  1. upgrade to typescript 2.3.4 (current angular version)
  2. set downlevelIteration to true in tsconfig when building zone-node.js to compile for..of which can handle generators.

travis build failed because saucelabs failed to start safari 10 on macOS 10.12, so it will be passed after #896 to be merged.

… angular), add downlevelIteration options when build zone-node
@JiaLiPassion JiaLiPassion force-pushed the typescript branch 3 times, most recently from e23018a to 1b36fc8 Compare September 12, 2017 04:58
@mhevery mhevery merged commit e999593 into angular:master Sep 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ZoneAwarePromise.all does not work properly with generators

3 participants