1
0
Fork 0
js-yaml-schema/docs/api
ssube 77b6f4cc74
feat(include): allow consumer to provide fs functions via include schema
BREAKING CHANGE: rather than use the `fs` functions (`existsSync`,
`readSync`, etc) to include files, this uses fields of the `includeSchema`.
To maintain the previous functionality, fields should be set as follows:

- `exists = existsSync`
- `read = readSync`
- `resolve = realpathSync`
2020-06-30 08:08:03 -05:00
..
index.md feat(type): add env, include, regexp, and stream 2019-11-13 08:20:34 -06:00
js-yaml-schema.config_schema.md fix: refactor duplicate utils into js-utils, export symbols 2020-03-29 08:13:57 -05:00
js-yaml-schema.envtype.md fix: refactor duplicate utils into js-utils, export symbols 2020-03-29 08:13:57 -05:00
js-yaml-schema.includeschema.md feat(include): allow consumer to provide fs functions via include schema 2020-06-30 08:08:03 -05:00
js-yaml-schema.includetype.md fix: refactor duplicate utils into js-utils, export symbols 2020-03-29 08:13:57 -05:00
js-yaml-schema.md fix(test): remove problematic invocation of main from index 2020-06-29 18:56:08 -05:00
js-yaml-schema.regexptype.md fix: refactor duplicate utils into js-utils, export symbols 2020-03-29 08:13:57 -05:00
js-yaml-schema.streamtype.md fix: refactor duplicate utils into js-utils, export symbols 2020-03-29 08:13:57 -05:00