Skip to content
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

[WIP] Board Base (Typescript) #15

Closed
wants to merge 4 commits into from
Closed

[WIP] Board Base (Typescript) #15

wants to merge 4 commits into from

Conversation

gmq
Copy link
Member

@gmq gmq commented Jul 21, 2017

Lo mismo que #14 pero en TypeScript.

Me gusta como se ve pero no sé si haría el cambio ahora, se viene soporte aun mejor de TS en Vue vuejs/vue#5887 (ahora hay que usar vue-class-component para resolver un par de problemas).

Lo otro es que no hay soporte de tslint dentro de archivos *.vue palantir/tslint#2099. Agregué tslint a webpack y se pueden ver los errores ahí pero no es la mejor solución.

Dejaría este PR para tener una base cuando migremos pero no lo mergearía/adaptaría hasta que, por lo menos, el primer tema esté resuelto.

@gmq gmq requested a review from blackjid July 21, 2017 20:34
@@ -0,0 +1,9 @@
declare module "*.vue" {
import Vue from 'vue'
export default typeof Vue
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon

@@ -0,0 +1,9 @@
declare module "*.vue" {
import Vue from 'vue'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon

export default typeof Vue
}

declare module "*.svg" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

" should be '

@@ -0,0 +1,9 @@
declare module "*.vue" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

" should be '

@blackjid
Copy link
Member

excelente...

@blackjid blackjid closed this Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants