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 fa75b4c commit ca9575dCopy full SHA for ca9575d
index.js
@@ -1,11 +1,3 @@
1
-/**
2
- * @author Titus Wormer
3
- * @copyright 2016 Titus Wormer
4
- * @license MIT
5
- * @module unist:util:source
6
- * @fileoverview Get the source of a node or location.
7
- */
8
-
9
'use strict';
10
11
var location = require('vfile-location');
test.js
@@ -1,19 +1,9 @@
- * @fileoverview Test suite for `unit-util-source`.
-/* Dependencies. */
12
var test = require('tape');
13
var remark = require('remark');
14
var source = require('./');
15
16
-/* Tests. */
17
test('unist-util-source', function (t) {
18
t.plan(10);
19
0 commit comments