DoclerLabs / hexMachina

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

Injector crashes when mapping null as value #304

Open serjek opened 5 years ago

serjek commented 5 years ago

Specifying following mapping in flow causes injector to crash:

mapping({fromType: "String", toValue: null, withName: "myValue"})

Version: 1.0.0-alpha.4