proper scrolls
This commit is contained in:
parent
d92bc3b437
commit
9df3f362fe
11 changed files with 146 additions and 36 deletions
8
shelf/deno/uses-hjq/deno.json
Normal file
8
shelf/deno/uses-hjq/deno.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"tasks": {
|
||||
"start": "deno run --cached-only main.ts"
|
||||
},
|
||||
"patch": [
|
||||
"../hjq"
|
||||
]
|
||||
}
|
||||
15
shelf/deno/uses-hjq/deno.lock
generated
Normal file
15
shelf/deno/uses-hjq/deno.lock
generated
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": "4",
|
||||
"specifiers": {
|
||||
"npm:hjson@^3.2.2": "3.2.2",
|
||||
"npm:jq-web@~0.6.2": "0.6.2"
|
||||
},
|
||||
"npm": {
|
||||
"hjson@3.2.2": {
|
||||
"integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q=="
|
||||
},
|
||||
"jq-web@0.6.2": {
|
||||
"integrity": "sha512-+7XvjBYwTx4vP5PYkf6Q6orubO/v+UgMU6By1GritrmShr9QpT3UKa4ANzXWQfhdqtBnQYXsm7ZNbdIHT6tYpQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
3
shelf/deno/uses-hjq/main.ts
Normal file
3
shelf/deno/uses-hjq/main.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import {n} from 'hjq';
|
||||
|
||||
console.log("I use hjq:", n);
|
||||
3
shelf/deno/uses-hjq/scroll.nix
Normal file
3
shelf/deno/uses-hjq/scroll.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
cache-command = "deno cache -I --reload main.ts";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue