-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/rename package #262
Conversation
const volume = await loader.createVolume(loadSpec, (v: Volume, channelIndex: number) => { | ||
const currentVol = v; |
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.
Consider breaking the callback out into a const
for better readability?
docs/index.html
Outdated
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.
Is there anything in here we should pay special attention to?
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.
not really.. mainly just needed to pick up the package name and I decided to do it by running a docs rebuild. But the docs are terribly out of date and can basically be ignored
Co-authored-by: Peyton Lee <peyton.lee@alleninstitute.org>
Co-authored-by: Peyton Lee <peyton.lee@alleninstitute.org>
Co-authored-by: Peyton Lee <peyton.lee@alleninstitute.org>
Mainly we need to update the npm package as part of renaming Vol-E.
@aics/vole-core
Some of the changes in here are due to auto-formatting, sorry about that.