Paolo Ricciuti

Results 32 issues of Paolo Ricciuti

### Describe the feature Currently `parseModule` and `generateCode` are exported from the code module that import `node:fs` this made them impossible to use in a browser environment when actually they...

enhancement

# Motivation Currently the types for the custom generator looks like this ```ts /** * Code generator for each node type. */ export type Generator = { [T in EstreeNode['type']]:...