Skip to content

Commit b8582b8

Browse files
committed
Refactor transformAsObject to transformWithDetails
This matches current best thinking.
1 parent 5c4e451 commit b8582b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
}
1919
return result;
2020
},
21-
transformAsObject: function(input, options) {
21+
transformWithDetails: function(input, options) {
2222
var output = innerTransform(input, options);
2323
var result = {};
2424
result.code = output.code;

0 commit comments

Comments
 (0)