Skip to content
This repository has been 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
merged 2 commits into from
Sep 13, 2017

Conversation

JiaLiPassion
Copy link
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