Fixed resolver incorrectly stripping class names

This commit is contained in:
2026-06-13 09:48:40 +08:00
parent 803bd80557
commit 021655464d
8 changed files with 61 additions and 36 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ _AstConf_.AstroEdit.paths = {};
/** @type {object} */
_AstConf_.AstroEdit.sections;
/** @type {object} */
/** @type {!Object<string, *>} */
_AstConf_.AstroEdit.flags = {};
/** @type {string} */
_AstConf_.AstroEdit.flags.URICount;