Raw content injection support
-
You can now pass the
rawContent
option to inject arbitrary raw content into all the generated filesconst generator = new Generator({ rawContent: { before: "/* eslint-disable */", }, })
You can now pass the rawContent
option to inject arbitrary raw content into all the generated files
const generator = new Generator({
rawContent: {
before: "/* eslint-disable */",
},
})