asxpo
Filename
Size
Last Commit Date
Commit Message
..
backend
backend.go
1989
2026/06/28 18:40:53
register ErrNoPatch error
modules.go
3312
2026/06/27 19:19:10
corrected if statement formatting
modules_test.go
4823
2026/06/25 07:35:03
correctly export Types field in modulesWithTypes
types.go
4153
2026/06/27 20:10:43
no need to use fmt.Errorf for static error
types_test.go
3111
2026/06/28 18:48:32
added field patching test
frontend
src
libs
bind.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
conn.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
css.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
dom.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
drag.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
html.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
inter.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
load.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
misc.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
nodes.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
pagination.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
router.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
rpc.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
settings.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
svg.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
typeguard.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
urlstate.ts
-
2026/06/04 06:56:29
moved frontend code to new directory
app.tsx
489
2026/06/27 19:58:15
only update type data when both module and type are set
endpoints.ts
1938
2026/06/27 19:48:07
will need patching endpoints for types
form.tsx
2669
2026/07/19 16:47:34
corrected whitespace
index.html
698
2026/06/10 06:44:42
use <base> to redirect script request back to root (when in a router-based subdir)
jsx.d.ts
1011
2026/06/09 07:11:23
simplified JSX typing
libs.sh
618
2026/06/04 06:56:29
moved frontend code to new directory
module.tsx
2084
2026/06/27 19:51:20
renamed URL part
modules.tsx
1600
2026/06/14 17:54:15
use new Form element for remove confirm form
shadow.ts
305
2026/06/10 07:12:05
added convenience function for creating ShadowDOMs
symbols.tsx
1126
2026/06/13 21:00:07
corrected behaviour when no attrs are supplied
tsconfig.json
1004
2026/06/12 18:11:47
corrected formatting
type.tsx
3043
2026/06/27 19:58:15
only update type data when both module and type are set
build.sh
694
2026/06/11 18:20:19
remove 'bang' comments
index_dev.go
514
2026/06/14 17:58:16
print transpilation errors in Dev mode
go.mod
457
2026/06/23 06:56:35
updated to latest tsserver package
go.sum
1456
2026/06/23 06:56:35
updated to latest tsserver package
main.go
644
2026/06/10 06:44:09
server main index.html for all paths in /modules/ (for frontend routing)