Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/nunjucks/mod.d.ts>default.compile

A powerful templating engine with inheritance, asynchronous control, and more (Jinja 2 inspired) — ❌ Deprecated: use the `npm:` specifier instead
Latest
function default.compile
import { default } from "https://deno.land/x/nunjucks@3.2.4/mod.d.ts";
const { compile } = default;

Parameters

message: string
lineno: number
colno: number
optional
eagerCompile: boolean