ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
ISC License
109 stars 13 forks source link

Migrate node tests in travis-ci to Node v8.x series #175

Open ajvincent opened 6 years ago

ajvincent commented 6 years ago

async/await keywords don't work with the 6.x series: http://kangax.github.io/compat-table/es2016plus/#node6_5

ajvincent commented 6 years ago

See spec/non-membrane/Promise.js, spec/ecma/Promise.js