microsoft/typespec

Semantic walker doesn't fire exitOperation or exitModelProperty

Closed this issue · 1 comments

Describe the bug

The emit is missing from these methods.

Reproduction

navigateType(someModel, {
  exitModelProperty() { /* never fired */ }
})

navigateType(someOperation, {
  exitOperation() { /* never fired */ }
})

Checklist

Would be good to spot check the other methods to make sure no other emits are missing.