Endel Dreyer

Results 152 issues of Endel Dreyer

The following test case is not passing: ```typescript class State extends Schema { @type(["number"]) arrayOfNumbers = new ArraySchema(); } const state = new State(); state.arrayOfNumbers.push(1); state.arrayOfNumbers.push(2); state.arrayOfNumbers.push(3); const decodedState =...

The `schema-codegen` tool should be able to load the aliases configured on host project's `tsconfig.json` --- _Reported by @essaenko_