We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are some TODO comments that are more helpful, but they should probably be moved to GitHub Issues.
// @TODO move these into fixtures?
* @TODO is `extendedData` used by any callers?
Also there is commented code that should be removed
// Var config = require('./config');
And then there are these TODO comments 😭
import { deepObj, resourceKey, resourceId } from './object'; // TODO NO NO NO NO
if (!fieldData.hasOwnProperty('contents')) { // TODO again }
import { deepCollection } from './object'; // TODO NOPE
All of these comments should be removed, and some of them should be moved into GitHub Issues.
The text was updated successfully, but these errors were encountered:
calebeby
No branches or pull requests
There are some TODO comments that are more helpful, but they should probably be moved to GitHub Issues.
// @TODO move these into fixtures?
Also there is commented code that should be removed
// Var config = require('./config');
And then there are these TODO comments 😭
All of these comments should be removed, and some of them should be moved into GitHub Issues.
The text was updated successfully, but these errors were encountered: