ast-ts

ast representation and transform function with typescript definitions

Usage no npm install needed!

<script type="module">
  import astTs from 'https://cdn.skypack.dev/ast-ts';
</script>

README

mandrill-client

Testing

Running Tests

  • Note that these tests can only be run locally
  • Before submitting a PR, please run the following commands to check correctness and upload a coverage report:
    • npm run test-local
    • npm run report