You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The q-fs npm module is now deprecated. We should be using q-io instead. This module contains the function makeTree (see http://documentup.com/kriskowal/q-io#filesystem/maketree-path-mode). I think we should upgrade the project to use this module instead of implementing our own algorithms, which would also need to have unit tests by the way :-)
We need to replace q-fs with q-io/fs. If it meets our needs with respect to building directories (see the later comment), then we should also replace writer.makeDir with q-io/fs.makeTree. If it doesn't, then we should at least include tests for writer.makeDir.
The text was updated successfully, but these errors were encountered:
Based on angular#3244 (comment), I don't believe
we actually use either of these now that dgeni has replaced the old docs app. These should be
removed if Travis is green.
The i18n scripts still rely on q, so unfortunately it can't be gotten rid of just yet.
Based on #3244 (comment), I don't believe
we actually use either of these now that dgeni has replaced the old docs app. These should be
removed if Travis is green.
The i18n scripts still rely on q, so unfortunately it can't be gotten rid of just yet.
Based on #3244 (comment), I don't believe
we actually use either of these now that dgeni has replaced the old docs app. These should be
removed if Travis is green.
The i18n scripts still rely on q, so unfortunately it can't be gotten rid of just yet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From Pete's comment on #3235:
We need to replace
q-fs
withq-io/fs
. If it meets our needs with respect to building directories (see the later comment), then we should also replacewriter.makeDir
withq-io/fs.makeTree
. If it doesn't, then we should at least include tests forwriter.makeDir
.The text was updated successfully, but these errors were encountered: