You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Internal (grrrr)
Fixed the root cause of the type-safety warnings reported by Obsidian's review of 1.2.2: tsconfig.json declared an outdated lib (ES5–ES7), which made padStart, Object.entries, flatMap, and Promise.finally resolve as error-typed in the review environment. The lib is now ES2020, matching the compile target and Obsidian 1.7.2's runtime. No code changes; the bundle is unchanged.
Replaced the deprecated builtin-modules dev dependency with Node's built-in builtinModules from node:module in the esbuild config.