Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Feb 5, 2020
1 parent 3861db6 commit e43bf28
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 259 deletions.
193 changes: 4 additions & 189 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,101 +137,8 @@ Provide introspection data for a plugin and its actions.
#### Parameters


* _plugin_ : { type: 'string',
'$_root':
{ _types:
Set {
'alternatives',
'any',
'array',
'boolean',
'date',
'function',
'link',
'number',
'object',
'string',
'symbol',
'binary' },
alternatives: [Function],
any: [Function],
array: [Function],
boolean: [Function],
date: [Function],
function: [Function],
link: [Function],
number: [Function],
object: [Function],
string: [Function],
symbol: [Function],
binary: [Function],
allow: [Function],
custom: [Function],
disallow: [Function],
equal: [Function],
exist: [Function],
forbidden: [Function],
invalid: [Function],
not: [Function],
only: [Function],
optional: [Function],
options: [Function],
prefs: [Function],
preferences: [Function],
required: [Function],
strip: [Function],
valid: [Function],
when: [Function],
ValidationError: [Function: Error],
version: '17.1.0',
cache: { provision: [Function: provision] },
assert: [Function: assert],
attempt: [Function: attempt],
build: [Function: build],
checkPreferences: [Function: checkPreferences],
compile: [Function: compile],
defaults: [Function: defaults],
expression: [Function: expression],
extend: [Function: extend],
isError: [Function: isError],
isExpression: [Function: isTemplate],
isRef: [Function],
isSchema: [Function],
in: [Function: in],
override: Symbol(override),
ref: [Function: ref],
types: [Function: types],
alt: [Function],
bool: [Function],
func: [Function],
x: [Function: expression],
trace: [Function: trace],
untrace: [Function],
[Symbol(@hapi/lab/coverage/initialize)]: [Function: trace] },
'$_temp': { ruleset: false, whens: {} },
_ids: { _byId: Map {}, _byKey: Map {}, _schemaChain: false },
_preferences: null,
_valids: null,
_invalids: null,
_rules: [],
_singleRules: Map {},
_refs: { refs: [] },
_flags:
{ presence: 'required',
description:
'The full name of the plugin (if tagged, use the form name$tag).' },
_cache: null,
'$_terms':
{ alterations: null,
examples: null,
externals: null,
metas: [],
notes: [],
shared: null,
tags: [],
whens: null,
replacements: null },
'$_super': {} }
* _plugin_ : string <i><small>{presence:required}</small></i>
: The full name of the plugin (if tagged, use the form name$tag).



Expand Down Expand Up @@ -266,100 +173,8 @@ Provide introspection data for actions matching a _pin_ (a sub pattern).
#### Parameters


* _pin_ : { type: 'alternatives',
'$_root':
{ _types:
Set {
'alternatives',
'any',
'array',
'boolean',
'date',
'function',
'link',
'number',
'object',
'string',
'symbol',
'binary' },
alternatives: [Function],
any: [Function],
array: [Function],
boolean: [Function],
date: [Function],
function: [Function],
link: [Function],
number: [Function],
object: [Function],
string: [Function],
symbol: [Function],
binary: [Function],
allow: [Function],
custom: [Function],
disallow: [Function],
equal: [Function],
exist: [Function],
forbidden: [Function],
invalid: [Function],
not: [Function],
only: [Function],
optional: [Function],
options: [Function],
prefs: [Function],
preferences: [Function],
required: [Function],
strip: [Function],
valid: [Function],
when: [Function],
ValidationError: [Function: Error],
version: '17.1.0',
cache: { provision: [Function: provision] },
assert: [Function: assert],
attempt: [Function: attempt],
build: [Function: build],
checkPreferences: [Function: checkPreferences],
compile: [Function: compile],
defaults: [Function: defaults],
expression: [Function: expression],
extend: [Function: extend],
isError: [Function: isError],
isExpression: [Function: isTemplate],
isRef: [Function],
isSchema: [Function],
in: [Function: in],
override: Symbol(override),
ref: [Function: ref],
types: [Function: types],
alt: [Function],
bool: [Function],
func: [Function],
x: [Function: expression],
trace: [Function: trace],
untrace: [Function],
[Symbol(@hapi/lab/coverage/initialize)]: [Function: trace] },
'$_temp': { ruleset: false, whens: {} },
_ids: { _byId: Map {}, _byKey: Map {}, _schemaChain: false },
_preferences: null,
_valids: null,
_invalids: null,
_rules: [],
_singleRules: Map {},
_refs: { refs: [] },
_flags:
{ presence: 'required',
description: 'The pin sub pattern in string or object format.' },
_cache: null,
'$_terms':
{ alterations: null,
examples: null,
externals: null,
metas: [],
notes: [],
shared: null,
tags: [],
whens: null,
matches: [ [Object], [Object] ] },
'$_super': { label: [Function: bound label] } }
* _pin_ : alternatives <i><small>{presence:required}</small></i>
: The pin sub pattern in string or object format.



Expand Down
2 changes: 1 addition & 1 deletion lib/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const intern = (module.exports.intern = {
},

joiflags: function(origflags) {
var flags = Object.assign({},origflags)
var flags = Object.assign({}, origflags)
delete flags.description
if (null != flags) {
var names = Object.keys(flags)
Expand Down

0 comments on commit e43bf28

Please sign in to comment.