js

Results 2 issues of js

Code generator has problems with binding Time properties of inlined struct. Consider following structs: ``` type Metadata struct { Id uint64 Created time.Time `objectbox:"date"` Modified time.Time `objectbox:"date"` } type BlogPost...

bug

This small fix is make this plugin compatible with NeoVim 0.11+