14 Commits

Author SHA1 Message Date
Tom MacWright
4ea3a95539 test: Fix markdown test snapshots 2019-05-07 12:46:58 -07:00
Tom MacWright
58d2a2ff53
feat: Support for the logical assignment operator
* 

Fixes #1172

* chore: Update test fixture to last release
2018-12-01 13:10:45 -08:00
Tom MacWright
8f9bc7b353
fix(vue): Make vue parser tolerant of components that don't contain scripts (#1061)
Fixes #1060
2018-04-24 13:14:16 -07:00
Reinier Battenberg
9d7bd2eff6 fix: adding vue support broke tests that are not file based (#1058)
* fix: adding vue support broke tests that are not file based

fix #1057

* Got the tests and code working for supporting non-file documenting

* Added fresh snapshot
2018-04-23 10:53:07 -07:00
Tom MacWright
f60d90cf9e
feat: Vue Support
Thanks to @batje, documentation.js now supports Vue! .vue files are parsed for their JavaScript contents by default.
2018-04-20 11:45:14 -07:00
Tom MacWright
0e23b7cdc0 test: Another tweak to make tests resistant to versioning 2018-04-11 11:51:22 -07:00
Tom MacWright
6bf3f9716d
test: Make tests resilient between versions: no more annoying chores (#1045) 2018-04-11 09:10:07 -07:00
Anton Shchekota
7d74060caf Eslint add new rules - no-var and prefer-const 2018-01-24 14:10:41 +03:00
Anton Shchekota
f375b2ba75 chore: updated flow js 2017-09-29 16:17:19 +03:00
Anton Shchekota
337b7a639e chore: updated jest 21 version 2017-09-29 11:56:03 +03:00
Ryan Hendrickson
c94412a7aa feat: groups in toc (#895) 2017-09-03 23:44:31 -07:00
Tom MacWright
9433ec605e test: Remove unnecessary callbacks from tests 2017-07-28 12:14:22 -04:00
Tom MacWright
c3cdaeab65 test: Run input tests
Fixes #817
2017-07-28 12:14:22 -04:00
Tom MacWright
11d9045a00 Native Flow, use Jest (#767)
* build: Use Flow syntax without comments.

We're switching to Flow annotations - not Flow comments. This
gives documentation.js the ability to self-document without
JSDoc types and improves our compatibility with tools like
prettier.

Fixes #729. Fixes #709
2017-05-08 20:46:21 -04:00