From 44f0f3a92eee65ce40fa5f5ec6e6e12fcf2f4904 Mon Sep 17 00:00:00 2001 From: Antriel Date: Tue, 10 Dec 2024 15:40:00 +0100 Subject: [PATCH] improve haxe std lib regex again --- src/createGraph.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createGraph.mjs b/src/createGraph.mjs index 6f6b5c1..18349d2 100644 --- a/src/createGraph.mjs +++ b/src/createGraph.mjs @@ -12,7 +12,7 @@ const edgeAtts = new Map(); const importReg = /.+\/import.hx$/; -const labelStd = /.+haxe[0-9a-f_]*(?:\/.+\/)?std\/(.+).hx$/; +const labelStd = /.+haxe[0-9a-f_]*(?:\/.+)?\/std\/(.+).hx$/; const labelSrc = /.+src\/(.+).hx$/; const labelHaxelib = [ /.+haxe_libraries\/.+\/.+\/haxelib\/(.+).hx$/,