alexa-games / litexa

Language and toolchain for writing Alexa skills.
https://litexa.com
Apache License 2.0
37 stars 7 forks source link

fix: request parser always injects extensions #229

Closed cheruvian closed 2 years ago

cheruvian commented 2 years ago

Title

Injects extensions before the parser needs to use them

Description

Injects extensions before parser tries to use them

Motivation and Context

Currently only injects extensions if the first request is a standard supported use case. This prevents extensions from working on custom intent types.

https://github.com/alexa-games/litexa/issues/201

Testing

Added a new unit test and verified in a live litexa skill

Types of changes

Checklist

License

amzn-chris-subagio commented 2 years ago

Great fix, thanks!