Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ Path
Method
Path
framework/transform/transformrt/transform.go:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(f *File) Path() string {
22
base := strings.TrimSuffix(f.path, filepath.Ext(f.path))
23
return
base + f.ext
24
}
25
26
// Platform we're transforming to.
27
type
Platform int
Callers
15
TestGenerators
Function · 0.45
TestUpdateGenerator
Function · 0.45
TestDeleteGenerator
Function · 0.45
TestChangeGenerator
Function · 0.45
TestPkgGenerator
Function · 0.45
TestCmdGenerator
Function · 0.45
TestGeneratorServer
Function · 0.45
TestSvelteToSvelte
Function · 0.45
TestSvelteToSvelteToJSX
Function · 0.45
TestFaviconToFavicon
Function · 0.45
TestMdToSsrJsAndDomJs
Function · 0.45
Default
Function · 0.45
Calls
1
Ext
Method · 0.45
Tested by
14
TestGenerators
Function · 0.36
TestUpdateGenerator
Function · 0.36
TestDeleteGenerator
Function · 0.36
TestChangeGenerator
Function · 0.36
TestPkgGenerator
Function · 0.36
TestCmdGenerator
Function · 0.36
TestGeneratorServer
Function · 0.36
TestSvelteToSvelte
Function · 0.36
TestSvelteToSvelteToJSX
Function · 0.36
TestFaviconToFavicon
Function · 0.36
TestMdToSsrJsAndDomJs
Function · 0.36
TestTransform
Function · 0.36