mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
feat: adds scully
This commit is contained in:
11
scully/plugins/plugin.js
Normal file
11
scully/plugins/plugin.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.myPlugin = void 0;
|
||||
const scully_1 = require("@scullyio/scully");
|
||||
exports.myPlugin = 'myPlugin';
|
||||
const myFunctionPlugin = async (html) => {
|
||||
return html;
|
||||
};
|
||||
const validator = async () => [];
|
||||
scully_1.registerPlugin('render', exports.myPlugin, myFunctionPlugin, validator);
|
||||
//# sourceMappingURL=plugin.js.map
|
||||
Reference in New Issue
Block a user