renkei
renkei
In a *.js file (CommonJS) ```js const caxa = require('caxa') caxa(...).catch(err => console.log(err.message)) ``` results in: ERROR, caxa is not a function The same is true for a *.mjs (ESM)...
What is the idea behind the current implementation to generate code from proto files where the return type of the field getters is always cast to the data type of...
If I define a proto message with a field named "myField" then protoc generates the functions getMyfield() and setMyfield() for the related object. What happens, if my field name is...
I have two (maybe stupid) questions about design decisions. In the generated code I can see that... **1. Package names are not reflected as namespace** Can you explain why the...
Fixes #868 and #871. It fixes the issue at an early stage of the scan-path-for-routes-procedure. Because fs-routes is responsible for resolving routes it should take care that routes are well-formed....