Add descriptions to api/register/cache
This commit is contained in:
parent
4809747304
commit
c2ebe7f26d
@ -7,7 +7,7 @@ const FILENAME = process.env.BABEL_CACHE_PATH || path.join(homeOrTmp, ".babel.js
|
||||
var data = {};
|
||||
|
||||
/**
|
||||
* [Please add a description.]
|
||||
* Write stringified cache to disk.
|
||||
*/
|
||||
|
||||
export function save() {
|
||||
@ -15,7 +15,7 @@ export function save() {
|
||||
}
|
||||
|
||||
/**
|
||||
* [Please add a description.]
|
||||
* Load cache from disk and parse.
|
||||
*/
|
||||
|
||||
export function load() {
|
||||
@ -34,7 +34,7 @@ export function load() {
|
||||
}
|
||||
|
||||
/**
|
||||
* [Please add a description.]
|
||||
* Retrieve data from cache.
|
||||
*/
|
||||
|
||||
export function get() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user