Good enough for now solution to symbol collision

This commit is contained in:
Jarred Sumner
2021-09-13 02:53:18 -07:00
parent 359df89fe3
commit a0b6892c09
2 changed files with 58 additions and 18 deletions

View File

@@ -497,3 +497,5 @@ pub fn contentsFromPath(path: string) ?string {
}
return null;
}
pub const buffer_fallback_import_name: string = "node:buffer";