File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,12 @@ weight: 77
66## Components
77
88{{ #functions }}
9- {{ #unless (eq name " ownKeys" )}}
109* [{{ name }} ](#{{ name }} ){{ #if returns.length }} ⇒ `{{{ escapeType returns .[0 ].type.names .[0 ]}}} `{{ /if }} <br />
1110
1211 {{{ description }}}
1312
14- {{ /unless }}
1513{{ /functions }}
1614{{ #functions }}
17- {{ #unless (eq name " ownKeys" )}}
1815
1916<a name =" {{ name }} " ></a >
2017## {{ name }} ()
@@ -54,5 +51,4 @@ weight: 77
5451
5552{{ /if }}
5653
57- {{ /unless }}
5854{{ /functions }}
Original file line number Diff line number Diff line change @@ -15,13 +15,4 @@ module.exports = {
1515 . replace ( / \{ / g, '{' )
1616 . replace ( / \} / g, '}' ) ;
1717 } ,
18- /**
19- * Strict equality helper for Handlebars templates.
20- * @param {* } a - First value to compare.
21- * @param {* } b - Second value to compare.
22- * @returns {boolean } True if a === b.
23- */
24- eq ( a , b ) {
25- return a === b ;
26- } ,
2718} ;
Original file line number Diff line number Diff line change 1010 "lint" : " eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore ." ,
1111 "lint:fix" : " eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix" ,
1212 "generate:assets" : " npm run prepublishOnly && npm run docs" ,
13- "docs" : " jsdoc2md --helper ./jsdoc2md-helpers/jsdoc-helper.js --template ./jsdoc2md-handlebars/api.hbs --files \" ./lib /**/*.js\" \" ./lib /**/readme/*.js\" > ../../apps/generator/docs/api_components.md"
13+ "docs" : " jsdoc2md --helper ./jsdoc2md-helpers/jsdoc-helper.js --template ./jsdoc2md-handlebars/api.hbs --files \" ./src /**/*.js\" \" ./src /**/readme/*.js\" > ../../apps/generator/docs/api_components.md"
1414 },
1515 "files" : [
1616 " lib/**" ,
You can’t perform that action at this time.
0 commit comments