Skip to content

Commit eacc652

Browse files
committed
Remove superfluous comments
1 parent 103da08 commit eacc652

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

3-
/* Dependencies. */
43
var Parser = require('parse5/lib/parser');
54
var pos = require('unist-util-position');
65
var fromParse5 = require('hast-util-from-parse5');
@@ -9,10 +8,8 @@ var voids = require('html-void-elements');
98
var ns = require('web-namespaces');
109
var zwitch = require('zwitch');
1110

12-
/* Expose. */
1311
module.exports = wrap;
1412

15-
/* Constants. */
1613
var IN_TEMPLATE_MODE = 'IN_TEMPLATE_MODE';
1714
var CHARACTER_TOKEN = 'CHARACTER_TOKEN';
1815
var START_TAG_TOKEN = 'START_TAG_TOKEN';

test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

3-
/* Dependencies. */
43
var test = require('tape');
54
var u = require('unist-builder');
65
var h = require('hastscript');
@@ -10,7 +9,6 @@ var remark2rehype = require('remark-rehype');
109
var stringify = require('rehype-stringify');
1110
var raw = require('./');
1211

13-
/* Tests. */
1412
test('raw', function (t) {
1513
t.throws(
1614
function () {
@@ -107,7 +105,6 @@ test('raw', function (t) {
107105
t.end();
108106
});
109107

110-
/* Tests. */
111108
test('integration', function (t) {
112109
unified()
113110
.use(parse)

0 commit comments

Comments
 (0)