Skip to content

Commit

Permalink
Merge pull request #26 from adamjosefus/development
Browse files Browse the repository at this point in the history
Upgrade to 3.0
  • Loading branch information
adamjosefus authored May 23, 2022
2 parents 6e95268 + 671d162 commit 3dc4be7
Show file tree
Hide file tree
Showing 84 changed files with 2,477 additions and 739 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pkg.exe
pkg.linux
pkg.bundled.js
!.vscode
.DS_Store
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@
"deno.unstable": false,
"deno.suggest.imports.hosts": {
"https://deno.land": true
}
},
"editor.insertSpaces": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock"
},
}
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"group": "build",
},
{
"label": "🔧 Run: Compile to Executable FIle",
"label": "🔧 Run: Compile to Executable File",
"type": "shell",
"command": "deno run -A ./bin/compile.ts",
"group": "build",
Expand Down
Loading

0 comments on commit 3dc4be7

Please sign in to comment.