alexisvincent / systemjs-hot-reloader

reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
MIT License
228 stars 36 forks source link

typescript error default not defined #122

Closed rayros closed 7 years ago

alexisvincent commented 7 years ago

I think this is ok. @capaj can you confirm?

alexisvincent commented 7 years ago

@rayros did you test this? Because having another look it seems as if, not socketIO will be an object, and we rely on it being a function...

rayros commented 7 years ago

i test it on my project with angular2 and typescript, for angular2 i change typescript module to commonjs and i get error in socket.io-client i you want i can create simple project

alexisvincent commented 7 years ago

feel free to submit a PR containing a failing test case

rayros commented 7 years ago

btw. when will be new release?