morphues

The type inference matrix guider!

Usage no npm install needed!

<script type="module">
  import morphues from 'https://cdn.skypack.dev/morphues';
</script>

README

Morphues

The type inference matrix guider!

Build Status

TODO

  1. Move to CoffeScript
  2. Refactor utils
  3. VariableType, LiteralType, ArrayType, AnonymousFunctionType
  4. Create TypeProvider from variableIdentificationsOf
  5. Object
  6. Functions
  7. Scope
  8. type params, return types
  9. Math - BinaryExpresison

Contribute

Hi!

If you want to contribute to morphues, we are more than happy! The steps are easy :)

  1. pick some feature from the "TODO" list above or fix bug or have new feature you want to implement.
  2. Fork and create branch named your feature - for example, support for type inference from BinaryExpression - "binaryexpression_support"
  3. Make sure the tests are passing "npm test", and if you need add a new test
  4. Create pull request, and we wil review it ASAP