require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
* - Compares migration progress between OSS and Portal
|
||||
*/
|
||||
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const fs = require('node:fs');
|
||||
const path = require('node:path');
|
||||
const { Project } = require('ts-morph');
|
||||
|
||||
// Configuration
|
||||
|
||||
Reference in New Issue
Block a user