haxe icon indicating copy to clipboard operation
haxe copied to clipboard

Calling Context.defineModule in Context.onTypeNotFound still errors

Open back2dos opened this issue 10 years ago • 24 comments

Because TypeDefinition lacks a few features (mostly import and using), it would be nicer to be able to call defineModule and have the compiler check again whether the type is still undefined after invoking all callbacks. I know that's not exactly pretty, but at least it wouldn't break any APIs.

back2dos avatar May 19 '15 11:05 back2dos