(clean) VApp: remove node_modules on VApp

This commit is contained in:
2025-11-16 16:05:15 +01:00
parent 6542754ee4
commit 8baf0cbdd7
17691 changed files with 0 additions and 3711867 deletions

View File

@@ -1,11 +0,0 @@
'use strict'
let Stringifier = require('./stringifier')
function stringify(node, builder) {
let str = new Stringifier(builder)
str.stringify(node)
}
module.exports = stringify
stringify.default = stringify