Kipper
Kipper copied to clipboard
[Bug] RunKit Error with `antlr4ts` - TypeError: Class extends value undefined is not a constructor or null
Describe the bug
The package fails to load properly due to an error caused by the dependency antlr4ts
. This is most likely caused due to circular imports, meaning this issue likely can't be fixed with updates or restructuring of our source code.
To Reproduce
Steps to reproduce the behaviour:
- Use
@kipper/base
using Node.JS in a JavaScript environment - Include
@kipper/base
usingrequire()
- View error
Expected behaviour
Default inclusion without any error.
Screenshots
Error on RunKit:
Desktop (please complete the following information):
- OS: Unknown (Affects most likely all operating systems)
- Version: 0.1.1 - 0.8.3
Additional context