Skip to content

Commit

Permalink
rename to something more memorable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes committed Dec 24, 2023
1 parent 2f79cfb commit 53cce52
Show file tree
Hide file tree
Showing 21 changed files with 810 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/templateChoices.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"title": "Typescript Integrated (uses sern cli)",
"value": "ts-integrated"
"value": "ts+cli"
},
{
"title": "Typescript",
Expand Down
File renamed without changes.
File renamed without changes.
82 changes: 82 additions & 0 deletions pooba/.sern/ambient.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
declare var __DEV__: boolean
declare var __PROD__: boolean
declare var __VERSION__: string
declare namespace NodeJS {
interface ProcessEnv {
PROMPT:string
VIM:string
CHOCOLATEYTOOLSLOCATION:string
"INTELLIJ IDEA": string
SYSTEMDRIVE:string
SHELL:string
KOTLIN_HOME:string
PNPM_HOME:string
PUBLIC:string
LOGONSERVER:string
JAVA_HOME:string
USERNAME:string
C_INCLUDE_PATH:string
PSMODULEPATH:string
POSH_THEMES_PATH:string
HOMEPATH:string
HOMEDRIVE:string
COMSPEC:string
ONEDRIVE:string
VK_SDK_PATH:string
NVM_SYMLINK:string
USERDOMAIN_ROAMINGPROFILE:string
COMMONPROGRAMW6432:string
LOCALAPPDATA:string
PYTHON:string
USERDOMAIN:string
LIBCLANG_PATH:string
PROCESSOR_REVISION:string
FFMPEG_DIR:string
PROCESSOR_LEVEL:string
SYSTEMROOT:string
PKG_CONFIG_PATH:string
DRIVERDATA:string
PROGRAMW6432:string
WINDIR:string
TESSDATA_PREFIX:string
GIT_INSTALL_ROOT:string
GRAALVM_HOME:string
WSLENV:string
OS:string
NVM_HOME:string
"JETBRAINS RIDER": string
NUMBER_OF_PROCESSORS:string
CL_HOME:string
ONEDRIVECOMMERCIAL:string
COMMONPROGRAMFILES:string
WT_SESSION:string
USERPROFILE:string
PATH:string
"PROGRAMFILES(X86)": string
PROGRAMDATA:string
APPDATA:string
VULKAN_SDK:string
TERM:string
PROGRAMFILES:string
"COMMONPROGRAMFILES(X86)": string
TEMP:string
CPLUS_INCLUDE_PATH:string
ALLUSERSPROFILE:string
SESSIONNAME:string
CHOCOLATEYINSTALL:string
VIMRUNTIME:string
NVIM:string
PROTOC:string
MYVIMRC:string
NVIM_LOG_FILE:string
TMP:string
PATHEXT:string
CHOCOLATEYLASTPATHUPDATE:string
PROCESSOR_IDENTIFIER:string
HAXEPATH:string
PROCESSOR_ARCHITECTURE:string
COMPUTERNAME:string
AMDRMPATH:string
WT_PROFILE_ID:string
}
}
21 changes: 21 additions & 0 deletions pooba/.sern/command-data-remote.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"global": [
{
"id": "1138774636834852924",
"application_id": "1061421834341462036",
"version": "1187584271431499847",
"default_member_permissions": null,
"type": 1,
"name": "ping",
"name_localizations": null,
"description": "A ping command",
"description_localizations": null,
"dm_permission": true,
"contexts": null,
"integration_types": [
0
],
"nsfw": false
}
]
}
17 changes: 17 additions & 0 deletions pooba/.sern/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
"target": "esnext",
"rootDirs": [
"./generated",
"../src"
]
},
"include": [
"./ambient.d.ts",
"../src"
]
}
File renamed without changes.
Loading

0 comments on commit 53cce52

Please sign in to comment.