Kipper icon indicating copy to clipboard operation
Kipper copied to clipboard

[Bug] RunKit Error with `antlr4ts` - TypeError: Class extends value undefined is not a constructor or null

Open Luna-Klatzer opened this issue 2 years ago • 2 comments

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:

  1. Use @kipper/base using Node.JS in a JavaScript environment
  2. Include @kipper/base using require()
  3. View error

Expected behaviour

Default inclusion without any error.

Screenshots

Error on RunKit: image

Desktop (please complete the following information):

  • OS: Unknown (Affects most likely all operating systems)
  • Version: 0.1.1 - 0.8.3

Additional context

Luna-Klatzer avatar Apr 01 '22 23:04 Luna-Klatzer