diff options
Diffstat (limited to 'ext/node/polyfills/_fs/_fs_appendFile.ts')
-rw-r--r-- | ext/node/polyfills/_fs/_fs_appendFile.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/node/polyfills/_fs/_fs_appendFile.ts b/ext/node/polyfills/_fs/_fs_appendFile.ts index b7c63e270..707789862 100644 --- a/ext/node/polyfills/_fs/_fs_appendFile.ts +++ b/ext/node/polyfills/_fs/_fs_appendFile.ts @@ -1,8 +1,5 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -// TODO(petamoriken): enable prefer-primordials for node polyfills -// deno-lint-ignore-file prefer-primordials - import { CallbackWithError, isFd, |