Skip to content

Commit 9fb5326

Browse files
committed
deploy: 1556d69
0 parents  commit 9fb5326

4,006 files changed

Lines changed: 265321 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

.well-known/assetlinks.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"relation": ["delegate_permission/common.handle_all_urls"],
4+
"target": {
5+
"namespace": "android_app",
6+
"package_name": "prod.phcode.twa",
7+
"sha256_cert_fingerprints":
8+
["18:BF:CD:EE:B2:5B:BA:CB:F8:BE:76:FD:42:91:FE:0E:9F:43:EE:8B:51:4A:C5:3C:45:93:29:7C:70:CA:01:98"]
9+
}
10+
}
11+
]

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web.phcode.dev

JSUtils/HintUtils.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JSUtils/MessageIds.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"TERN_ADD_FILES_MSG": "AddFiles",
3+
"TERN_UPDATE_FILE_MSG": "UpdateFile",
4+
"TERN_INIT_MSG": "Init",
5+
"TERN_JUMPTODEF_MSG": "JumptoDef",
6+
"TERN_COMPLETIONS_MSG": "Completions",
7+
"TERN_GET_FILE_MSG": "GetFile",
8+
"TERN_SCOPEDATA_MSG": "ScopeData",
9+
"TERN_CALLED_FUNC_TYPE_MSG": "FunctionType",
10+
"TERN_PRIME_PUMP_MSG": "PrimePump",
11+
"TERN_GET_GUESSES_MSG": "GetGuesses",
12+
"TERN_WORKER_READY": "WorkerReady",
13+
"TERN_INFERENCE_TIMEDOUT": "InferenceTimedOut",
14+
"SET_CONFIG": "SetConfig",
15+
"TERN_UPDATE_DIRTY_FILE": "UpdateDirtyFileEntry",
16+
"TERN_REFS": "getRefs",
17+
"TERN_CLEAR_DIRTY_FILES_LIST": "ClearDirtyFilesList",
18+
"TERN_FILE_INFO_TYPE_PART": "part",
19+
"TERN_FILE_INFO_TYPE_FULL": "full",
20+
"TERN_FILE_INFO_TYPE_EMPTY": "empty"
21+
}

JSUtils/Preferences.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JSUtils/ScopeManager.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JSUtils/Session.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JSUtils/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "brackets-javascript-code-utils",
3+
"dependencies": {
4+
"acorn": "3.3.0"
5+
}
6+
}

0 commit comments

Comments
 (0)