File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ abstract class BasePath<B extends BasePath<B>> {
163
163
return this . segments . slice ( this . offset , this . limit ( ) ) ;
164
164
}
165
165
166
+ // TODO(Mila): Use database info and toString() to get full path instead.
166
167
toFullPath ( ) : string {
167
168
return this . segments . join ( '/' ) ;
168
169
}
Original file line number Diff line number Diff line change @@ -484,6 +484,7 @@ export class WatchChangeAggregator {
484
484
return expectedCount === currentCount - removedDocumentCount ;
485
485
}
486
486
487
+ // TODO(Mila): Move the validation into normalizeByteString.
487
488
private isValidBase64String ( value : string ) : boolean {
488
489
const regExp = new RegExp (
489
490
'^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
You can’t perform that action at this time.
0 commit comments