File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ //go:build js && wasm
2+
13package main
24
35import (
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/withastro/compiler
33go 1.21
44
55require (
6+ github.com/gkampitakis/go-snaps v0.5.2
67 github.com/google/go-cmp v0.5.9
78 github.com/iancoleman/strcase v0.2.0
89 github.com/lithammer/dedent v1.1.0
@@ -15,7 +16,6 @@ require (
1516require (
1617 github.com/gkampitakis/ciinfo v0.3.0 // indirect
1718 github.com/gkampitakis/go-diff v1.3.2 // indirect
18- github.com/gkampitakis/go-snaps v0.5.2 // indirect
1919 github.com/kr/pretty v0.3.1 // indirect
2020 github.com/kr/text v0.2.0 // indirect
2121 github.com/maruel/natural v1.1.1 // indirect
Original file line number Diff line number Diff line change 1+ //go:build js && wasm
2+
13package wasm_utils
24
35import (
You can’t perform that action at this time.
0 commit comments