-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ship replacement typed blueprint files for core blueprints #8
Comments
I don't think we need to actually override any blueprints, just expand what we are currently doing on post install to make sure we:
|
I guess what I meant is when we do |
Ah. To fix that, denali-typescript would need to ship with all the blueprints Denali core does. That's certainly doable, and unfortunately I don't see a more efficient way of doing it. We also need to think through precedence here. If both denali and denali-typescript ship with an |
Hmm, good point. What if denali cli had some sort of events that fire through the lifecycle of calling a blueprint that typescript could hook into?
|
That might work for some use cases, but I think the ideal solution for Another way to think of this: how would |
Ah good point.
…On Mon, Aug 28, 2017, 11:41 Dave Wasmer ***@***.***> wrote:
That might work for some use cases, but I think the ideal solution for
denali-typescript users would be if the generated blueprints weren't just
JS files with the TS extension, but were actually *typed* Typescript code.
Another way to think of this: how would denali-coffeescript work, since
unlike Typescript, regular JS isn't valid Coffeescript?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDIwqeBrlmTBI6loqIJxYp5tcaX637dks5scwnqgaJpZM4PAUDS>
.
|
No description provided.
The text was updated successfully, but these errors were encountered: