mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 15:29:29 +08:00
8 lines
185 B
Text
8 lines
185 B
Text
'use strict';
|
|
|
|
const create = require('./create.cjs');
|
|
const walker$1 = require('../syntax/config/walker.cjs');
|
|
|
|
const walker = create.createWalker(walker$1);
|
|
|
|
module.exports = walker;
|