@typespec/playground 0.10.0-dev.2 → 0.10.0-dev.3
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as createBrowserHost, r as registerMonacoLanguage } from './services-
|
|
1
|
+
export { c as createBrowserHost, r as registerMonacoLanguage } from './services-DIQbQBoU.js';
|
|
2
2
|
export { createUrlStateStorage } from './state-storage.js';
|
|
3
3
|
|
|
4
4
|
function registerMonacoDefaultWorkersForVite() {
|
package/dist/react/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { $ } from '@typespec/compiler/typekit';
|
|
|
6
6
|
import { Settings24Regular, Save16Regular, Broom16Filled, Bug16Regular, FolderListRegular, DataLineRegular, ErrorCircle16Filled, Warning16Filled, ChevronDown16Regular } from '@fluentui/react-icons';
|
|
7
7
|
import debounce from 'debounce';
|
|
8
8
|
import { CompletionItemTag } from 'vscode-languageserver';
|
|
9
|
-
import { a as resolveVirtualPath, p as printDebugInfo, d as debugGlobals, g as getMonacoRange, c as createBrowserHost, r as registerMonacoLanguage } from '../services-
|
|
9
|
+
import { a as resolveVirtualPath, p as printDebugInfo, d as debugGlobals, g as getMonacoRange, c as createBrowserHost, r as registerMonacoLanguage } from '../services-DIQbQBoU.js';
|
|
10
10
|
import { ErrorBoundary } from 'react-error-boundary';
|
|
11
11
|
import { TypeGraph } from '@typespec/html-program-viewer/react';
|
|
12
12
|
import '@typespec/html-program-viewer/style.css';
|
|
@@ -14,6 +14,7 @@ function printDebugInfo() {
|
|
|
14
14
|
console.info(" - `compiler`: The TypeSpec compiler API.");
|
|
15
15
|
console.info(" - `$$`: A Typekit instance bound to the current program.");
|
|
16
16
|
console.info(" - `libs`: A map of all loaded TypeSpec libraries.");
|
|
17
|
+
console.info(" - `vars`: Types bookmarked in the type graph.");
|
|
17
18
|
}
|
|
18
19
|
function debugGlobals() {
|
|
19
20
|
return window;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debug.d.ts","sourceRoot":"","sources":["../../../src/react/debug.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAE7B;;OAEG;IACH,IAAI,EAAE,WAAW,GAAG,SAAS,CAAC;IAE9B;;OAEG;IACH,QAAQ,EAAE,cAAc,oBAAoB,CAAC,GAAG,SAAS,CAAC;IAE1D;;OAEG;IACH,EAAE,EAAE,OAAO,GAAG,SAAS,CAAC;IAExB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;CAC3C;AAED;;GAEG;AACH,wBAAgB,cAAc,
|
|
1
|
+
{"version":3,"file":"debug.d.ts","sourceRoot":"","sources":["../../../src/react/debug.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAE7B;;OAEG;IACH,IAAI,EAAE,WAAW,GAAG,SAAS,CAAC;IAE9B;;OAEG;IACH,QAAQ,EAAE,cAAc,oBAAoB,CAAC,GAAG,SAAS,CAAC;IAE1D;;OAEG;IACH,EAAE,EAAE,OAAO,GAAG,SAAS,CAAC;IAExB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;CAC3C;AAED;;GAEG;AACH,wBAAgB,cAAc,SAW7B;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,YAAY,CAE3C;AAED;;GAEG;AACH,wBAAgB,SAAS,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAEnD"}
|