miniscript-languageserver 2.0.5 → 2.1.0
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/README.md +2 -2
- package/index.js +61 -59
- package/package.json +5 -5
package/README.md
CHANGED
@@ -339,8 +339,8 @@ Bar.moo = ""
|
|
339
339
|
// I am **bold**
|
340
340
|
// @description Alternative description
|
341
341
|
// @example test("title", 123)
|
342
|
-
// @param {string}
|
343
|
-
// @param {string|number}
|
342
|
+
// @param {string} test - The title of the book.
|
343
|
+
// @param {string|number} abc - The author of the book.
|
344
344
|
// @return {Bar} - Some info about return
|
345
345
|
Bar.test = function(test, abc)
|
346
346
|
print "test"
|