silverbullet/lib
Maks 8a3782e946
improve dependency management (#770)
* 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
2024-03-16 15:29:24 +01:00
..
asset_bundle improve dependency management (#770) 2024-03-16 15:29:24 +01:00
data improve dependency management (#770) 2024-03-16 15:29:24 +01:00
plugos improve dependency management (#770) 2024-03-16 15:29:24 +01:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
async.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
async.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
builtin_query_functions.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
builtin_query_functions.ts Added `contains` function 2024-03-02 11:01:52 +01:00
cheap_yaml.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
cheap_yaml.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
command.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
crypto.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
dates.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
deps_client.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
deps_server.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
limited_map.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
limited_map.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
manifest.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
memory_cache.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
memory_cache.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
path.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
path.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
proxy_fetch.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
web.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00

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.