mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
remove old ts node package
This commit is contained in:
parent
59f164c48c
commit
f113b0c00a
6 changed files with 0 additions and 32 deletions
7
packages/typescript/4.2.3/build.sh
vendored
7
packages/typescript/4.2.3/build.sh
vendored
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source ../../node/15.10.0/build.sh
|
||||
|
||||
source ./environment
|
||||
|
||||
bin/npm install -g typescript@4.2.3
|
7
packages/typescript/4.2.3/compile
vendored
7
packages/typescript/4.2.3/compile
vendored
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to compile source code, remove this file if the language does not require this stage
|
||||
|
||||
rename 's/$/\.ts/' "$@" # Add .ts extension
|
||||
|
||||
tsc *.ts
|
4
packages/typescript/4.2.3/environment
vendored
4
packages/typescript/4.2.3/environment
vendored
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put 'export' statements here for environment variables
|
||||
export PATH=$PWD/bin:$PATH
|
5
packages/typescript/4.2.3/metadata.json
vendored
5
packages/typescript/4.2.3/metadata.json
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"language": "typescript",
|
||||
"version": "4.2.3",
|
||||
"aliases": ["ts", "node-ts", "tsc"]
|
||||
}
|
8
packages/typescript/4.2.3/run
vendored
8
packages/typescript/4.2.3/run
vendored
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to run the runtime
|
||||
|
||||
CODE=$1.js
|
||||
shift
|
||||
|
||||
node $CODE "$@"
|
1
packages/typescript/4.2.3/test.ts
vendored
1
packages/typescript/4.2.3/test.ts
vendored
|
@ -1 +0,0 @@
|
|||
console.log('OK');
|
Loading…
Add table
Add a link
Reference in a new issue