Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
40fe0b24f5
commit
fd25184a8d
9
js/printer/esutils.js
Normal file
9
js/printer/esutils.js
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
var ast = Require('printer/ast');
|
||||||
|
var code = Require('printer/code');
|
||||||
|
var keyword = Require('printer/keyword');
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
ast:ast,
|
||||||
|
code:code,
|
||||||
|
keyword:keyword
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user