@scrabble-solver/configs 2.13.2 → 2.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -6
- package/dictionaries/build/Dictionaries.d.ts +0 -13
- package/dictionaries/build/Dictionaries.js +0 -46
- package/dictionaries/build/constants/index.d.ts +0 -3
- package/dictionaries/build/constants/index.js +0 -11
- package/dictionaries/build/index.d.ts +0 -3
- package/dictionaries/build/index.js +0 -23
- package/dictionaries/build/lib/DiskCache.d.ts +0 -11
- package/dictionaries/build/lib/DiskCache.js +0 -48
- package/dictionaries/build/lib/LayeredCache.d.ts +0 -13
- package/dictionaries/build/lib/LayeredCache.js +0 -55
- package/dictionaries/build/lib/MemoryCache.d.ts +0 -13
- package/dictionaries/build/lib/MemoryCache.js +0 -32
- package/dictionaries/build/lib/createAsyncProxy.d.ts +0 -3
- package/dictionaries/build/lib/createAsyncProxy.js +0 -18
- package/dictionaries/build/lib/createCacheTimestampComparator.d.ts +0 -5
- package/dictionaries/build/lib/createCacheTimestampComparator.js +0 -19
- package/dictionaries/build/lib/downloadDictionary.d.ts +0 -4
- package/dictionaries/build/lib/downloadDictionary.js +0 -16
- package/dictionaries/build/lib/getDictionaryFilepath.d.ts +0 -3
- package/dictionaries/build/lib/getDictionaryFilepath.js +0 -11
- package/dictionaries/build/lib/index.d.ts +0 -7
- package/dictionaries/build/lib/index.js +0 -20
- package/dictionaries/build/types/Cache.d.ts +0 -8
- package/dictionaries/build/types/Cache.js +0 -2
- package/dictionaries/build/types/index.d.ts +0 -1
- package/dictionaries/build/types/index.js +0 -2
- package/dictionaries/node_modules/.package-lock.json +0 -16
- package/dictionaries/node_modules/@kamilmielnik/trie/LICENSE +0 -21
- package/dictionaries/node_modules/@kamilmielnik/trie/README.md +0 -187
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/Trie.d.ts +0 -99
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/Trie.js +0 -118
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/constants.d.ts +0 -8
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/constants.js +0 -11
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/index.d.ts +0 -5
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/index.js +0 -24
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/add.d.ts +0 -10
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/add.js +0 -22
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/deserialize.d.ts +0 -11
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/deserialize.js +0 -49
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/find.d.ts +0 -10
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/find.js +0 -21
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/fromArray.d.ts +0 -9
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/fromArray.js +0 -18
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/has.d.ts +0 -10
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/has.js +0 -18
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/hasPrefix.d.ts +0 -12
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/hasPrefix.js +0 -20
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/index.d.ts +0 -11
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/index.js +0 -28
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/nodeKeyComparator.d.ts +0 -10
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/nodeKeyComparator.js +0 -20
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/remove.d.ts +0 -10
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/remove.js +0 -32
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/serialize.d.ts +0 -17
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/serialize.js +0 -34
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/toArray.d.ts +0 -10
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/toArray.js +0 -22
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/traverse.d.ts +0 -10
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/lib/traverse.js +0 -53
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/types.d.ts +0 -30
- package/dictionaries/node_modules/@kamilmielnik/trie/dist/types.js +0 -2
- package/dictionaries/node_modules/@kamilmielnik/trie/package.json +0 -69
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrabble-solver/configs",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.4",
|
|
4
4
|
"description": "Scrabble Solver 2 - Configs",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -20,12 +20,11 @@
|
|
|
20
20
|
"homepage": "https://scrabble-solver.org",
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tsc --project .",
|
|
23
|
-
"clean": "rimraf build/
|
|
24
|
-
"clean:force": "npm run clean && rimraf package-lock.json"
|
|
23
|
+
"clean": "rimraf build/"
|
|
25
24
|
},
|
|
26
25
|
"dependencies": {
|
|
27
|
-
"@scrabble-solver/constants": "^2.13.
|
|
28
|
-
"@scrabble-solver/types": "^2.13.
|
|
26
|
+
"@scrabble-solver/constants": "^2.13.4",
|
|
27
|
+
"@scrabble-solver/types": "^2.13.4"
|
|
29
28
|
},
|
|
30
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "852ecdf9eb6aaefb9befb0cb1ea671868da7d0de"
|
|
31
30
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Trie } from '@kamilmielnik/trie';
|
|
2
|
-
import { Locale } from '@scrabble-solver/types';
|
|
3
|
-
declare class Dictionaries {
|
|
4
|
-
private readonly cache;
|
|
5
|
-
private readonly downloadDictionaryProxies;
|
|
6
|
-
constructor();
|
|
7
|
-
get(locale: Locale): Promise<Trie>;
|
|
8
|
-
remove(): void;
|
|
9
|
-
update(force?: boolean): Promise<void>;
|
|
10
|
-
private getLocalesToUpdate;
|
|
11
|
-
private updateDictionary;
|
|
12
|
-
}
|
|
13
|
-
export default Dictionaries;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const logger_1 = __importDefault(require("@scrabble-solver/logger"));
|
|
7
|
-
const types_1 = require("@scrabble-solver/types");
|
|
8
|
-
const fs_1 = __importDefault(require("fs"));
|
|
9
|
-
const constants_1 = require("./constants");
|
|
10
|
-
const lib_1 = require("./lib");
|
|
11
|
-
class Dictionaries {
|
|
12
|
-
constructor() {
|
|
13
|
-
this.cache = new lib_1.LayeredCache();
|
|
14
|
-
this.downloadDictionaryProxies = Object.fromEntries(Object.values(types_1.Locale).map((locale) => [locale, (0, lib_1.createAsyncProxy)(() => (0, lib_1.downloadDictionary)(locale))]));
|
|
15
|
-
}
|
|
16
|
-
async get(locale) {
|
|
17
|
-
if (this.cache.has(locale)) {
|
|
18
|
-
const trie = await this.cache.get(locale);
|
|
19
|
-
if (trie) {
|
|
20
|
-
return trie;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
logger_1.default.info('Dictionaries - cache miss', { locale });
|
|
24
|
-
return this.updateDictionary(locale);
|
|
25
|
-
}
|
|
26
|
-
remove() {
|
|
27
|
-
fs_1.default.rmdirSync(constants_1.OUTPUT_DIRECTORY, { recursive: true });
|
|
28
|
-
}
|
|
29
|
-
async update(force) {
|
|
30
|
-
const locales = force ? Object.values(types_1.Locale) : this.getLocalesToUpdate();
|
|
31
|
-
logger_1.default.info('Dictionaries - update', { force, locales });
|
|
32
|
-
await Promise.all(locales.map((locale) => this.updateDictionary(locale)));
|
|
33
|
-
}
|
|
34
|
-
getLocalesToUpdate() {
|
|
35
|
-
return Object.values(types_1.Locale).filter((locale) => this.cache.isStale(locale) !== false);
|
|
36
|
-
}
|
|
37
|
-
async updateDictionary(locale) {
|
|
38
|
-
logger_1.default.info('Dictionaries - updateDictionary', { locale });
|
|
39
|
-
fs_1.default.mkdirSync(constants_1.OUTPUT_DIRECTORY, { recursive: true });
|
|
40
|
-
const downloadDictionaryProxy = this.downloadDictionaryProxies[locale];
|
|
41
|
-
const trie = await downloadDictionaryProxy();
|
|
42
|
-
await this.cache.set(locale, trie);
|
|
43
|
-
return trie;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.default = Dictionaries;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.OUTPUT_DIRECTORY = exports.CACHE_STALE_THRESHOLD = exports.DAY = void 0;
|
|
7
|
-
const os_1 = __importDefault(require("os"));
|
|
8
|
-
const path_1 = __importDefault(require("path"));
|
|
9
|
-
exports.DAY = 24 * 60 * 60 * 1000;
|
|
10
|
-
exports.CACHE_STALE_THRESHOLD = 1 * exports.DAY; // eslint-disable-line no-implicit-coercion
|
|
11
|
-
exports.OUTPUT_DIRECTORY = path_1.default.resolve(os_1.default.homedir(), '.scrabble-solver', 'dictionaries');
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.dictionaries = void 0;
|
|
21
|
-
const Dictionaries_1 = __importDefault(require("./Dictionaries"));
|
|
22
|
-
__exportStar(require("./lib"), exports);
|
|
23
|
-
exports.dictionaries = new Dictionaries_1.default();
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Trie } from '@kamilmielnik/trie';
|
|
2
|
-
import { Locale } from '@scrabble-solver/types';
|
|
3
|
-
import { Cache } from '../types';
|
|
4
|
-
declare class DiskCache implements Cache<Locale, Trie> {
|
|
5
|
-
get(locale: Locale): Promise<Trie | undefined>;
|
|
6
|
-
getLastModifiedTimestamp(locale: Locale): number | undefined;
|
|
7
|
-
has(locale: Locale): boolean;
|
|
8
|
-
isStale(locale: Locale): boolean | undefined;
|
|
9
|
-
set(locale: Locale, trie: Trie): Promise<void>;
|
|
10
|
-
}
|
|
11
|
-
export default DiskCache;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const trie_1 = require("@kamilmielnik/trie");
|
|
7
|
-
const fs_1 = __importDefault(require("fs"));
|
|
8
|
-
const constants_1 = require("../constants");
|
|
9
|
-
const getDictionaryFilepath_1 = __importDefault(require("./getDictionaryFilepath"));
|
|
10
|
-
class DiskCache {
|
|
11
|
-
async get(locale) {
|
|
12
|
-
if (!this.has(locale)) {
|
|
13
|
-
return undefined;
|
|
14
|
-
}
|
|
15
|
-
const filepath = (0, getDictionaryFilepath_1.default)(locale);
|
|
16
|
-
const serialized = await fs_1.default.promises.readFile(filepath, 'utf-8');
|
|
17
|
-
const trie = trie_1.Trie.deserialize(serialized);
|
|
18
|
-
return trie;
|
|
19
|
-
}
|
|
20
|
-
getLastModifiedTimestamp(locale) {
|
|
21
|
-
const filepath = (0, getDictionaryFilepath_1.default)(locale);
|
|
22
|
-
if (!fs_1.default.existsSync(filepath)) {
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
25
|
-
const stats = fs_1.default.statSync(filepath);
|
|
26
|
-
return stats.mtimeMs;
|
|
27
|
-
}
|
|
28
|
-
has(locale) {
|
|
29
|
-
const filepath = (0, getDictionaryFilepath_1.default)(locale);
|
|
30
|
-
return fs_1.default.existsSync(filepath);
|
|
31
|
-
}
|
|
32
|
-
isStale(locale) {
|
|
33
|
-
if (!this.has(locale)) {
|
|
34
|
-
return undefined;
|
|
35
|
-
}
|
|
36
|
-
const lastModifiedTimestamp = this.getLastModifiedTimestamp(locale);
|
|
37
|
-
if (typeof lastModifiedTimestamp === 'undefined') {
|
|
38
|
-
return undefined;
|
|
39
|
-
}
|
|
40
|
-
const timeSinceModification = Math.abs(lastModifiedTimestamp - Date.now());
|
|
41
|
-
return timeSinceModification > constants_1.CACHE_STALE_THRESHOLD;
|
|
42
|
-
}
|
|
43
|
-
async set(locale, trie) {
|
|
44
|
-
const filepath = (0, getDictionaryFilepath_1.default)(locale);
|
|
45
|
-
await fs_1.default.promises.writeFile(filepath, trie.serialize());
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
exports.default = DiskCache;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Trie } from '@kamilmielnik/trie';
|
|
2
|
-
import { Locale } from '@scrabble-solver/types';
|
|
3
|
-
import { Cache } from '../types';
|
|
4
|
-
declare class LayeredCache implements Cache<Locale, Trie> {
|
|
5
|
-
private readonly layers;
|
|
6
|
-
get(locale: Locale): Promise<Trie | undefined>;
|
|
7
|
-
getLastModifiedTimestamp(locale: Locale): number | undefined;
|
|
8
|
-
has(locale: Locale): boolean;
|
|
9
|
-
isStale(locale: Locale): boolean | undefined;
|
|
10
|
-
set(locale: Locale, trie: Trie): Promise<void>;
|
|
11
|
-
private getLastModifiedLayer;
|
|
12
|
-
}
|
|
13
|
-
export default LayeredCache;
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const createCacheTimestampComparator_1 = __importDefault(require("./createCacheTimestampComparator"));
|
|
7
|
-
const DiskCache_1 = __importDefault(require("./DiskCache"));
|
|
8
|
-
const MemoryCache_1 = __importDefault(require("./MemoryCache"));
|
|
9
|
-
class LayeredCache {
|
|
10
|
-
constructor() {
|
|
11
|
-
this.layers = [new MemoryCache_1.default(), new DiskCache_1.default()];
|
|
12
|
-
}
|
|
13
|
-
async get(locale) {
|
|
14
|
-
const cache = this.getLastModifiedLayer(locale);
|
|
15
|
-
if (!cache) {
|
|
16
|
-
return Promise.resolve(undefined);
|
|
17
|
-
}
|
|
18
|
-
const [memoryCache, diskCache] = this.layers;
|
|
19
|
-
const value = await cache.get(locale);
|
|
20
|
-
if (cache === diskCache && typeof value !== 'undefined') {
|
|
21
|
-
await memoryCache.set(locale, value);
|
|
22
|
-
}
|
|
23
|
-
return value;
|
|
24
|
-
}
|
|
25
|
-
getLastModifiedTimestamp(locale) {
|
|
26
|
-
const cache = this.getLastModifiedLayer(locale);
|
|
27
|
-
if (!cache) {
|
|
28
|
-
return undefined;
|
|
29
|
-
}
|
|
30
|
-
return cache.getLastModifiedTimestamp(locale);
|
|
31
|
-
}
|
|
32
|
-
has(locale) {
|
|
33
|
-
return this.layers.some((cache) => cache.has(locale));
|
|
34
|
-
}
|
|
35
|
-
isStale(locale) {
|
|
36
|
-
if (this.layers.some((cache) => cache.isStale(locale))) {
|
|
37
|
-
return true;
|
|
38
|
-
}
|
|
39
|
-
if (this.layers.every((cache) => typeof cache.isStale(locale) === 'undefined')) {
|
|
40
|
-
return undefined;
|
|
41
|
-
}
|
|
42
|
-
return false;
|
|
43
|
-
}
|
|
44
|
-
async set(locale, trie) {
|
|
45
|
-
const [memoryCache, diskCache] = this.layers;
|
|
46
|
-
await diskCache.set(locale, trie);
|
|
47
|
-
await memoryCache.set(locale, trie);
|
|
48
|
-
}
|
|
49
|
-
getLastModifiedLayer(locale) {
|
|
50
|
-
const layers = this.layers.filter((cache) => cache.has(locale));
|
|
51
|
-
const [cached] = [...layers].sort((0, createCacheTimestampComparator_1.default)(locale));
|
|
52
|
-
return cached;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
exports.default = LayeredCache;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Trie } from '@kamilmielnik/trie';
|
|
2
|
-
import { Locale } from '@scrabble-solver/types';
|
|
3
|
-
import { Cache } from '../types';
|
|
4
|
-
declare class MemoryCache implements Cache<Locale, Trie> {
|
|
5
|
-
private readonly cache;
|
|
6
|
-
private readonly cacheTimestamps;
|
|
7
|
-
get(locale: Locale): Promise<Trie | undefined>;
|
|
8
|
-
getLastModifiedTimestamp(locale: Locale): number | undefined;
|
|
9
|
-
has(locale: Locale): boolean;
|
|
10
|
-
isStale(locale: Locale): boolean | undefined;
|
|
11
|
-
set(locale: Locale, trie: Trie): Promise<void>;
|
|
12
|
-
}
|
|
13
|
-
export default MemoryCache;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const constants_1 = require("../constants");
|
|
4
|
-
class MemoryCache {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.cache = {};
|
|
7
|
-
this.cacheTimestamps = {};
|
|
8
|
-
}
|
|
9
|
-
get(locale) {
|
|
10
|
-
return Promise.resolve(this.cache[locale]);
|
|
11
|
-
}
|
|
12
|
-
getLastModifiedTimestamp(locale) {
|
|
13
|
-
return this.cacheTimestamps[locale];
|
|
14
|
-
}
|
|
15
|
-
has(locale) {
|
|
16
|
-
return typeof this.cache[locale] !== 'undefined';
|
|
17
|
-
}
|
|
18
|
-
isStale(locale) {
|
|
19
|
-
const timestamp = this.getLastModifiedTimestamp(locale);
|
|
20
|
-
if (!this.has(locale) || typeof timestamp === 'undefined') {
|
|
21
|
-
return undefined;
|
|
22
|
-
}
|
|
23
|
-
const timeSinceModification = Math.abs(timestamp - Date.now());
|
|
24
|
-
return timeSinceModification > constants_1.CACHE_STALE_THRESHOLD;
|
|
25
|
-
}
|
|
26
|
-
set(locale, trie) {
|
|
27
|
-
this.cacheTimestamps[locale] = Date.now();
|
|
28
|
-
this.cache[locale] = trie;
|
|
29
|
-
return Promise.resolve();
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.default = MemoryCache;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const createAsyncProxy = (asyncCallback) => {
|
|
4
|
-
let promise = null;
|
|
5
|
-
return async () => {
|
|
6
|
-
if (promise) {
|
|
7
|
-
return promise;
|
|
8
|
-
}
|
|
9
|
-
try {
|
|
10
|
-
promise = asyncCallback();
|
|
11
|
-
return await promise;
|
|
12
|
-
}
|
|
13
|
-
finally {
|
|
14
|
-
promise = null;
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
exports.default = createAsyncProxy;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { Trie } from '@kamilmielnik/trie';
|
|
2
|
-
import { Locale } from '@scrabble-solver/types';
|
|
3
|
-
import { Cache } from '../types';
|
|
4
|
-
declare const createCacheTimestampComparator: (locale: Locale) => (a: Cache<Locale, Trie>, b: Cache<Locale, Trie>) => number;
|
|
5
|
-
export default createCacheTimestampComparator;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const createCacheTimestampComparator = (locale) => {
|
|
4
|
-
return (a, b) => {
|
|
5
|
-
const aTimestamp = a.getLastModifiedTimestamp(locale);
|
|
6
|
-
const bTimestamp = b.getLastModifiedTimestamp(locale);
|
|
7
|
-
if (aTimestamp === bTimestamp) {
|
|
8
|
-
return 0;
|
|
9
|
-
}
|
|
10
|
-
if (typeof aTimestamp === 'undefined') {
|
|
11
|
-
return 1;
|
|
12
|
-
}
|
|
13
|
-
if (typeof bTimestamp === 'undefined') {
|
|
14
|
-
return -1;
|
|
15
|
-
}
|
|
16
|
-
return bTimestamp - aTimestamp;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
exports.default = createCacheTimestampComparator;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const trie_1 = require("@kamilmielnik/trie");
|
|
7
|
-
const logger_1 = __importDefault(require("@scrabble-solver/logger"));
|
|
8
|
-
const word_lists_1 = require("@scrabble-solver/word-lists");
|
|
9
|
-
const downloadDictionary = async (locale) => {
|
|
10
|
-
logger_1.default.info('downloadDictionary', { locale });
|
|
11
|
-
const words = await (0, word_lists_1.getWordList)(locale);
|
|
12
|
-
logger_1.default.info('downloadDictionary - success', { locale });
|
|
13
|
-
const trie = trie_1.Trie.fromArray(words);
|
|
14
|
-
return trie;
|
|
15
|
-
};
|
|
16
|
-
exports.default = downloadDictionary;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const path_1 = __importDefault(require("path"));
|
|
7
|
-
const constants_1 = require("../constants");
|
|
8
|
-
const getDictionaryFilepath = (locale) => {
|
|
9
|
-
return path_1.default.resolve(constants_1.OUTPUT_DIRECTORY, `${locale}.txt`);
|
|
10
|
-
};
|
|
11
|
-
exports.default = getDictionaryFilepath;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { default as createAsyncProxy } from './createAsyncProxy';
|
|
2
|
-
export { default as createCacheTimestampComparator } from './createCacheTimestampComparator';
|
|
3
|
-
export { default as DiskCache } from './DiskCache';
|
|
4
|
-
export { default as downloadDictionary } from './downloadDictionary';
|
|
5
|
-
export { default as getDictionaryFilepath } from './getDictionaryFilepath';
|
|
6
|
-
export { default as LayeredCache } from './LayeredCache';
|
|
7
|
-
export { default as MemoryCache } from './MemoryCache';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.MemoryCache = exports.LayeredCache = exports.getDictionaryFilepath = exports.downloadDictionary = exports.DiskCache = exports.createCacheTimestampComparator = exports.createAsyncProxy = void 0;
|
|
7
|
-
var createAsyncProxy_1 = require("./createAsyncProxy");
|
|
8
|
-
Object.defineProperty(exports, "createAsyncProxy", { enumerable: true, get: function () { return __importDefault(createAsyncProxy_1).default; } });
|
|
9
|
-
var createCacheTimestampComparator_1 = require("./createCacheTimestampComparator");
|
|
10
|
-
Object.defineProperty(exports, "createCacheTimestampComparator", { enumerable: true, get: function () { return __importDefault(createCacheTimestampComparator_1).default; } });
|
|
11
|
-
var DiskCache_1 = require("./DiskCache");
|
|
12
|
-
Object.defineProperty(exports, "DiskCache", { enumerable: true, get: function () { return __importDefault(DiskCache_1).default; } });
|
|
13
|
-
var downloadDictionary_1 = require("./downloadDictionary");
|
|
14
|
-
Object.defineProperty(exports, "downloadDictionary", { enumerable: true, get: function () { return __importDefault(downloadDictionary_1).default; } });
|
|
15
|
-
var getDictionaryFilepath_1 = require("./getDictionaryFilepath");
|
|
16
|
-
Object.defineProperty(exports, "getDictionaryFilepath", { enumerable: true, get: function () { return __importDefault(getDictionaryFilepath_1).default; } });
|
|
17
|
-
var LayeredCache_1 = require("./LayeredCache");
|
|
18
|
-
Object.defineProperty(exports, "LayeredCache", { enumerable: true, get: function () { return __importDefault(LayeredCache_1).default; } });
|
|
19
|
-
var MemoryCache_1 = require("./MemoryCache");
|
|
20
|
-
Object.defineProperty(exports, "MemoryCache", { enumerable: true, get: function () { return __importDefault(MemoryCache_1).default; } });
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface Cache<Key extends string, Value> {
|
|
2
|
-
get(key: Key): Promise<Value | undefined>;
|
|
3
|
-
getLastModifiedTimestamp(key: Key): number | undefined;
|
|
4
|
-
has(key: Key): boolean;
|
|
5
|
-
isStale(key: Key): boolean | undefined;
|
|
6
|
-
set(key: Key, value: Value): Promise<void>;
|
|
7
|
-
}
|
|
8
|
-
export default Cache;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as Cache } from './Cache';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@scrabble-solver/dictionaries",
|
|
3
|
-
"version": "2.12.5",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"node_modules/@kamilmielnik/trie": {
|
|
8
|
-
"version": "2.0.1",
|
|
9
|
-
"resolved": "https://registry.npmjs.org/@kamilmielnik/trie/-/trie-2.0.1.tgz",
|
|
10
|
-
"integrity": "sha512-6Ulw5/xgFRadHsx0uVnpOxB2E2ZO2osnaakI26yS3RMlww580JiaQEfXUmQjXZcmOjcO+HrZ0CWjRDhoDYKHbg==",
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=16"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2020 Kamil Mielnik
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|