Mark Wharton

Results 1 comments of Mark Wharton

Another perspective... It's several years old now, but KinomaJS supports Node.js module resolution with a KPR_NODE_MODULES build flag. https://github.com/Kinoma/kinomajs/blob/701879d37e7fe5001420e0053cd60df6b91e4553/kinoma/kpr/kpr.c#L186-L193 https://github.com/Kinoma/kinomajs/blob/701879d37e7fe5001420e0053cd60df6b91e4553/kinoma/kpr/kpr.c#L251-L457 It's based on Node.js v4.2.1 require.resolve() pseudocode and enables KinomaJS...