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

feat(interpreter): allow passing external variables #208

Merged
merged 1 commit into from
Dec 24, 2018

Conversation

kantord
Copy link
Owner

@kantord kantord commented Dec 24, 2018

fixes #174

@codecov
Copy link

codecov bot commented Dec 24, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #208   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          43     43           
  Lines         206    208    +2     
  Branches       22     22           
=====================================
+ Hits          206    208    +2
Impacted Files Coverage Δ
src/interpreter.js 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 5d74903...cb44489. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 24, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #208   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          43     43           
  Lines         206    208    +2     
  Branches       22     22           
=====================================
+ Hits          206    208    +2
Impacted Files Coverage Δ
src/interpreter.js 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 5d74903...cb44489. Read the comment docs.

@kantord kantord merged commit 37163b8 into master Dec 24, 2018
@kantord kantord deleted the allow-passing-variables-to-interpreter branch December 24, 2018 16:48
@kantord
Copy link
Owner Author

kantord commented Dec 24, 2018

🎉 This PR is included in version 1.30.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kantord
Copy link
Owner Author

kantord commented Mar 8, 2019

🎉 This issue has been resolved in version 1.35.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow passing variable to interpreter
1 participant