-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Importer: Clean up section-import #2951
Conversation
cc: @rralian |
4450564
to
57a33b5
Compare
- Trim constants via ES6 module exports/imports - Merge render logic into `render()` - General cleanup fixup! Importer: Clean up section-import Remove Makefile because no tests exist
57a33b5
to
813159d
Compare
I gave this a quick test drive and discovered no regressions. Would prefer to leave code review to others. Maybe @omarjackman or @jordwest could take a peek? |
test: | ||
@NODE_ENV=test NODE_PATH=$(NODE_PATH) $(MOCHA) --compilers $(COMPILERS) --reporter $(REPORTER) --ui $(UI) | ||
|
||
.PHONY: test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this file intentionally deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was left over from another PR where it should have been deleted. there are no tests left so the Makefile should go too
Gave it a test locally, also couldn't see any regressions. Code changes LGTM 🚢 |
…tion Importer: Clean up section-import
render()
Testing This shouldn't change any functionality, so if you attempt an import and something borks out, it's broken. Otherwise it should be coding changes only.
The PR depends on #2949 and will shrink considerably once that's merged in.cc: @apeatling @rodrigoi @omarjackman @dllh @designsimply