Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Supporting vue single files with lang="ts" #189

Open
ChristianStornowski opened this issue Mar 7, 2018 · 1 comment
Open

Supporting vue single files with lang="ts" #189

ChristianStornowski opened this issue Mar 7, 2018 · 1 comment

Comments

@ChristianStornowski
Copy link

I'm using vue single files with typescript. The SonarJS Plugin is supporting those files but this is not for typescript. Is would be nice if the SonarTS Plugin can support this also. It will also mean that sonar.typescript.file.suffixes has to be supported.

<template>
    <p>Here is my markup</p>
</template>
<script lang="ts">
    const x:string = "4"
    export default {
        name: "MyComponent"
    }
</script>
<style>
    .here-is-my-css {
         display: none;
    }
</style>
@anymost
Copy link

anymost commented Nov 7, 2018

+1, want sonarTS support typescript checking in vue file

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants