Ben Youngblood
Ben Youngblood
I pulled down the example at that commit to try to see what's going on. It looks to me like your mocha tests are correctly using the CommonJS build, but...
Some notes I had that will be helpful for adding tests: ``` elixir alias Grizzly.ZWave.CommandClasses.Security2 format_hex = fn input -> if String.contains?(input, " ") do input |> String.upcase() |> String.split("...
I wasn't able to duplicate this in a project using TypeScript 2.7.2. Can you provide a code sample that causes this error?
Thanks for the feedback. I've thought for a long time that it would be cleaner to have a Babel plugin that could provide the same functionality at build time instead...