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 8238894 commit 963473aCopy full SHA for 963473a
test/normalize.js
@@ -3,9 +3,6 @@ var walk = require('../lib/walk'),
3
4
module.exports = function (comments) {
5
return walk(comments, function (comment) {
6
- if (comment.context.ast) {
7
- traverse.removeProperties(comment.context.ast);
8
- }
9
var hasGithub = !!comment.context.github;
10
var path = comment.context.path;
11
comment.context = {
0 commit comments