@typespec/html-program-viewer 0.67.0-dev.3 → 0.67.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/emitter/index.js +2 -10
- package/dist/{manifest-IEQ_iGDm.js → manifest-CrFWPTea.js} +1 -1
- package/dist/react/index.js +634 -598
- package/dist/react/type-config.d.ts +2 -2
- package/dist/react/type-config.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/emitter.d.ts +0 -20
- package/dist/emitter.d.ts.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
package/dist/emitter/index.js
CHANGED
|
@@ -5338,8 +5338,7 @@ const TypeConfig = {
|
|
|
5338
5338
|
operations: "nested",
|
|
5339
5339
|
unions: "nested",
|
|
5340
5340
|
enums: "nested",
|
|
5341
|
-
decoratorDeclarations: "nested"
|
|
5342
|
-
functionDeclarations: "nested"
|
|
5341
|
+
decoratorDeclarations: "nested"
|
|
5343
5342
|
},
|
|
5344
5343
|
Interface: {
|
|
5345
5344
|
operations: "nested",
|
|
@@ -5424,10 +5423,7 @@ const TypeConfig = {
|
|
|
5424
5423
|
default: "value"
|
|
5425
5424
|
},
|
|
5426
5425
|
// Don't want to expose those for now
|
|
5427
|
-
|
|
5428
|
-
Object: null,
|
|
5429
|
-
Intrinsic: null,
|
|
5430
|
-
Projection: null
|
|
5426
|
+
Intrinsic: null
|
|
5431
5427
|
};
|
|
5432
5428
|
const CommonPropsConfig = {
|
|
5433
5429
|
namespace: "parent"
|
|
@@ -5443,11 +5439,7 @@ const HiddenProps = [
|
|
|
5443
5439
|
"templateMapper",
|
|
5444
5440
|
"instantiationParameters",
|
|
5445
5441
|
"decorators",
|
|
5446
|
-
"projectionBase",
|
|
5447
|
-
"projectionsByName",
|
|
5448
|
-
"projectionSource",
|
|
5449
5442
|
"projector",
|
|
5450
|
-
"projections",
|
|
5451
5443
|
"isFinished"
|
|
5452
5444
|
];
|
|
5453
5445
|
new Set(HiddenProps);
|