Compare commits

..

No commits in common. "6a8dc482335d621b9730a7af2abb6ec2b5f3d0ee" and "89a6f81123c98d6b905da4c10ae640718b2dc01b" have entirely different histories.

6 changed files with 0 additions and 22 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
# japt install
source ../../node/16.3.0/build.sh
git clone -q "https://github.com/Hydrazer/japt.git" japt

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
# node and japt path
export PATH=$PWD/bin:$PATH
export JAPT_PATH=$PWD/japt

View File

@ -1,5 +0,0 @@
{
"language": "japt",
"version": "2.0.0",
"aliases": ["japt"]
}

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
# japt only takes filename and stdin
node "$JAPT_PATH"/node.js "$1"

View File

@ -1 +0,0 @@
"OK

View File

@ -346,7 +346,6 @@ Content-Type: application/json
`groovy`,
`haskell`,
`iverilog`,
`japt`,
`java`,
`javascript`,
`jelly`,