mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Update _.template docs to mark data as optional. [ci skip]
This commit is contained in:
2
dist/lodash.compat.js
vendored
2
dist/lodash.compat.js
vendored
@@ -6530,7 +6530,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Strings
|
* @category Strings
|
||||||
* @param {string} text The template text.
|
* @param {string} text The template text.
|
||||||
* @param {Object} data The data object used to populate the text.
|
* @param {Object} [data] The data object used to populate the text.
|
||||||
* @param {Object} [options] The options object.
|
* @param {Object} [options] The options object.
|
||||||
* @param {RegExp} [options.escape] The "escape" delimiter.
|
* @param {RegExp} [options.escape] The "escape" delimiter.
|
||||||
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
||||||
|
|||||||
2
dist/lodash.js
vendored
2
dist/lodash.js
vendored
@@ -6213,7 +6213,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Strings
|
* @category Strings
|
||||||
* @param {string} text The template text.
|
* @param {string} text The template text.
|
||||||
* @param {Object} data The data object used to populate the text.
|
* @param {Object} [data] The data object used to populate the text.
|
||||||
* @param {Object} [options] The options object.
|
* @param {Object} [options] The options object.
|
||||||
* @param {RegExp} [options.escape] The "escape" delimiter.
|
* @param {RegExp} [options.escape] The "escape" delimiter.
|
||||||
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
||||||
|
|||||||
2
dist/lodash.underscore.js
vendored
2
dist/lodash.underscore.js
vendored
@@ -4397,7 +4397,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Strings
|
* @category Strings
|
||||||
* @param {string} text The template text.
|
* @param {string} text The template text.
|
||||||
* @param {Object} data The data object used to populate the text.
|
* @param {Object} [data] The data object used to populate the text.
|
||||||
* @param {Object} [options] The options object.
|
* @param {Object} [options] The options object.
|
||||||
* @param {RegExp} [options.escape] The "escape" delimiter.
|
* @param {RegExp} [options.escape] The "escape" delimiter.
|
||||||
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
||||||
|
|||||||
348
doc/README.md
348
doc/README.md
File diff suppressed because it is too large
Load Diff
@@ -6549,7 +6549,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Strings
|
* @category Strings
|
||||||
* @param {string} text The template text.
|
* @param {string} text The template text.
|
||||||
* @param {Object} data The data object used to populate the text.
|
* @param {Object} [data] The data object used to populate the text.
|
||||||
* @param {Object} [options] The options object.
|
* @param {Object} [options] The options object.
|
||||||
* @param {RegExp} [options.escape] The "escape" delimiter.
|
* @param {RegExp} [options.escape] The "escape" delimiter.
|
||||||
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
* @param {RegExp} [options.evaluate] The "evaluate" delimiter.
|
||||||
|
|||||||
Reference in New Issue
Block a user