Skip to content

Conversation

@ysk8hori
Copy link
Owner

No description provided.

@ysk8hori ysk8hori changed the title Support vue Support vue (experimental) Nov 29, 2024
@github-actions
Copy link

Delta TypeScript Graph

tsg  --include dummy_project/src/includeFiles/D.vue dummy_project/src/includeFiles/components/HelloWorld.vue integration.vue.spec.ts dummy_project/src/main.ts src/graph/createGraph.ts src/index.ts src/models.ts --highlight dummy_project/src/includeFiles/D.vue dummy_project/src/includeFiles/components/HelloWorld.vue integration.vue.spec.ts dummy_project/src/main.ts src/graph/createGraph.ts src/index.ts src/models.ts --exclude node_modules --abstraction src/config
flowchart TB
    classDef modified fill:yellow,stroke:#999,color:black
    subgraph src["src"]
        src/models.ts["models.ts"]:::modified
        src/index.ts["index.ts"]:::modified
        src/mermaidify.ts["mermaidify.ts"]
        src/writeMarkdownFile.ts["writeMarkdownFile.ts"]
        src/config["/config"]:::dir
        subgraph src/graph_["/graph"]
            src/_graph__/createGraph.ts["createGraph.ts"]:::modified
            src/_graph__/utils.ts["utils.ts"]
            src/_graph__/filterGraph.ts["filterGraph.ts"]
            src/_graph__/abstraction.ts["abstraction.ts"]
            src/_graph__/highlight.ts["highlight.ts"]
        end
    end
    src/_graph__/utils.ts-->src/models.ts
    src/_graph__/createGraph.ts-->src/models.ts
    src/_graph__/createGraph.ts-->src/_graph__/utils.ts
    src/_graph__/filterGraph.ts-->src/models.ts
    src/_graph__/abstraction.ts-->src/models.ts
    src/_graph__/highlight.ts-->src/models.ts
    src/mermaidify.ts-->src/models.ts
    src/writeMarkdownFile.ts-->src/models.ts
    src/index.ts-->src/_graph__/createGraph.ts
    src/index.ts-->src/_graph__/filterGraph.ts
    src/index.ts-->src/_graph__/abstraction.ts
    src/index.ts-->src/_graph__/highlight.ts
    src/index.ts-->src/writeMarkdownFile.ts
    src/index.ts-->package.json
    src/index.ts-->src/models.ts
    src/index.ts-->src/config
    src/_graph__/filterGraph.ts-->src/_graph__/utils.ts
    src/_graph__/abstraction.ts-->src/_graph__/utils.ts
    src/mermaidify.ts-->src/config
    src/writeMarkdownFile.ts-->src/mermaidify.ts

Loading

@ysk8hori ysk8hori merged commit d96c07e into main Nov 29, 2024
2 checks passed
@ysk8hori ysk8hori deleted the support-vue branch November 29, 2024 12:24
@ysk8hori
Copy link
Owner Author

🎉 This PR is included in version 0.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ysk8hori ysk8hori linked an issue Nov 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vue に対応する

2 participants