This repository was archived by the owner on Nov 19, 2023. It is now read-only.
This repository was archived by the owner on Nov 19, 2023. It is now read-only.
Support for Node >= 4 ? #45
Closed
Description
Hello, from the Release Notes we have:
1.0.01: added support for older nodejs versions (4,6,7) using internal copy of [email protected]
But it's not working for me on both Node 4 and 5:
SyntaxError: Unexpected token = at exports.runInThisContext (vm.js:53:16)
- https://travis-ci.org/MiniProfiler/node/jobs/444636144
- https://travis-ci.org/MiniProfiler/node/builds/444636143
You can check the code I'm doing here: MiniProfiler/node#7
I tried to fix this but without success yet, seems that the problem is in the TSC option "module": "commonjs"
.
Any tip on how I can make this work?
Thanks