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

deprecate the "environment" api and related code #2038

Merged
merged 2 commits into from
Jul 18, 2019

Conversation

bcolloran
Copy link
Contributor

@hamilton this touches quite a few files actually, but should be quick to check. QA is easy -- just run any code and verify that the declared vars pane works as expected

Pull Request checklist

  • Documentation: we were already not documenting this feature (it's been soft-deprecated for a while)
  • Changelog: This PR updates the changelog with any user-visible changes.
  • Tests: cleared out and fixed tests

{noVariables}
{edvElem}
{declaredVariables}
<div className="declared-variables-list">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

turns out we don't need any of the conditionals removed from above, b/c the declared variables pane will now always show at least iodide in the user variable explorer.

@@ -1,5 +1,5 @@
.side-pane {
width:auto !important;
width: auto !important;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just cut a few things from this file, but prettier made a ton of changes :-/

@bcolloran bcolloran requested a review from hamilton July 16, 2019 23:31
@bcolloran bcolloran merged commit b9f56c9 into master Jul 18, 2019
@bcolloran bcolloran deleted the remove-environment-api branch July 18, 2019 00:59
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.

1 participant