79489829

Date: 2025-03-06 15:27:54
Score: 1.5
Natty:
Report link

Solution 1: Use

const fs = require('node:fs');

instead of

import * as fs from 'node:fs';

Solution 2:

Use

node --input-type=module script.js

instead of

node script.js
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zyad salamony