haxetink / tink_state

Handle those pesky states.
The Unlicense
29 stars 13 forks source link

import tink.core modules directly instead of using tink.CoreApi #47

Closed nadako closed 4 years ago

nadako commented 4 years ago

I'm considering introducing tink_state in my codebase, but we have tink.CoreApi overshadowed with an empty module for these reasons:

So this PR gets rid of using tink.CoreApi across tink_state codebase :) I replaced most of it with direct imports in imports.hx, except for Pair which is only used in two non-essential places.