Mark Tucker

Results 23 comments of Mark Tucker

Tried to setup a TypeScript class for my grammar, but property chaining doesn't work: ![image](https://user-images.githubusercontent.com/247472/54942086-97a58900-4eeb-11e9-8afc-607403fd626e.png)

error TS2339: Property 'opt' does not exist on type 'Rule'. public number: Rule = Myna.seq(Myna.integer, this.fraction.opt.ast);

The more I think about it, I like the idea of creating a backup folder and every time --clean is run a new folder based on datetime is created and...

I just know that Amazon is putting more things in the `platforms\alexaSkill\skill-package` folder. So, maybe the `skill.json` file should be the only one deleted from there.

Has this been resolved? I'm seeing it with: Jovo CLI v3.2.1 ASK CLI v2.22.4 Windows 10 It happens executing: `jovo deploy --stage prod -t info`

@jankoenig Thanks! I'll work on it when I can. I appreciate your feedback.

@jankoenig @aswetlow This is an issue on a big project I'm working on now.

@jankoenig I'm not sure what I would do to patch this. Would that require me changing my code to not use whatever Jovo code calls server.ts? What files would that...

Let's have a conversation to see if this is possible without making there be an `await this.$t(...)`

@jankoenig I added this to a local project by hacking the file in node_modules and it worked fine. TypeScript doesn't like the PR though.