I have a number of pkl modules that use import expressions in place of import clauses to facilitate mocking for tests (following the pattern mentioned here. However pkl-gen-go cannot generate bindings for properties defined using import expressions. It would be great if we could have a way to generate bindings for those types.
I have a number of pkl modules that use import expressions in place of import clauses to facilitate mocking for tests (following the pattern mentioned here. However
pkl-gen-gocannot generate bindings for properties defined using import expressions. It would be great if we could have a way to generate bindings for those types.