Brendon John Muschamp
Results
2
issues of
Brendon John Muschamp
Hey there, I love the library. From testing a library in stripped-down environments I've realised react-shadow assumes that `global` is available for accessing the global `this` value. Do you have...
``` const gen = require('json-schema-generator') const testObj = {test: []} const schema = gen(testObj) console.log(schema) ``` This outputs: ``` { '$schema': 'http://json-schema.org/draft-04/schema#', description: '', type: 'object', properties: { test: {...