Соснин Алексей

Results 14 issues of Соснин Алексей

Maybe we should use babel ast to generate code?

maybe we should add some decomposition to the generated code? for example, in addition to the default export, also export each model and texture separately, by name.

"estrella": "^1.4.0", This config: ```js estrella.build({ watch: true, run: "node build/index.js" // this process not killing }) ``` Temporary solution: ```js let childProcess = null estrella.build({ onEnd: () => {...

Windows

Add support non global instalation. ``` npm i @lifeomic/json-schema-to-graphql-types ``` package.json ```json { "scripts": { "convert": "convert-json-schemas-to-graphql-types src/graphql/" } } ```