metaparticle-io / package

Metaparticle/Package: Language Fluent Containerization and Deployment in Java, .NET and Javascript (and more coming soon)
https://metaparticle.io
MIT License
493 stars 55 forks source link

Update definition of local functions with explicit const #120

Closed apobbati closed 6 years ago

apobbati commented 6 years ago

The local functions will pollute the global namespace if not explicitly declared.

brendandburns commented 6 years ago

LGTM, thanks.