npm-pkg-lint 3.10.6 → 3.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5796,7 +5796,7 @@ var Tokenizer = class {
|
|
|
5796
5796
|
/**
|
|
5797
5797
|
* Creates a new instance of the tokenizer.
|
|
5798
5798
|
* @param {string} text The source text
|
|
5799
|
-
* @param {TokenizeOptions} options Options for the tokenizer.
|
|
5799
|
+
* @param {TokenizeOptions} [options] Options for the tokenizer.
|
|
5800
5800
|
*/
|
|
5801
5801
|
constructor(text, options) {
|
|
5802
5802
|
__privateAdd(this, _Tokenizer_instances);
|