shareable-twoslash-comments 0.0.18 → 0.0.20
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -275,7 +275,7 @@ define(function () { 'use strict';
|
|
|
275
275
|
id: "shareable-twoslash-comments",
|
|
276
276
|
displayName: "Shareable Twoslash Comments",
|
|
277
277
|
data: { firstMount: true },
|
|
278
|
-
shouldBeSelected: function () { return
|
|
278
|
+
shouldBeSelected: function () { return true; },
|
|
279
279
|
didMount: function (sandbox, container) {
|
|
280
280
|
container.style.paddingRight = "8px";
|
|
281
281
|
var sponsorBanner = document.createElement("a");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shareable-twoslash-comments",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"description": "A TypeScript Playground plugin that embeds twoslash (// ^?) type hints as literal comments in your code, making them easy to copy and share.",
|
|
6
6
|
"license": "MIT",
|