DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

injectionMapping.getResult removed with DCE #286

Closed aliokan closed 6 years ago

aliokan commented 6 years ago

When use:

injector.map(VO).toValue(vo);

with -dce full, method getResult is removed.