Jason Hornsby

Results 2 issues of Jason Hornsby

**Describe the bug** When trying to parse the unit `lbf/(mile/h)^2` a SyntaxError is thrown. `SyntaxError: Unexpected "^" in "lbf/(mile/h)^2" at index 12` This is unexpected since the unit should be...

bug
category:units
documentation

After installing the plugin in the way described in the docs typedoc failes to build any documentation. It just throws this error: ``` > typedoc --out ./doc ./src --module commonjs...