Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
coviddata /
node_modules /
pug-linker /
Delete
Unzip
Name
Size
Permission
Date
Action
HISTORY.md
164
B
-rw-r--r--
1985-10-26 08:15
LICENSE
1.03
KB
-rw-r--r--
1985-10-26 08:15
README.md
1.05
KB
-rw-r--r--
1985-10-26 08:15
index.js
5.6
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
# pug-linker Link multiple pug ASTs together using include/extends [](https://travis-ci.org/pugjs/pug-linker) [](https://david-dm.org/pugjs/pug?path=packages/pug-linker) [](https://david-dm.org/pugjs/pug?path=packages/pug-linker&type=dev) [](https://www.npmjs.org/package/pug-linker) ## Installation npm install pug-linker ## Usage ```js var link = require('pug-linker'); ``` ### `link(ast)` Flatten the Pug AST of inclusion and inheritance. This function merely links the AST together; it doesn't read the file system to resolve and parse included and extended files. Thus, the main AST must already have the ASTs of the included and extended files embedded in the `FileReference` nodes. `pug-load` is designed to do that. ## License MIT