Skip to content

Commit ab7af96

Browse files
ok
1 parent b11c758 commit ab7af96

3 files changed

Lines changed: 17 additions & 107 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
{
18-
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260605.1"
18+
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260606.1"
1919
},
2020
{
2121
"uses": "denoland/setup-deno@v2",
@@ -57,13 +57,7 @@
5757
"run": "npm install -g ./*.tgz"
5858
},
5959
{
60-
"run": "fjs compile issues/demo/data/tree.json _tree.f.js"
61-
},
62-
{
63-
"run": "fjs t"
64-
},
65-
{
66-
"run": "npm uninstall functionalscript -g"
60+
"run": "npm uninstall file-server-example -g"
6761
},
6862
{
6963
"run": "git reset --hard HEAD && git clean -fdx"
@@ -74,12 +68,6 @@
7468
{
7569
"run": "deno task test"
7670
},
77-
{
78-
"run": "deno task fjs compile issues/demo/data/tree.json _tree.f.js"
79-
},
80-
{
81-
"run": "deno task fjs t"
82-
},
8371
{
8472
"run": "deno publish --dry-run --allow-slow-types"
8573
},
@@ -92,9 +80,6 @@
9280
{
9381
"run": "bun test --timeout 20000"
9482
},
95-
{
96-
"run": "bun ./fs/fjs/module.ts t"
97-
},
9883
{
9984
"run": "git reset --hard HEAD && git clean -fdx"
10085
}
@@ -110,7 +95,7 @@
11095
}
11196
},
11297
{
113-
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260605.1"
98+
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260606.1"
11499
},
115100
{
116101
"uses": "denoland/setup-deno@v2",
@@ -152,13 +137,7 @@
152137
"run": "npm install -g ./*.tgz"
153138
},
154139
{
155-
"run": "fjs compile issues/demo/data/tree.json _tree.f.js"
156-
},
157-
{
158-
"run": "fjs t"
159-
},
160-
{
161-
"run": "npm uninstall functionalscript -g"
140+
"run": "npm uninstall file-server-example -g"
162141
},
163142
{
164143
"run": "git reset --hard HEAD && git clean -fdx"
@@ -169,12 +148,6 @@
169148
{
170149
"run": "deno task test"
171150
},
172-
{
173-
"run": "deno task fjs compile issues/demo/data/tree.json _tree.f.js"
174-
},
175-
{
176-
"run": "deno task fjs t"
177-
},
178151
{
179152
"run": "deno publish --dry-run --allow-slow-types"
180153
},
@@ -187,9 +160,6 @@
187160
{
188161
"run": "bun test --timeout 20000"
189162
},
190-
{
191-
"run": "bun ./fs/fjs/module.ts t"
192-
},
193163
{
194164
"run": "git reset --hard HEAD && git clean -fdx"
195165
}
@@ -205,7 +175,7 @@
205175
}
206176
},
207177
{
208-
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260605.1"
178+
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260606.1"
209179
},
210180
{
211181
"uses": "denoland/setup-deno@v2",
@@ -247,13 +217,7 @@
247217
"run": "npm install -g ./*.tgz"
248218
},
249219
{
250-
"run": "fjs compile issues/demo/data/tree.json _tree.f.js"
251-
},
252-
{
253-
"run": "fjs t"
254-
},
255-
{
256-
"run": "npm uninstall functionalscript -g"
220+
"run": "npm uninstall file-server-example -g"
257221
},
258222
{
259223
"run": "git reset --hard HEAD && git clean -fdx"
@@ -264,12 +228,6 @@
264228
{
265229
"run": "deno task test"
266230
},
267-
{
268-
"run": "deno task fjs compile issues/demo/data/tree.json _tree.f.js"
269-
},
270-
{
271-
"run": "deno task fjs t"
272-
},
273231
{
274232
"run": "deno publish --dry-run --allow-slow-types"
275233
},
@@ -282,9 +240,6 @@
282240
{
283241
"run": "bun test --timeout 20000"
284242
},
285-
{
286-
"run": "bun ./fs/fjs/module.ts t"
287-
},
288243
{
289244
"run": "git reset --hard HEAD && git clean -fdx"
290245
}
@@ -300,7 +255,7 @@
300255
}
301256
},
302257
{
303-
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260605.1"
258+
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260606.1"
304259
},
305260
{
306261
"uses": "denoland/setup-deno@v2",
@@ -342,13 +297,7 @@
342297
"run": "npm install -g ./*.tgz"
343298
},
344299
{
345-
"run": "fjs compile issues/demo/data/tree.json _tree.f.js"
346-
},
347-
{
348-
"run": "fjs t"
349-
},
350-
{
351-
"run": "npm uninstall functionalscript -g"
300+
"run": "npm uninstall file-server-example -g"
352301
},
353302
{
354303
"run": "git reset --hard HEAD && git clean -fdx"
@@ -359,12 +308,6 @@
359308
{
360309
"run": "deno task test"
361310
},
362-
{
363-
"run": "deno task fjs compile issues/demo/data/tree.json _tree.f.js"
364-
},
365-
{
366-
"run": "deno task fjs t"
367-
},
368311
{
369312
"run": "deno publish --dry-run --allow-slow-types"
370313
},
@@ -377,9 +320,6 @@
377320
{
378321
"run": "bun test --timeout 20000"
379322
},
380-
{
381-
"run": "bun ./fs/fjs/module.ts t"
382-
},
383323
{
384324
"run": "git reset --hard HEAD && git clean -fdx"
385325
}
@@ -395,7 +335,7 @@
395335
}
396336
},
397337
{
398-
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260605.1"
338+
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260606.1"
399339
},
400340
{
401341
"uses": "denoland/setup-deno@v2",
@@ -437,13 +377,7 @@
437377
"run": "npm install -g (Get-ChildItem *.tgz).FullName"
438378
},
439379
{
440-
"run": "fjs compile issues/demo/data/tree.json _tree.f.js"
441-
},
442-
{
443-
"run": "fjs t"
444-
},
445-
{
446-
"run": "npm uninstall functionalscript -g"
380+
"run": "npm uninstall file-server-example -g"
447381
},
448382
{
449383
"run": "git reset --hard HEAD && git clean -fdx"
@@ -454,12 +388,6 @@
454388
{
455389
"run": "deno task test"
456390
},
457-
{
458-
"run": "deno task fjs compile issues/demo/data/tree.json _tree.f.js"
459-
},
460-
{
461-
"run": "deno task fjs t"
462-
},
463391
{
464392
"run": "deno publish --dry-run --allow-slow-types"
465393
},
@@ -472,9 +400,6 @@
472400
{
473401
"run": "bun test --timeout 20000"
474402
},
475-
{
476-
"run": "bun ./fs/fjs/module.ts t"
477-
},
478403
{
479404
"run": "git reset --hard HEAD && git clean -fdx"
480405
}
@@ -490,7 +415,7 @@
490415
}
491416
},
492417
{
493-
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260605.1"
418+
"run": "npm install -g @typescript/native-preview@7.0.0-dev.20260606.1"
494419
},
495420
{
496421
"uses": "denoland/setup-deno@v2",
@@ -529,13 +454,7 @@
529454
"run": "npm install -g (Get-ChildItem *.tgz).FullName"
530455
},
531456
{
532-
"run": "fjs compile issues/demo/data/tree.json _tree.f.js"
533-
},
534-
{
535-
"run": "fjs t"
536-
},
537-
{
538-
"run": "npm uninstall functionalscript -g"
457+
"run": "npm uninstall file-server-example -g"
539458
},
540459
{
541460
"run": "git reset --hard HEAD && git clean -fdx"
@@ -546,12 +465,6 @@
546465
{
547466
"run": "deno task test"
548467
},
549-
{
550-
"run": "deno task fjs compile issues/demo/data/tree.json _tree.f.js"
551-
},
552-
{
553-
"run": "deno task fjs t"
554-
},
555468
{
556469
"run": "deno publish --dry-run --allow-slow-types"
557470
},
@@ -564,9 +477,6 @@
564477
{
565478
"run": "bun test --timeout 20000"
566479
},
567-
{
568-
"run": "bun ./fs/fjs/module.ts t"
569-
},
570480
{
571481
"run": "git reset --hard HEAD && git clean -fdx"
572482
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cov": "node --test --experimental-test-coverage --test-coverage-include=**/*.f.ts"
2222
},
2323
"dependencies": {
24-
"functionalscript": "^0.26.0"
24+
"functionalscript": "^0.27.0"
2525
},
2626
"devDependencies": {
2727
"typescript": "^6.0.3"

0 commit comments

Comments
 (0)