@typespec/compiler 1.11.0-dev.4 → 1.11.0-dev.5
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/manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,eAAe,KAAmB,CAAC;AAEhD,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,QAAQ,EAAE,gBAA2B,CAAC"}
|
package/dist/src/manifest.js
CHANGED
|
@@ -5,7 +5,9 @@ try {
|
|
|
5
5
|
manifest = (await import("../manifest.js")).default;
|
|
6
6
|
}
|
|
7
7
|
catch {
|
|
8
|
-
|
|
8
|
+
// Construct path dynamically so bundlers cannot statically resolve this import.
|
|
9
|
+
// This fallback is only used when running directly from source during development.
|
|
10
|
+
const name = ["../dist", "manifest.js"].join("/");
|
|
9
11
|
manifest = (await import(/* @vite-ignore */ /* webpackIgnore: true */ name)).default;
|
|
10
12
|
}
|
|
11
13
|
export const typespecVersion = manifest.version;
|
package/dist/src/manifest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"AAAA,IAAI,QAAQ,CAAC;AACb,IAAI,CAAC;IACH,6DAA6D;IAC7D,aAAa;IACb,QAAQ,GAAG,CAAC,MAAM,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,OAAO,CAAC;AACtD,CAAC;AAAC,MAAM,CAAC;IACP,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"AAAA,IAAI,QAAQ,CAAC;AACb,IAAI,CAAC;IACH,6DAA6D;IAC7D,aAAa;IACb,QAAQ,GAAG,CAAC,MAAM,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,OAAO,CAAC;AACtD,CAAC;AAAC,MAAM,CAAC;IACP,gFAAgF;IAChF,mFAAmF;IACnF,MAAM,IAAI,GAAG,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAClD,QAAQ,GAAG,CAAC,MAAM,MAAM,CAAC,kBAAkB,CAAC,yBAAyB,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;AACvF,CAAC;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,CAAC;AAmBhD,MAAM,CAAC,MAAM,QAAQ,GAAqB,QAAQ,CAAC"}
|