SassDoc / sassdoc

Release the docs!
http://sassdoc.com
MIT License
1.41k stars 56 forks source link

Babel 6 migration #481

Closed pascalduez closed 7 years ago

pascalduez commented 7 years ago

Unit tests <3

KittyGiraudel commented 7 years ago

Looks good. :)

pascalduez commented 7 years ago

I downgraded the ESLint parser for now, so that the tests pass.

Next step: rework the linting!

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.02%) to 94.633% when pulling 189b3a771a019a6f7cefe0c15f0e4fd5080ee9c4 on hotfix/babel-upgrade into 8aad8c1e9f5d883c51f19786483e949bb816fe8f on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 94.368% when pulling fc97e2244f6d8990eb51e6a363ad4be51be8a745 on hotfix/babel-upgrade into 8aad8c1e9f5d883c51f19786483e949bb816fe8f on master.

KittyGiraudel commented 7 years ago

Any particular reason why code coverage decreased?

pascalduez commented 7 years ago

Any particular reason why code coverage decreased?

Switch to nyc, and the use of that babel plugin for Errors. I tried to investigate how we can improve things, sourcemaps'n stuff, but the difference is just to small to care of it. Also we may switch to Jest at some point, which will make things easier.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 94.368% when pulling 35492f3b185de8932e424b1bcd563f1176d64d5a on hotfix/babel-upgrade into 8aad8c1e9f5d883c51f19786483e949bb816fe8f on master.

KittyGiraudel commented 7 years ago

🎉

pascalduez commented 7 years ago

I'm trying to understand/update the dependencies warnings from the default-theme, and then I'll make a release. So that you will be able to merge the linting branch @HugoGiraudel ;)