issues with useContracts plugin
Closed this issue · 2 comments
pyramation commented
-
privateandprotectedaren't transpiling correctly w/babel -
error is
Module parse failed: The keyword 'protected' is reserved (33:24) -
a few exports are missing
-
missing return type on context
for documentation, not the plugin itself:
- required presets when using:
- pyramation/badkidsjs@bcba24d
- pyramation/badkidsjs@faf4483
pyramation commented
maybe the private/protected isn't something we should consider an issue w ts codegen, but more the end compiler in the boilerplate to generate packages
for now here is an example of a "fix": hyperweb-io/mesh-security@725c862
cc @Zetazzz
pyramation commented
the private/protected issue may go away once we switch over to tsc! let's not jump on this quite yet.