-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support running via eval/require as well as vm2 #378
Conversation
New dependencies added: require-from-string. require-from-stringAuthor: Vsevolod Strukchinsky Description: Require module from string Homepage: https://github.com/floatdrop/require-from-string#readme
|
2736b8d
to
65bb087
Compare
I was testing by using ts-node, which I bet was pre-compiling it in some form for me, will need to test this by using the built versions. Can't write a test with Jest either as it will compile also. 🍡 |
59e100e
to
55250d6
Compare
Gets relative paths working correctly via vm2 - deprecates #359
Updates us to a vm2 which has an index.d.ts shipped patriksimek/vm2#92
Also makes the dangerfile use the custom tsconfig - which means it gets the include function.