Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature/template extensibility #1162
Feature/template extensibility #1162
Changes from all commits
3f8939e
f650221
a5d3f01
2eecb75
3766818
1b42d87
9a2252c
b4ef5b9
93727d1
3863783
cc30d3a
a22ef36
74f1d24
8b80436
b388e56
6541b8f
a654ef3
2cb9cce
fcd183b
7adceb1
d287a16
a8b593d
9d79b8e
6ebbe1a
38f3b92
be3bb04
0cb80f4
2b726b9
940565a
e76ee0a
7345439
f9b1477
71f21b2
16cca08
4fcbf92
a8d9021
d3f6860
f0bed51
856427d
e8cc5b4
f2ce238
24622a6
6df83a6
edacf34
1862c9e
20c3042
69fcd79
78b6c53
4241eab
7bac071
dbaba8b
06cb1f0
98c382b
29e6e58
c3fa1f3
9b39529
b8fe972
148ea0a
4543a4d
11701dc
e1aabf1
2fe771e
83f07fe
7e3b678
95488be
8b6f5fb
a29cc07
d96c107
ce151a1
034e2d7
a0086fd
a9ec4bf
2afa605
de5fd5c
5cb9f44
58becd0
344a65e
e7eba97
79a1b55
e0c6c4b
e750b29
f5b14d0
65293a2
a9fae57
f382362
eafa3b1
151b96b
61e32b8
868f9b2
fe7c3ce
bf921b9
74d1191
3e57e0b
412c3f8
6a53a96
d429521
bddb532
e1b5bfd
23c195a
d73a770
e50b67f
46cff7e
4cd60bf
47e1959
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This conditional assignment doesn't read that well. We are checking type, does that mean that is can be a non-string? Will it error out when someone puts an array or object as a value?
There are 2 things we can do:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the logic reads (indirectly)
typeof overridesDir === 'string' ? overridesDir : ''
I'm not convinced we need to change this, sure we could, but I'm not sold on the effort being necessary
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we file 3PP in GUS for all the new dependencies that we are adding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remembered this last night, we weren't expecting to need a new lib, but that changed very recently