refactor(editor): improve implementation of flat model (#10848)

This commit is contained in:
Saul-Mirone
2025-03-14 13:18:03 +00:00
parent 3b4453d2b8
commit 1ce290094e
8 changed files with 576 additions and 525 deletions

View File

@@ -1,5 +1,5 @@
export * from './boxed.js';
export * from './flat-native-y.js';
export * from './flat-native-y/index.js';
export * from './is-pure-object.js';
export * from './native-y.js';
export * from './proxy.js';