lasso-js/lasso

There are plans to add support typescript of it?

Opened this issue · 5 comments

I write code with typescript is very friendly,Is there any plan to add typescript plugin?

Hey @AlexStacker. Right now, we don't have any plans to add TypeScript definitions. We'd love some help doing that if you're interested.

It's not definitions, hope to provide the same plugin like lasso-babel-transform.Ts file can be used directly and then converted into js. I do not know if this way can be used in marko.

@AlexStacker you can use this plugin which transforms typescript to js before lasso loads.

@austinkelleher I have created plugin for this. @AlexStacker you can use this.
I will be adding example soon. lasso-typescript

pull request #269