k8s-operator-node
k8s-operator-node copied to clipboard
Add ESM support
Not having solid ESM support makes it hard to leverage this tool.
I'm getting this error when using tsx for example
export class TypesenseOperator extends Operator { ^
TypeError: Class extends value #<Object> is not a constructor or null
at
If I copy in the operator code instead of relying on your library everything works fine.
Thank you!