You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/eslint/rules/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ var eslint = rules;
56
56
- <spanclass="signature">[`doctest-quote-props`][@stdlib/_tools/eslint/rules/doctest-quote-props]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that property names in return annotations are quoted using single quotes.</span>
57
57
- <spanclass="signature">[`doctest`][@stdlib/_tools/eslint/rules/doctest]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to ensure return annotations match the actual output.</span>
58
58
- <spanclass="signature">[`empty-line-before-comment`][@stdlib/_tools/eslint/rules/empty-line-before-comment]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce empty lines before comments.</span>
59
+
- <spanclass="signature">[`first-unit-test`][@stdlib/_tools/eslint/rules/first-unit-test]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a tape file starts with the expected test.</span>
59
60
- <spanclass="signature">[`module-exports-last`][@stdlib/_tools/eslint/rules/module-exports-last]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that export statements appear at the end of a file.</span>
60
61
- <spanclass="signature">[`namespace-export-all`][@stdlib/_tools/eslint/rules/namespace-export-all]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a namespace `index.js` exports all packages in the respective namespace directory.</span>
61
62
- <spanclass="signature">[`namespace-index-order`][@stdlib/_tools/eslint/rules/namespace-index-order]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name.</span>
@@ -65,6 +66,7 @@ var eslint = rules;
65
66
- <spanclass="signature">[`no-builtin-math`][@stdlib/_tools/eslint/rules/no-builtin-math]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `stdlib` equivalents are used instead of the built-in global `Math` object.</span>
66
67
- <spanclass="signature">[`no-dynamic-exports`][@stdlib/_tools/eslint/rules/no-dynamic-exports]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that only statically analyzable values are exported.</span>
67
68
- <spanclass="signature">[`no-dynamic-require`][@stdlib/_tools/eslint/rules/no-dynamic-require]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `require()` calls have only string literals as arguments.</span>
69
+
- <spanclass="signature">[`no-empty-comments`][@stdlib/_tools/eslint/rules/no-empty-comments]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to disallow empty comments.</span>
68
70
- <spanclass="signature">[`no-immediate-require`][@stdlib/_tools/eslint/rules/no-immediate-require]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `require()` expressions are not immediately invoked.</span>
69
71
- <spanclass="signature">[`no-internal-require`][@stdlib/_tools/eslint/rules/no-internal-require]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule disallowing `require()` calls into internals of another stdlib package.</span>
70
72
- <spanclass="signature">[`no-multiple-empty-lines`][@stdlib/_tools/eslint/rules/no-multiple-empty-lines]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that that code does not contain multiple blank lines.</span>
@@ -143,12 +145,14 @@ var eslint = rules;
143
145
- <spanclass="signature">[`jsdoc-no-inline-padding`][@stdlib/_tools/eslint/rules/jsdoc-no-inline-padding]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent padding of Markdown inline nodes between their markers and content in JSDoc descriptions.</span>
144
146
- <spanclass="signature">[`jsdoc-no-literal-urls`][@stdlib/_tools/eslint/rules/jsdoc-no-literal-urls]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent URLs without angle-brackets from being used in JSDoc descriptions.</span>
145
147
- <spanclass="signature">[`jsdoc-no-missing-blank-lines`][@stdlib/_tools/eslint/rules/jsdoc-no-missing-blank-lines]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to require blank lines between Markdown block nodes in JSDoc descriptions.</span>
148
+
- <spanclass="signature">[`jsdoc-no-multiple-blank-lines`][@stdlib/_tools/eslint/rules/jsdoc-no-multiple-blank-lines]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent multiple blank lines in JSDoc comments.</span>
146
149
- <spanclass="signature">[`jsdoc-no-multiple-toplevel-headings`][@stdlib/_tools/eslint/rules/jsdoc-no-multiple-toplevel-headings]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent multiple top-level Markdown headings from being used in JSDoc descriptions.</span>
147
150
- <spanclass="signature">[`jsdoc-no-paragraph-content-indent`][@stdlib/_tools/eslint/rules/jsdoc-no-paragraph-content-indent]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent indentation of Markdown paragraph content in JSDoc descriptions.</span>
148
151
- <spanclass="signature">[`jsdoc-no-reference-like-url`][@stdlib/_tools/eslint/rules/jsdoc-no-reference-like-url]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent Markdown references from being used like URLs in JSDoc descriptions.</span>
149
152
- <spanclass="signature">[`jsdoc-no-shell-dollars`][@stdlib/_tools/eslint/rules/jsdoc-no-shell-dollars]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent shell code in Markdown fenced code blocks from being prefixed by dollar-characters in JSDoc descriptions.</span>
150
153
- <spanclass="signature">[`jsdoc-no-shortcut-reference-image`][@stdlib/_tools/eslint/rules/jsdoc-no-shortcut-reference-image]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent shortcut Markdown reference images from being used in JSDoc descriptions.</span>
151
154
- <spanclass="signature">[`jsdoc-no-shortcut-reference-link`][@stdlib/_tools/eslint/rules/jsdoc-no-shortcut-reference-link]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent shortcut Markdown reference links from being used in JSDoc descriptions.</span>
155
+
- <spanclass="signature">[`jsdoc-no-space-aligned-asterisks`][@stdlib/_tools/eslint/rules/jsdoc-no-space-aligned-asterisks]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to disallow space-aligned asterisks for JSDoc comments.</span>
152
156
- <spanclass="signature">[`jsdoc-no-table-indentation`][@stdlib/_tools/eslint/rules/jsdoc-no-table-indentation]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent unnecessary indentation of Markdown tables in JSDoc descriptions.</span>
153
157
- <spanclass="signature">[`jsdoc-no-tabs`][@stdlib/_tools/eslint/rules/jsdoc-no-tabs]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule forbidding the use of tabs in JSDoc descriptions.</span>
154
158
- <spanclass="signature">[`jsdoc-no-undefined-references`][@stdlib/_tools/eslint/rules/jsdoc-no-undefined-references]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent references to undefined Markdown definitions in JSDoc descriptions.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/base/README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,18 @@ The namespace exports the following:
58
58
- <spanclass="signature">[`copy( x )`][@stdlib/array/base/copy]</span><spanclass="delimiter">: </span><spanclass="description">copy the elements of an array-like object to a new "generic" array.</span>
59
59
- <spanclass="signature">[`filledBy( len, clbk[, thisArg] )`][@stdlib/array/base/filled-by]</span><spanclass="delimiter">: </span><spanclass="description">create a filled "generic" array according to a provided callback function.</span>
60
60
- <spanclass="signature">[`filled( value, len )`][@stdlib/array/base/filled]</span><spanclass="delimiter">: </span><spanclass="description">create a filled "generic" array.</span>
- <spanclass="signature">[`flatten2dBy( x, shape, colexicographic, clbk[, thisArg] )`][@stdlib/array/base/flatten2d-by]</span><spanclass="delimiter">: </span><spanclass="description">flatten a two-dimensional nested array according to a callback function.</span>
- <spanclass="signature">[`flatten3dBy( x, shape, colexicographic, clbk[, thisArg] )`][@stdlib/array/base/flatten3d-by]</span><spanclass="delimiter">: </span><spanclass="description">flatten a three-dimensional nested array according to a callback function.</span>
- <spanclass="signature">[`flatten4dBy( x, shape, colexicographic, clbk[, thisArg] )`][@stdlib/array/base/flatten4d-by]</span><spanclass="delimiter">: </span><spanclass="description">flatten a four-dimensional nested array according to a callback function.</span>
- <spanclass="signature">[`flatten5dBy( x, shape, colexicographic, clbk[, thisArg] )`][@stdlib/array/base/flatten5d-by]</span><spanclass="delimiter">: </span><spanclass="description">flatten a five-dimensional nested array according to a callback function.</span>
- <spanclass="signature">[`getter( dtype )`][@stdlib/array/base/getter]</span><spanclass="delimiter">: </span><spanclass="description">return an accessor function for retrieving an element from an indexed array-like object.</span>
62
71
- <spanclass="signature">[`incrspace( start, stop, increment )`][@stdlib/array/base/incrspace]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array according to a provided increment.</span>
72
+
- <spanclass="signature">[`last( x )`][@stdlib/array/base/last]</span><spanclass="delimiter">: </span><spanclass="description">return the last element of an array-like object.</span>
- <spanclass="signature">[`ordinalize( value[, options] )`][@stdlib/nlp/ordinalize]</span><spanclass="delimiter">: </span><spanclass="description">convert an integer to an ordinal string (e.g., `1st`, `2nd`, etc.).</span>
50
50
- <spanclass="signature">[`porterStemmer( word )`][@stdlib/nlp/porter-stemmer]</span><spanclass="delimiter">: </span><spanclass="description">extract the stem of a given word.</span>
51
+
- <spanclass="signature">[`sentencize( str )`][@stdlib/nlp/sentencize]</span><spanclass="delimiter">: </span><spanclass="description">split a string into an array of sentences.</span>
51
52
- <spanclass="signature">[`tokenize( str[, keepWhitespace] )`][@stdlib/nlp/tokenize]</span><spanclass="delimiter">: </span><spanclass="description">tokenize a string.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/object/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The namespace contains the following:
45
45
46
46
<divclass="namespace-toc">
47
47
48
+
- <spanclass="signature">[`assign( target, source1[, source2[,...,sourceN]] )`][@stdlib/object/assign]</span><spanclass="delimiter">: </span><spanclass="description">copy enumerable own properties from one or more source objects to a target object.</span>
48
49
- <spanclass="signature">[`Object( value )`][@stdlib/object/ctor]</span><spanclass="delimiter">: </span><spanclass="description">object constructor.</span>
0 commit comments