-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add FilePathUtils module #12633
Comments
Comment by peterflynn Reviewed - low priority |
Comment by chirayu11
|
Comment by redmunds
|
Comment by le717
In light of this, what do you suggest I do? |
Comment by le717 Excuse me, the last point would not be fine as deprecating the functions in |
Comment by redmunds
Based on that criteria, it looks like |
Comment by le717
Moved.
In that case, it seems most of the contents in this module will be moved to It almost sounds as if |
Comment by redmunds
Agreed, but based on issue #8042 (which I do not agree with), it sounds like we might get rid of
|
Issue by redmunds
Thursday Apr 24, 2014 at 21:19 GMT
Originally opened as adobe/brackets#7631
This is code cleanup of a circular dependency introduced here and discussed here.
Proposed solution:
Create a new
FilePathUtils
module for file path utilities and keep utilities for actual file handling inFileUtils
. API forPathUtils
:Review
FileUtils
andLanguageManager
APIs to verify functions are where they belongRemove
FileUtils
dependency fromLanguageManager
(and replace withFilePathUtils
).Move to
LanguageManager
:Remove
_staticHtmlFileExts
and_serverHtmlFileExts
fromFileUtils
. UseLanguageManager
instead.Deprecate changed APIs.
The text was updated successfully, but these errors were encountered: