-
Notifications
You must be signed in to change notification settings - Fork 421
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
Remove can-util from all CanJS 4.0 and 5.0 packages #4218
Labels
Comments
var fragment = require('can-util/dom/fragment/fragment');
var makeArray = require('can-util/js/make-array/make-array');
var frag = require('can-util/dom/frag/frag'); var fragment = require('can-fragment');
var makeArray = require("can-reflect").toArray;
var frag = fragment; |
This was referenced Jun 29, 2018
The checked items are fixed and merged:
|
This was referenced Jul 2, 2018
@justinbmeyer |
This was referenced Jul 5, 2018
Has everything been released? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
major
ormaster
ofcanjs/canjs
npm i
npm ls can-util
This gives something like this for
major
:clone the project that is using
can-util
, see what is being being used fromcan-util
(via search forcan-util
), and then try to replace it with a different package.The text was updated successfully, but these errors were encountered: