mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
pkg(deno-1.16.2): Added deno 1.16.2
This commit is contained in:
parent
c2d9367b99
commit
aeddcc7661
5 changed files with 32 additions and 0 deletions
5
packages/deno/1.16.2/build.sh
vendored
Normal file
5
packages/deno/1.16.2/build.sh
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl -OL https://github.com/denoland/deno/releases/download/v1.16.2/deno-x86_64-unknown-linux-gnu.zip
|
||||
unzip -o deno-x86_64-unknown-linux-gnu.zip
|
||||
rm deno-x86_64-unknown-linux-gnu.zip
|
3
packages/deno/1.16.2/environment
vendored
Normal file
3
packages/deno/1.16.2/environment
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PATH=$PWD:$PATH
|
20
packages/deno/1.16.2/metadata.json
vendored
Normal file
20
packages/deno/1.16.2/metadata.json
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"language": "deno",
|
||||
"version": "1.16.2",
|
||||
"dependencies": {},
|
||||
"provides": [
|
||||
{
|
||||
"language": "typescript",
|
||||
"aliases": [
|
||||
"deno",
|
||||
"deno-ts"
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "javascript",
|
||||
"aliases": [
|
||||
"deno-js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
3
packages/deno/1.16.2/run
vendored
Normal file
3
packages/deno/1.16.2/run
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
deno run $@
|
1
packages/deno/1.16.2/test.ts
vendored
Normal file
1
packages/deno/1.16.2/test.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
console.log("OK")
|
Loading…
Add table
Add a link
Reference in a new issue