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

Export Cron entrypoint as module #66

Merged
merged 4 commits into from
Apr 10, 2017
Merged

Export Cron entrypoint as module #66

merged 4 commits into from
Apr 10, 2017

Conversation

alonsodomin
Copy link
Owner

This PR exports the singleton object Cron used as an entry point to the parser as a CommonJS module in JavaScript land.

The ScalaJS + Webpack integration is not ready yet for proper show-time to deal with exporting and packaging individual libraries so it was post-poned.

Fixes #65.

@codecov-io
Copy link

Codecov Report

Merging #66 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   92.97%   92.97%           
=======================================
  Files          60       60           
  Lines         940      940           
  Branches       39       48    +9     
=======================================
  Hits          874      874           
  Misses         66       66
Impacted Files Coverage Δ
core/shared/src/main/scala/cron4s/CronImpl.scala 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 413a7af...b38725a. Read the comment docs.

@alonsodomin alonsodomin merged commit e04620d into master Apr 10, 2017
@alonsodomin alonsodomin deleted the export_module branch April 10, 2017 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants