Home / File/ commits.mock.ts — vue Source File

commits.mock.ts — vue Source File

Architecture documentation for commits.mock.ts, a typescript file in the vue codebase. 0 imports, 1 dependents.

File typescript VueCore 1 dependents

Entity Profile

Dependency Diagram

graph LR
  aa8b32b7_80a7_166e_5355_028de3715b60["commits.mock.ts"]
  e561ba0f_2a52_096c_f7e8_21c7c7d94919["commits.spec.ts"]
  e561ba0f_2a52_096c_f7e8_21c7c7d94919 --> aa8b32b7_80a7_166e_5355_028de3715b60
  style aa8b32b7_80a7_166e_5355_028de3715b60 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

export default {
  main: [
    {
      sha: '0948d999f2fddf9f90991956493f976273c5da1f',
      node_id:
        'MDY6Q29tbWl0MTE3MzAzNDI6MDk0OGQ5OTlmMmZkZGY5ZjkwOTkxOTU2NDkzZjk3NjI3M2M1ZGExZg==',
      commit: {
        author: {
          name: 'Evan You',
          email: 'yyx990803@gmail.com',
          date: '2017-10-13T03:07:14Z'
        },
        committer: {
          name: 'Evan You',
          email: 'yyx990803@gmail.com',
          date: '2017-10-13T03:07:14Z'
        },
        message: 'build: release 2.5.0',
        tree: {
          sha: '7846816b875eb664ddf718fad04a720efeac72d0',
          url: 'https://api.github.com/repos/vuejs/vue/git/trees/7846816b875eb664ddf718fad04a720efeac72d0'
        },
        url: 'https://api.github.com/repos/vuejs/vue/git/commits/0948d999f2fddf9f90991956493f976273c5da1f',
        comment_count: 0,
        verification: {
          verified: false,
          reason: 'unsigned',
          signature: null,
          payload: null
        }
      },
      url: 'https://api.github.com/repos/vuejs/vue/commits/0948d999f2fddf9f90991956493f976273c5da1f',
      html_url:
        'https://github.com/vuejs/vue/commit/0948d999f2fddf9f90991956493f976273c5da1f',
      comments_url:
        'https://api.github.com/repos/vuejs/vue/commits/0948d999f2fddf9f90991956493f976273c5da1f/comments',
      author: {
        login: 'yyx990803',
        id: 499550,
        node_id: 'MDQ6VXNlcjQ5OTU1MA==',
        avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
        gravatar_id: '',
        url: 'https://api.github.com/users/yyx990803',
        html_url: 'https://github.com/yyx990803',
        followers_url: 'https://api.github.com/users/yyx990803/followers',
        following_url:
          'https://api.github.com/users/yyx990803/following{/other_user}',
        gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
        starred_url:
          'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
        subscriptions_url:
          'https://api.github.com/users/yyx990803/subscriptions',
        organizations_url: 'https://api.github.com/users/yyx990803/orgs',
        repos_url: 'https://api.github.com/users/yyx990803/repos',
        events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
        received_events_url:
          'https://api.github.com/users/yyx990803/received_events',
        type: 'User',
        site_admin: false
      },
// ... (492 more lines)

Domain

Frequently Asked Questions

What does commits.mock.ts do?
commits.mock.ts is a source file in the vue codebase, written in typescript. It belongs to the VueCore domain.
What files import commits.mock.ts?
commits.mock.ts is imported by 1 file(s): commits.spec.ts.
Where is commits.mock.ts in the architecture?
commits.mock.ts is located at test/e2e/commits.mock.ts (domain: VueCore, directory: test/e2e).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free