mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 17:25:21 +00:00
Converted all nodejs imports to node: prefix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Stream } from "stream";
|
||||
import { Buffer } from "buffer";
|
||||
import path from "path";
|
||||
import { Stream } from "node:stream";
|
||||
import { Buffer } from "node:buffer";
|
||||
import path from "node:path";
|
||||
import FieldsArray from "./FieldsArray";
|
||||
import Bundle, { filesSymbol } from "./Bundle";
|
||||
import getModelFolderContents from "./getModelFolderContents";
|
||||
|
||||
Reference in New Issue
Block a user