ioBroker / ioBroker.repochecker

Check the ioBroker adapter github repositories if they can be added to public ioBroker repository
MIT License
8 stars 8 forks source link

Suggest to require node packages with node:xxx syntax #213

Open mcm1957 opened 5 months ago

mcm1957 commented 5 months ago

const fs = require('node:fs'); const cp = require('node:child_process'); const path = require('node:path');