@-0/spool
Advanced tools
Comparing version 0.2.91 to 0.2.92
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', // "jsdom", | ||
preset: "ts-jest", | ||
testEnvironment: "node", // "jsdom", | ||
testMatch: [ "**/**/*.test.(js|ts|tsx)" ], | ||
// moduleFileExtensions: ["js", "ts", "jsx", "tsx", "json", "node"], | ||
verbose: true, | ||
transform: { | ||
'^.+\\.js$': 'babel-jest', | ||
'^.+\\.(ts|tsx)$': 'ts-jest' | ||
"^.+\\.js$": "babel-jest", | ||
"^.+\\.(ts|tsx)$": "ts-jest" | ||
}, | ||
transformIgnorePatterns: [ 'node_modules/?!(@-0)' ], | ||
watchPathIgnorePatterns: [ '^.+\\.repl.(ts|js)$' ] | ||
transformIgnorePatterns: [ "node_modules/?!(@-0)" ], | ||
watchPathIgnorePatterns: [ "^.+\\.repl.(ts|js)$" ] | ||
} |
@@ -65,5 +65,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const knowns = [CMD_SUB$, CMD_ARGS, CMD_RESO, CMD_ERRO, CMD_SRC$, CMD_WORK]; | ||
const [unknowns] = diff_keys(knowns, c); | ||
const [unknowns, unknown_kvs] = diff_keys(knowns, c); | ||
if (unknowns.length > 0) | ||
throw new Error(xKeyError(err_str, c, unknowns, sub$, i)); | ||
throw new Error(xKeyError(err_str, c, unknown_kvs, sub$, i)); | ||
const arg_type = stringify_type(args); | ||
@@ -112,3 +112,3 @@ let result = args; | ||
} | ||
erro(acc, result); | ||
acc = erro(acc, result); | ||
} | ||
@@ -138,3 +138,2 @@ } | ||
} | ||
console.log(`NO CONDITIONS MET FOR ${sub$}`); | ||
out$.next({ [CMD_SUB$]: sub$, [CMD_ARGS]: result }); | ||
@@ -141,0 +140,0 @@ return Object.assign(Object.assign({}, acc), result); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.91", | ||
"version": "0.2.92", | ||
"description": "SPA framework built on top of http://thi.ng/umbrella ecosystem", | ||
@@ -44,4 +44,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@-0/keys": "^0.2.84", | ||
"@-0/utils": "^0.2.81" | ||
"@-0/keys": "^0.2.85", | ||
"@-0/utils": "^0.2.82" | ||
}, | ||
@@ -64,3 +64,3 @@ "devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.18.0", | ||
"eslint": "^7.19.0", | ||
"gh-pages": "^3.1.0", | ||
@@ -67,0 +67,0 @@ "jest": "^26.6.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33614
234
Updated@-0/keys@^0.2.85
Updated@-0/utils@^0.2.82