Artur Baybulatov
Artur Baybulatov
``` baybulatov-imac:angular-realworld-example-app arturbaybulatov$ npm start > [email protected] start /Users/arturbaybulatov/Downloads/angular-realworld-example-app > ng serve ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** Date: 2019-03-19T09:24:58.177Z Hash:...
Example: ```ts const BaseUser = type({ id: string(), username: string(), }); const Climber = type({ type: literal('climber'), height: coerce(number(), string(), str => { if (str.trim() !== '' && Number.isFinite(Number(str))) {...
### Are you submitting a **bug report** or a **feature request**? **Bug report** (minor update of a peer dependency, react-final-form (6.4.0 -> 6.5.0), causes breaking change). ### What is the...
After superstruct 1.0.3 update I get multiple warnings, such as: ``` WARNING in ./node_modules/superstruct/dist/index.mjs Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'xxx/node_modules/superstruct/src/struct.ts' file: Error: ENOENT: no such...