8a3782e946
* use import_map.json instead of per-file import * remove test_deps.ts in favor of import_map * remove common/deps.ts in favor of import_map * use import_map instead of server/deps.ts * make all plug-api files usable without an import_map * make all lib files usable without an import_map * remove web/deps.ts in favor of import_map * fix plug build * remove plug-api/deps.ts in favor of lib/deps.ts * fix server deps bundled in client deps |
||
---|---|---|
.. | ||
asset_bundle | ||
data | ||
plugos | ||
README.md | ||
async.test.ts | ||
async.ts | ||
builtin_query_functions.test.ts | ||
builtin_query_functions.ts | ||
cheap_yaml.test.ts | ||
cheap_yaml.ts | ||
command.ts | ||
crypto.ts | ||
dates.ts | ||
deps_client.ts | ||
deps_server.ts | ||
limited_map.test.ts | ||
limited_map.ts | ||
manifest.ts | ||
memory_cache.test.ts | ||
memory_cache.ts | ||
path.test.ts | ||
path.ts | ||
proxy_fetch.ts | ||
web.ts |
README.md
This folder contains library functions that is generally reusable, not specific to SilverBullet. This code can be used from within plugs or the core code base. It may move out of this repo at some point.