We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8b2e8 commit 954dad8Copy full SHA for 954dad8
packages/runtime-common/url-map.ts
@@ -1,3 +1,4 @@
1
+// TODO we don't need this anymore
2
export class URLMap<T> {
3
#map: Map<string, T>;
4
constructor();
0 commit comments