@tsed/engines
Advanced tools
Comparing version 7.0.0-beta.7 to 7.0.0-beta.8
@@ -11,2 +11,3 @@ "use strict"; | ||
const compile = this.engine.parse(template); | ||
Engine.DEBUG = false; | ||
return (options) => { | ||
@@ -13,0 +14,0 @@ options.template = compile; |
@@ -8,2 +8,3 @@ import { __decorate } from "tslib"; | ||
const compile = this.engine.parse(template); | ||
Engine.DEBUG = false; | ||
return (options) => { | ||
@@ -10,0 +11,0 @@ options.template = compile; |
{ | ||
"name": "@tsed/engines", | ||
"version": "7.0.0-beta.7", | ||
"version": "7.0.0-beta.8", | ||
"description": "Template engines library. Provide an API to adding custom engines from decorators.", | ||
@@ -97,5 +97,5 @@ "source": "./src/index.ts", | ||
}, | ||
"homepage": "https://github.com/tsedio/tsed/tree/production/packages/engines", | ||
"homepage": "https://github.com/tsedio/tsed/tree/beta/packages/engines", | ||
"author": "Romain Lenzotti", | ||
"license": "MIT" | ||
} |
@@ -215,3 +215,3 @@ <p style="text-align: center" align="center"> | ||
## Implement you own engine | ||
## Implement your own engine | ||
@@ -218,0 +218,0 @@ `@tsed/engines` let you register your own engine by using the `@ViewEngine` decorator. Here an is example of |
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
301087
2954