@tsed/engines
Advanced tools
Comparing version 7.82.2 to 7.82.3
@@ -11,4 +11,7 @@ "use strict"; | ||
let DustEngine = class DustEngine extends Engine_js_1.Engine { | ||
views = "."; | ||
ext = "dust"; | ||
constructor() { | ||
super(...arguments); | ||
this.views = "."; | ||
this.ext = "dust"; | ||
} | ||
configure(options) { | ||
@@ -15,0 +18,0 @@ if (options) { |
@@ -6,5 +6,2 @@ "use strict"; | ||
class Engine { | ||
name; | ||
options; | ||
driverName; | ||
constructor(name, options) { | ||
@@ -11,0 +8,0 @@ this.name = name; |
@@ -9,3 +9,2 @@ "use strict"; | ||
let TwingEngine = class TwingEngine extends Engine_js_1.Engine { | ||
instance; | ||
$compile(template, options) { | ||
@@ -12,0 +11,0 @@ const engine = this.engine; |
@@ -5,3 +5,6 @@ "use strict"; | ||
class EnginesContainer { | ||
#providers = new Map(); | ||
constructor() { | ||
this.#providers = new Map(); | ||
} | ||
#providers; | ||
has(key) { | ||
@@ -8,0 +11,0 @@ return this.#providers.has(key); |
@@ -8,4 +8,7 @@ import { __decorate } from "tslib"; | ||
let DustEngine = class DustEngine extends Engine { | ||
views = "."; | ||
ext = "dust"; | ||
constructor() { | ||
super(...arguments); | ||
this.views = "."; | ||
this.ext = "dust"; | ||
} | ||
configure(options) { | ||
@@ -12,0 +15,0 @@ if (options) { |
import { cache, getCachedEngine, importEngine, read, readPartials } from "../utils/cache.js"; | ||
export class Engine { | ||
name; | ||
options; | ||
driverName; | ||
constructor(name, options) { | ||
@@ -7,0 +4,0 @@ this.name = name; |
@@ -6,3 +6,2 @@ import { __decorate } from "tslib"; | ||
let TwingEngine = class TwingEngine extends Engine { | ||
instance; | ||
$compile(template, options) { | ||
@@ -9,0 +8,0 @@ const engine = this.engine; |
export class EnginesContainer { | ||
#providers = new Map(); | ||
constructor() { | ||
this.#providers = new Map(); | ||
} | ||
#providers; | ||
has(key) { | ||
@@ -4,0 +7,0 @@ return this.#providers.has(key); |
@@ -5,3 +5,3 @@ { | ||
"type": "commonjs", | ||
"version": "7.82.2", | ||
"version": "7.82.3", | ||
"source": "./src/index.ts", | ||
@@ -34,4 +34,4 @@ "main": "./lib/cjs/index.js", | ||
"@babel/preset-react": "7.24.1", | ||
"@tsed/barrels": "7.82.2", | ||
"@tsed/typescript": "7.82.2", | ||
"@tsed/barrels": "7.82.3", | ||
"@tsed/typescript": "7.82.3", | ||
"@types/semver": "^7.5.8", | ||
@@ -38,0 +38,0 @@ "atpl": "0.9.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
205857
2839