As mentioned in #39 scramjet is not compatible with node v6. Amazon, Google and likes use old versions of Node (even though 6 end of support is coming April this year).
We should be able to provide a transpiled version for use with runtimes provided in cloud.
In a branch here: scramjet-core#feature/node6-support there's some work already done - a little more is required (especially support for node version >=8.0.0 <=8.6.0 where we have an issue appearing).
What needs be done:
~remove circular dependency on scramjet (otherwise won't pass tests on travis)~
As mentioned in #39
scramjet
is not compatible with node v6. Amazon, Google and likes use old versions of Node (even though 6 end of support is coming April this year).We should be able to provide a transpiled version for use with runtimes provided in cloud.
In a branch here: scramjet-core#feature/node6-support there's some work already done - a little more is required (especially support for node version >=8.0.0 <=8.6.0 where we have an issue appearing).
What needs be done:
scramjet