@actions/languageservice 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +131 -0
- package/dist/action.d.ts +28 -0
- package/dist/action.d.ts.map +1 -0
- package/dist/action.js +36 -0
- package/dist/action.js.map +1 -0
- package/dist/complete.d.ts +15 -0
- package/dist/complete.d.ts.map +1 -0
- package/dist/complete.js +203 -0
- package/dist/complete.js.map +1 -0
- package/dist/context/workflow-context.d.ts +15 -0
- package/dist/context/workflow-context.d.ts.map +1 -0
- package/dist/context/workflow-context.js +64 -0
- package/dist/context/workflow-context.js.map +1 -0
- package/dist/context-providers/config.d.ts +7 -0
- package/dist/context-providers/config.d.ts.map +1 -0
- package/dist/context-providers/config.js +2 -0
- package/dist/context-providers/config.js.map +1 -0
- package/dist/context-providers/default.d.ts +11 -0
- package/dist/context-providers/default.d.ts.map +1 -0
- package/dist/context-providers/default.js +88 -0
- package/dist/context-providers/default.js.map +1 -0
- package/dist/context-providers/descriptions.d.ts +15 -0
- package/dist/context-providers/descriptions.d.ts.map +1 -0
- package/dist/context-providers/descriptions.js +23 -0
- package/dist/context-providers/descriptions.js.map +1 -0
- package/dist/context-providers/descriptions.json +241 -0
- package/dist/context-providers/env.d.ts +4 -0
- package/dist/context-providers/env.d.ts.map +1 -0
- package/dist/context-providers/env.js +29 -0
- package/dist/context-providers/env.js.map +1 -0
- package/dist/context-providers/events/eventPayloads.d.ts +4 -0
- package/dist/context-providers/events/eventPayloads.d.ts.map +1 -0
- package/dist/context-providers/events/eventPayloads.js +111 -0
- package/dist/context-providers/events/eventPayloads.js.map +1 -0
- package/dist/context-providers/events/objects.json +26220 -0
- package/dist/context-providers/events/schedule.json +102 -0
- package/dist/context-providers/events/webhooks.json +124811 -0
- package/dist/context-providers/events/workflow_call.json +134 -0
- package/dist/context-providers/github.d.ts +5 -0
- package/dist/context-providers/github.d.ts.map +1 -0
- package/dist/context-providers/github.js +139 -0
- package/dist/context-providers/github.js.map +1 -0
- package/dist/context-providers/inputs.d.ts +4 -0
- package/dist/context-providers/inputs.d.ts.map +1 -0
- package/dist/context-providers/inputs.js +52 -0
- package/dist/context-providers/inputs.js.map +1 -0
- package/dist/context-providers/job.d.ts +4 -0
- package/dist/context-providers/job.d.ts.map +1 -0
- package/dist/context-providers/job.js +61 -0
- package/dist/context-providers/job.js.map +1 -0
- package/dist/context-providers/jobs.d.ts +4 -0
- package/dist/context-providers/jobs.d.ts.map +1 -0
- package/dist/context-providers/jobs.js +30 -0
- package/dist/context-providers/jobs.js.map +1 -0
- package/dist/context-providers/matrix.d.ts +4 -0
- package/dist/context-providers/matrix.d.ts.map +1 -0
- package/dist/context-providers/matrix.js +163 -0
- package/dist/context-providers/matrix.js.map +1 -0
- package/dist/context-providers/needs.d.ts +4 -0
- package/dist/context-providers/needs.d.ts.map +1 -0
- package/dist/context-providers/needs.js +56 -0
- package/dist/context-providers/needs.js.map +1 -0
- package/dist/context-providers/secrets.d.ts +5 -0
- package/dist/context-providers/secrets.d.ts.map +1 -0
- package/dist/context-providers/secrets.js +23 -0
- package/dist/context-providers/secrets.js.map +1 -0
- package/dist/context-providers/steps.d.ts +4 -0
- package/dist/context-providers/steps.d.ts.map +1 -0
- package/dist/context-providers/steps.js +35 -0
- package/dist/context-providers/steps.js.map +1 -0
- package/dist/context-providers/strategy.d.ts +4 -0
- package/dist/context-providers/strategy.d.ts.map +1 -0
- package/dist/context-providers/strategy.js +31 -0
- package/dist/context-providers/strategy.js.map +1 -0
- package/dist/description-providers/reusable-job-inputs.d.ts +5 -0
- package/dist/description-providers/reusable-job-inputs.d.ts.map +1 -0
- package/dist/description-providers/reusable-job-inputs.js +29 -0
- package/dist/description-providers/reusable-job-inputs.js.map +1 -0
- package/dist/document-links.d.ts +4 -0
- package/dist/document-links.d.ts.map +1 -0
- package/dist/document-links.js +73 -0
- package/dist/document-links.js.map +1 -0
- package/dist/expression-hover/expression-pos.d.ts +13 -0
- package/dist/expression-hover/expression-pos.d.ts.map +1 -0
- package/dist/expression-hover/expression-pos.js +41 -0
- package/dist/expression-hover/expression-pos.js.map +1 -0
- package/dist/expression-hover/pos-range.d.ts +3 -0
- package/dist/expression-hover/pos-range.d.ts.map +1 -0
- package/dist/expression-hover/pos-range.js +7 -0
- package/dist/expression-hover/pos-range.js.map +1 -0
- package/dist/expression-hover/visitor.d.ts +27 -0
- package/dist/expression-hover/visitor.d.ts.map +1 -0
- package/dist/expression-hover/visitor.js +116 -0
- package/dist/expression-hover/visitor.js.map +1 -0
- package/dist/expression-validation/error-dictionary.d.ts +13 -0
- package/dist/expression-validation/error-dictionary.d.ts.map +1 -0
- package/dist/expression-validation/error-dictionary.js +39 -0
- package/dist/expression-validation/error-dictionary.js.map +1 -0
- package/dist/expression-validation/functions.d.ts +9 -0
- package/dist/expression-validation/functions.d.ts.map +1 -0
- package/dist/expression-validation/functions.js +11 -0
- package/dist/expression-validation/functions.js.map +1 -0
- package/dist/hover.d.ts +16 -0
- package/dist/hover.d.ts.map +1 -0
- package/dist/hover.js +154 -0
- package/dist/hover.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/log.d.ts +39 -0
- package/dist/log.d.ts.map +1 -0
- package/dist/log.js +48 -0
- package/dist/log.js.map +1 -0
- package/dist/nulltrace.d.ts +3 -0
- package/dist/nulltrace.d.ts.map +1 -0
- package/dist/nulltrace.js +3 -0
- package/dist/nulltrace.js.map +1 -0
- package/dist/utils/expression-detection.d.ts +3 -0
- package/dist/utils/expression-detection.d.ts.map +1 -0
- package/dist/utils/expression-detection.js +9 -0
- package/dist/utils/expression-detection.js.map +1 -0
- package/dist/utils/find-token.d.ts +23 -0
- package/dist/utils/find-token.d.ts.map +1 -0
- package/dist/utils/find-token.js +159 -0
- package/dist/utils/find-token.js.map +1 -0
- package/dist/utils/indentation-guesser.d.ts +16 -0
- package/dist/utils/indentation-guesser.d.ts.map +1 -0
- package/dist/utils/indentation-guesser.js +214 -0
- package/dist/utils/indentation-guesser.js.map +1 -0
- package/dist/utils/range.d.ts +5 -0
- package/dist/utils/range.d.ts.map +1 -0
- package/dist/utils/range.js +25 -0
- package/dist/utils/range.js.map +1 -0
- package/dist/utils/rel-char-pos.d.ts +4 -0
- package/dist/utils/rel-char-pos.d.ts.map +1 -0
- package/dist/utils/rel-char-pos.js +14 -0
- package/dist/utils/rel-char-pos.js.map +1 -0
- package/dist/utils/scalar-to-data.d.ts +4 -0
- package/dist/utils/scalar-to-data.d.ts.map +1 -0
- package/dist/utils/scalar-to-data.js +19 -0
- package/dist/utils/scalar-to-data.js.map +1 -0
- package/dist/utils/transform.d.ts +6 -0
- package/dist/utils/transform.d.ts.map +1 -0
- package/dist/utils/transform.js +66 -0
- package/dist/utils/transform.js.map +1 -0
- package/dist/utils/workflow-cache.d.ts +21 -0
- package/dist/utils/workflow-cache.d.ts.map +1 -0
- package/dist/utils/workflow-cache.js +52 -0
- package/dist/utils/workflow-cache.js.map +1 -0
- package/dist/validate-action.d.ts +6 -0
- package/dist/validate-action.d.ts.map +1 -0
- package/dist/validate-action.js +71 -0
- package/dist/validate-action.js.map +1 -0
- package/dist/validate.d.ts +20 -0
- package/dist/validate.d.ts.map +1 -0
- package/dist/validate.js +162 -0
- package/dist/validate.js.map +1 -0
- package/dist/value-providers/config.d.ts +24 -0
- package/dist/value-providers/config.d.ts.map +1 -0
- package/dist/value-providers/config.js +6 -0
- package/dist/value-providers/config.js.map +1 -0
- package/dist/value-providers/default.d.ts +4 -0
- package/dist/value-providers/default.d.ts.map +1 -0
- package/dist/value-providers/default.js +38 -0
- package/dist/value-providers/default.js.map +1 -0
- package/dist/value-providers/definition.d.ts +4 -0
- package/dist/value-providers/definition.d.ts.map +1 -0
- package/dist/value-providers/definition.js +82 -0
- package/dist/value-providers/definition.js.map +1 -0
- package/dist/value-providers/needs.d.ts +4 -0
- package/dist/value-providers/needs.d.ts.map +1 -0
- package/dist/value-providers/needs.js +10 -0
- package/dist/value-providers/needs.js.map +1 -0
- package/dist/value-providers/reusable-job-inputs.d.ts +4 -0
- package/dist/value-providers/reusable-job-inputs.d.ts.map +1 -0
- package/dist/value-providers/reusable-job-inputs.js +29 -0
- package/dist/value-providers/reusable-job-inputs.js.map +1 -0
- package/dist/value-providers/reusable-job-secrets.d.ts +4 -0
- package/dist/value-providers/reusable-job-secrets.d.ts.map +1 -0
- package/dist/value-providers/reusable-job-secrets.js +41 -0
- package/dist/value-providers/reusable-job-secrets.js.map +1 -0
- package/dist/value-providers/strings-to-values.d.ts +3 -0
- package/dist/value-providers/strings-to-values.d.ts.map +1 -0
- package/dist/value-providers/strings-to-values.js +4 -0
- package/dist/value-providers/strings-to-values.js.map +1 -0
- package/package.json +77 -0
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"repository": {
|
|
3
|
+
"id": 186853002,
|
|
4
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=",
|
|
5
|
+
"name": "Hello-World",
|
|
6
|
+
"full_name": "Codertocat/Hello-World",
|
|
7
|
+
"private": false,
|
|
8
|
+
"owner": {
|
|
9
|
+
"name": "Codertocat",
|
|
10
|
+
"email": "21031067+Codertocat@users.noreply.github.com",
|
|
11
|
+
"login": "Codertocat",
|
|
12
|
+
"id": 21031067,
|
|
13
|
+
"node_id": "MDQ6VXNlcjIxMDMxMDY3",
|
|
14
|
+
"avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4",
|
|
15
|
+
"gravatar_id": "",
|
|
16
|
+
"url": "https://api.github.com/users/Codertocat",
|
|
17
|
+
"html_url": "https://github.com/Codertocat",
|
|
18
|
+
"followers_url": "https://api.github.com/users/Codertocat/followers",
|
|
19
|
+
"following_url": "https://api.github.com/users/Codertocat/following{/other_user}",
|
|
20
|
+
"gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}",
|
|
21
|
+
"starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
|
|
22
|
+
"subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions",
|
|
23
|
+
"organizations_url": "https://api.github.com/users/Codertocat/orgs",
|
|
24
|
+
"repos_url": "https://api.github.com/users/Codertocat/repos",
|
|
25
|
+
"events_url": "https://api.github.com/users/Codertocat/events{/privacy}",
|
|
26
|
+
"received_events_url": "https://api.github.com/users/Codertocat/received_events",
|
|
27
|
+
"type": "User",
|
|
28
|
+
"site_admin": false
|
|
29
|
+
},
|
|
30
|
+
"html_url": "https://github.com/Codertocat/Hello-World",
|
|
31
|
+
"description": null,
|
|
32
|
+
"fork": false,
|
|
33
|
+
"url": "https://github.com/Codertocat/Hello-World",
|
|
34
|
+
"forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks",
|
|
35
|
+
"keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}",
|
|
36
|
+
"collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}",
|
|
37
|
+
"teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams",
|
|
38
|
+
"hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks",
|
|
39
|
+
"issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}",
|
|
40
|
+
"events_url": "https://api.github.com/repos/Codertocat/Hello-World/events",
|
|
41
|
+
"assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}",
|
|
42
|
+
"branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}",
|
|
43
|
+
"tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags",
|
|
44
|
+
"blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}",
|
|
45
|
+
"git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}",
|
|
46
|
+
"git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}",
|
|
47
|
+
"trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}",
|
|
48
|
+
"statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}",
|
|
49
|
+
"languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages",
|
|
50
|
+
"stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers",
|
|
51
|
+
"contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors",
|
|
52
|
+
"subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers",
|
|
53
|
+
"subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription",
|
|
54
|
+
"commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}",
|
|
55
|
+
"git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}",
|
|
56
|
+
"comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}",
|
|
57
|
+
"issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}",
|
|
58
|
+
"contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}",
|
|
59
|
+
"compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}",
|
|
60
|
+
"merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges",
|
|
61
|
+
"archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}",
|
|
62
|
+
"downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads",
|
|
63
|
+
"issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}",
|
|
64
|
+
"pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}",
|
|
65
|
+
"milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}",
|
|
66
|
+
"notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
|
|
67
|
+
"labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}",
|
|
68
|
+
"releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}",
|
|
69
|
+
"deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments",
|
|
70
|
+
"created_at": 1557933565,
|
|
71
|
+
"updated_at": "2019-05-15T15:20:41Z",
|
|
72
|
+
"pushed_at": 1557933657,
|
|
73
|
+
"git_url": "git://github.com/Codertocat/Hello-World.git",
|
|
74
|
+
"ssh_url": "git@github.com:Codertocat/Hello-World.git",
|
|
75
|
+
"clone_url": "https://github.com/Codertocat/Hello-World.git",
|
|
76
|
+
"svn_url": "https://github.com/Codertocat/Hello-World",
|
|
77
|
+
"homepage": null,
|
|
78
|
+
"size": 0,
|
|
79
|
+
"stargazers_count": 0,
|
|
80
|
+
"watchers_count": 0,
|
|
81
|
+
"language": "Ruby",
|
|
82
|
+
"has_issues": true,
|
|
83
|
+
"has_projects": true,
|
|
84
|
+
"has_downloads": true,
|
|
85
|
+
"has_wiki": true,
|
|
86
|
+
"has_pages": true,
|
|
87
|
+
"forks_count": 1,
|
|
88
|
+
"mirror_url": null,
|
|
89
|
+
"archived": false,
|
|
90
|
+
"disabled": false,
|
|
91
|
+
"open_issues_count": 2,
|
|
92
|
+
"license": null,
|
|
93
|
+
"forks": 1,
|
|
94
|
+
"open_issues": 2,
|
|
95
|
+
"watchers": 0,
|
|
96
|
+
"default_branch": "master",
|
|
97
|
+
"stargazers": 0,
|
|
98
|
+
"master_branch": "master"
|
|
99
|
+
},
|
|
100
|
+
"schedule": "* * * * *",
|
|
101
|
+
"workflow": ".github/workflows/hello-world-workflow.yml"
|
|
102
|
+
}
|