-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: deprecate dist-util package #1810
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
Conversation
1f83065 to
effc7c8
Compare
|
Hi, I come from : #1817 Edit : it does not work either with es2017 and dist8 |
|
@mightytyphoon I don't this PR is the root cause as it has not been merged yet. The issue is that some existing projects have left-over Try to run |
|
@raymondfeng Hi, thanks for your answer, this was actually a problem with the 0.29.0 version, someone had the same problem here : #1817 but 0.30.0 is running well, tests also. So it's all good. There is just a warning at the end of the tests on a clean cli install :
But this deals with tslint apparently some infos there Thank you for the support. Regards. |
As a follow-up for #1803 and #1809, this pull request is removing remaining usages of dist-util package and marking the package as deprecated. My intention is to remove dist-util from loopback-next before 4.0 GA.
Checklist
npm testpasses on your machinepackages/cliwere updatedexamples/*were updated