Tags: webrpc/webrpc
Tags
Allow to import the same file across multiple files (#365) * Make types available if imported by different files * don't export absolute path in debug gen * improve error * use import error * refactor importParser to simplify node and edge addition * cache common imports * fix test * renmove unnecessary error * add filename to parsed schema and update RIDL file handling * update filename only if not empty * refactor: simplify Parse method by removing unused index parameter * Update schema/type.go Co-authored-by: Vojtech Vitek (golang.cz) <vojtech.vitek@gmail.com> * remove filename from schema * update test debug * remove oneliner * refactor: improve variable handling in ParseSchemaFile function * refactor: update NewParser to accept root path and adjust filename handling * remove file and line form type, since we don't need them --------- Co-authored-by: Vojtech Vitek (golang.cz) <vojtech.vitek@gmail.com>
Support JSDoc comments and @deprecated annotations (#352) * Update to gen-golang@v0.18.3, gen-typescript@v0.17.0 * Add comments and @deprecated annotation to example RIDL files * make generate
Update to gen-golang@v0.18.2 (#349) * Update to gen-golang@v0.18.2 * https://github.com/webrpc/gen-golang/releases/tag/v0.18.2 * Opinionated config for -json=sonic by @VojtechVitek in webrpc/gen-golang#84 * Opinionated config for -json=jsoniter by @VojtechVitek in webrpc/gen-golang#85 * Improve import compatibility for sonic and jsoniter by @VojtechVitek in webrpc/gen-golang#86 * [AUTOMATED] make generate
PreviousNext