feat(editor): enable file-backed Monaco models and add Problems panel; lazy-init project TypeScript IntelliSense

This commit is contained in:
2025-12-30 16:55:00 +00:00
parent ed18360748
commit d177b5a935
8 changed files with 407 additions and 19 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.14.2',
version: '3.15.0',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}