Skip to content

Commit 6277f99

Browse files
Missing Discriminator interface export in compiler (microsoft#3316)
1 parent 25fe775 commit 6277f99

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/compiler"
5+
---
6+

packages/compiler/src/core/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export {
2626
getMinValueAsNumeric,
2727
getMinValueExclusive,
2828
getMinValueExclusiveAsNumeric,
29+
type Discriminator,
2930
} from "./intrinsic-type-state.js";
3031
export {
3132
// eslint-disable-next-line deprecation/deprecation

0 commit comments

Comments
 (0)