forge-ts v0.19.3
Packages
@forge-ts/api@0.19.3@forge-ts/cli@0.19.3@forge-ts/core@0.19.3@forge-ts/doctest@0.19.3@forge-ts/enforcer@0.19.3@forge-ts/gen@0.19.3
Patch Changes
-
a1db045: fix: rename @forge-ignore to @forgeIgnore — hyphen violated TSDoc tag name spec
The hyphen in @forge-ignore caused TSDocConfigFile to report hasErrors:true,
poisoning config loading for ALL projects. Custom tags (@SInCE, @route, etc.)
were silently unrecognized, causing false W006 "tag not defined" and W011
"missing @SInCE" warnings even when tags were correctly used.Also relaxed the hasErrors guard in walker.ts — configureParser is tolerant
and should always be called when a tsdoc.json exists.