tmpfs / async-validate

Asynchronous type validation for node and the browser
Other
314 stars 45 forks source link

Support top-level array with resolve #57

Closed tmpfs closed 6 years ago

tmpfs commented 8 years ago

The resolve function does not appear to be getting called with:

  var mixed = {
    type: 'array',
    values: {
      type: 'object',
      resolve: resolve
    }
  }

Possible bug with iterating arrays at the top-level?

tmpfs commented 6 years ago

Won't fix.