go-build/pkg/api
Snider febe858942 fix(ax): replace banned os imports and add usage example comments
- Remove `os` import from internal/ax/ax.go; replace os.Getwd() with
  syscall.Getwd(), os.MkdirAll() with coreio.Local.EnsureDir(), and
  os.Chmod() with syscall.Chmod()
- Remove `os` import from pkg/sdk/generators/typescript_test.go;
  replace os.PathListSeparator and os.Getenv() with core.Env("PS")
  and core.Env("PATH")
- Replace all "Usage example: call/declare ... from integrating code"
  placeholder comments with concrete code examples across 45 files
  covering build, release, sdk, signing, publishers, builders, and cmd

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:33:36 +01:00
..
ui/dist feat(api): add build service provider with Lit custom elements 2026-03-14 12:29:45 +00:00
embed.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
provider.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
provider_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00