We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f8de7 commit 4515e2dCopy full SHA for 4515e2d
README.md
@@ -40,8 +40,8 @@ You can optionally pass information that will be used while generating the outpu
40
```js
41
const { code, map } = print(ast, {
42
sourceMapSource: 'input.js',
43
- sourceMapContent: fs.readFileSync('input.js', 'utf-8')
44
- indent: ' ' // default '\t'
+ sourceMapContent: fs.readFileSync('input.js', 'utf-8'),
+ indent: ' ', // default '\t'
45
quotes: 'single' // or 'double', default 'single'
46
});
47
```
0 commit comments