Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from vuedoc/parser #1

Merged
merged 32 commits into from
Nov 2, 2017
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2b04304
Fully Support of Computed Properties
demsking Oct 30, 2017
b2b5217
Fully Support of Computed Properties
demsking Oct 31, 2017
40f9644
0.6.2
demsking Oct 31, 2017
d4e1ae1
v0.6.2
demsking Oct 31, 2017
f835992
Remove unused options
demsking Nov 1, 2017
aa402bc
Expose the parseOptions() function
demsking Nov 1, 2017
52d2d22
Improve tests of options
demsking Nov 1, 2017
70a78e7
Add options.features
demsking Nov 1, 2017
cb80588
Fix missing emit of `end` for ast === null
demsking Nov 1, 2017
9e5b103
Add tests to cover feature::name
demsking Nov 1, 2017
0b9c55c
Add tests to cover feature::description
demsking Nov 1, 2017
0318e14
Add tests to cover feature::keywords
demsking Nov 1, 2017
82ca039
Fix tests
demsking Nov 1, 2017
653c7fc
Don't walk is features.length === 0
demsking Nov 1, 2017
ed742e6
Add a test to cover feature.length === 0
demsking Nov 1, 2017
a4770e5
Support of features::events
demsking Nov 1, 2017
f7ccaf0
Add tests to cover feature::events
demsking Nov 1, 2017
97e4e55
Support of features::slots
demsking Nov 1, 2017
7fe5032
Add tests to cover feature::slots
demsking Nov 1, 2017
0458bd6
Fix integration tests
demsking Nov 1, 2017
3ec94eb
Fix format
demsking Nov 1, 2017
85f2915
Upgrade to NodeJS v6.11.2
demsking Nov 1, 2017
970c18b
Improve doc readability
demsking Nov 1, 2017
a29bdf3
Add options.features and use the NodeJS v6.11.2 as default engine
demsking Nov 1, 2017
900c3ae
Use NodeJS v6.11.2
demsking Nov 1, 2017
0d736d1
Add the .npmignore file
demsking Nov 1, 2017
1cab10e
Add the .npmignore file
demsking Nov 1, 2017
99da669
Add sample for options.features
demsking Nov 1, 2017
0a88094
Fix format
demsking Nov 1, 2017
e6acc48
Add a doc for Keywords Extraction Feature
demsking Nov 1, 2017
6e4a4ef
1.0.1
demsking Nov 1, 2017
1de6608
Improve the README file
demsking Nov 1, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test
coverage
.*
sample.js
result.json
yarn.lock
*.tgz
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '4'
- '6'
script:
- npm install
- npm run coveralls
Expand Down