From b26dcbc69d56b6ac5780520dad47f10460127d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 17 Jan 2021 00:32:59 +0100 Subject: chore: Enforce ban-untagged-todo lint rule (#9135) --- std/fs/expand_glob.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'std/fs/expand_glob.ts') diff --git a/std/fs/expand_glob.ts b/std/fs/expand_glob.ts index 358206558..ec0f560d8 100644 --- a/std/fs/expand_glob.ts +++ b/std/fs/expand_glob.ts @@ -32,7 +32,6 @@ interface SplitPath { winRoot?: string; } -// TODO: Maybe make this public somewhere. function split(path: string): SplitPath { const s = SEP_PATTERN.source; const segments = path -- cgit v1.2.3