core packages now split out

This commit is contained in:
2026-02-20 14:14:07 -06:00
parent e6d05abd03
commit 285395807b
49 changed files with 1303 additions and 1281 deletions

View File

@@ -17,7 +17,7 @@
var fd = use("fd")
var json = use("json")
var os = use("os")
var os = use("internal/os")
var shop = use("internal/shop")
var tokenize = use("tokenize")
var parse = use("parse")