diff options
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/cacheable-object.js | 2 | ||||
-rw-r--r-- | src/data/patches.js | 2 | ||||
-rw-r--r-- | src/data/serialize.js | 2 | ||||
-rw-r--r-- | src/data/things.js | 2 | ||||
-rw-r--r-- | src/data/validators.js | 2 | ||||
-rw-r--r-- | src/data/yaml.js | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/src/data/cacheable-object.js b/src/data/cacheable-object.js index 76efbd83..47281939 100644 --- a/src/data/cacheable-object.js +++ b/src/data/cacheable-object.js @@ -1,3 +1,5 @@ +// @format +// // Generally extendable class for caching properties and handling dependencies, // with a few key properties: // diff --git a/src/data/patches.js b/src/data/patches.js index 0ff56ad0..937fb099 100644 --- a/src/data/patches.js +++ b/src/data/patches.js @@ -1,3 +1,5 @@ +// @format +// // --> Patch export class Patch { diff --git a/src/data/serialize.js b/src/data/serialize.js index fc84d1ef..13b20e13 100644 --- a/src/data/serialize.js +++ b/src/data/serialize.js @@ -1,3 +1,5 @@ +// @format +// // serialize-util.js: simple interface and utility functions for converting // Things into a directly serializeable format diff --git a/src/data/things.js b/src/data/things.js index 62c01411..c86add30 100644 --- a/src/data/things.js +++ b/src/data/things.js @@ -1,3 +1,5 @@ +// @format +// // things.js: class definitions for various object types used across the wiki, // most of which correspond to an output page, such as Track, Album, Artist diff --git a/src/data/validators.js b/src/data/validators.js index 714dc3a0..eab26896 100644 --- a/src/data/validators.js +++ b/src/data/validators.js @@ -1,3 +1,5 @@ +// @format + import { withAggregate } from "../util/sugar.js"; import { color, ENABLE_COLOR, decorateTime } from "../util/cli.js"; diff --git a/src/data/yaml.js b/src/data/yaml.js index cfbb985a..5058bb39 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -1,3 +1,5 @@ +// @format +// // yaml.js - specification for HSMusic YAML data file format and utilities for // loading and processing YAML files and documents |