📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: README.md
# 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
Save