feat: close ordered pairs and property codec batches
This commit is contained in:
@@ -6,7 +6,21 @@ const forbidden = [
|
||||
/from\s+["']three(?:\/|["'])/, /from\s+["']@types\/three/, /from\s+["']sqlite3?/, /from\s+["']@sqlite/, /from\s+["']opfs/, /SharedArrayBuffer/, /\bpostMessage\s*\(/,
|
||||
]
|
||||
const allowDirectRuntime = new Set(['facade/threeViewport.ts', 'facade/threeViewport.tsx', 'facade/persistenceWorker.ts', 'facade/projectStore.ts', 'facade/projectMigrationSeedWorker.ts', 'facade/geometryWorker.ts', 'facade/nativeHistoryWorkerClient.ts', 'facade/nativeHistoryWorkerEntry.ts', 'facade/planegcsWorkerClient.ts', 'facade/planegcsWorkerEntry.ts'])
|
||||
const allowWorkerMessaging = new Set(['assemblySolverWorker.ts', 'meshLodWorker.ts', 'chromeAssemblyHarness.ts', 'chromeMeshHarness.ts', 'facade/camPipeline.ts'])
|
||||
const allowWorkerMessaging = new Set([
|
||||
'assemblySolverWorker.ts',
|
||||
'meshLodWorker.ts',
|
||||
'chromeAssemblyHarness.ts',
|
||||
'chromeMeshHarness.ts',
|
||||
'chromePropertyAccelerationHarness.tsx',
|
||||
'chromePropertyAreaHarness.tsx',
|
||||
'chromePropertyBoolListHarness.tsx',
|
||||
'chromePropertyColorHarness.tsx',
|
||||
'chromePropertyColorListHarness.tsx',
|
||||
'chromePropertyDirectionHarness.tsx',
|
||||
'chromePropertyFileHarness.tsx',
|
||||
'chromePropertyFileIncludedHarness.tsx',
|
||||
'facade/camPipeline.ts',
|
||||
])
|
||||
|
||||
async function walk(relative = '') {
|
||||
const directory = new URL(relative, sourceRoot)
|
||||
|
||||
Reference in New Issue
Block a user