Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ __I'd like to use source map support. What to do?__
```javascript
var amdclean = require('amdclean'),
cleaned = amdclean.clean({
'sourceMap: '{...}', // this is the source map that you already have for the code below
'sourceMap': '{...}', // this is the source map that you already have for the code below
'code': 'define("randomExample", function() { console.log("I am a random example"); });',
'wrap': false, // do not use wrap together with escodegen.sourceMapWithCode since it breaks the logic
'esprima': {
Expand Down