BaristaLabs / BaristaCore

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
MIT License
28 stars 3 forks source link

Implement Aggregating module loader #30

Closed Oceanswave closed 6 years ago

Oceanswave commented 6 years ago

Allows multiple module loaders to be used. Scripts specify a particular module loader with a prefix, e.g. github!baristalabs/foo/bar.js. nuget!my.package.name/module

Future Module imports in dependent modules use the loader without needing a prefix