kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.1k stars 677 forks source link

Refactoring Modules #31

Open amtlib-dot-dll opened 7 years ago

amtlib-dot-dll commented 7 years ago

As explained in https://github.com/Microsoft/TypeScript/wiki/FAQ#why-dont-namespaces-merge-across-different-module-files, modules are not to be used with namespaces and namespaces are useful only inside one source file.

PS: My code might be messy but I don't have enough time to clean up, sorry 😂