]> git.earlybird.gay Git - today/commit
support web components a lil bit
authorearly <me@earlybird.gay>
Tue, 30 Jul 2024 15:53:59 +0000 (09:53 -0600)
committerearly <me@earlybird.gay>
Tue, 30 Jul 2024 15:53:59 +0000 (09:53 -0600)
commitdfe594c53ddfef5e2053277058e1c23d22d21400
tree9d36b6e94a060b68c95c2540a3c5729774e4ee48
parentd651571bca87057b7680d576f34c66a149b2da0f
support web components a lil bit
13 files changed:
cmd/run-mast-examples/ex07-components/counter.html [new file with mode: 0644]
cmd/run-mast-examples/ex07-components/example.go [new file with mode: 0644]
cmd/run-mast-examples/ex07-components/page.html [new file with mode: 0644]
cmd/run-mast-examples/index.html
cmd/run-mast-examples/main.go
component/component.go [new file with mode: 0644]
internal/compile/compile.go
internal/compile/component.go [new file with mode: 0644]
internal/compile/replace.go [deleted file]
internal/compile/template.go [new file with mode: 0644]
page/page.go
part/part.go
part/parts.go [deleted file]