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 43b2687 commit 966184fCopy full SHA for 966184f
README.md
@@ -659,8 +659,7 @@ Creates a SourceNode from generated code and a SourceMapConsumer.
659
660
```js
661
const consumer = await new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8"));
662
-onst node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"),
663
- consumer);
+const node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"), consumer);
664
```
665
666
#### SourceNode.prototype.add(chunk)
0 commit comments