Skip to content

Commit 5c3addd

Browse files
committed
lint
1 parent 7fd27d8 commit 5c3addd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/modules/esm/assert.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const formatTypeMap = {
3232
'module': kImplicitTypeAttribute,
3333
'wasm': kImplicitTypeAttribute, // It's unclear whether the HTML spec will require an type attribute or not for Wasm; see https://github.com/WebAssembly/esm-integration/issues/42
3434
};
35-
// NOTE: Don't add bytes support yet as it requires Uint8Arrays backed by immutable ArrayBuffers, which V8 does not support yet.
35+
// NOTE: Don't add bytes support yet as it requires Uint8Arrays backed by immutable ArrayBuffers,
36+
// which V8 does not support yet.
3637
// see: https://github.com/nodejs/node/pull/62300#issuecomment-4079163816
3738

3839
function getFormatType(format) {

0 commit comments

Comments
 (0)