mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
## Summary This is part-1 of refactoring our code editors to extract different type of editors into their own components. In part-2 we'll 1. delete a of unused or duplicate code 2. switch to a `useEditor` composable to bring more UX consistency across all the code editors. ## Review / Merge checklist - [x] PR title and summary are descriptive - [x] Tests included |
||
|---|---|---|
| .. | ||
| helpers | ||
| workflows | ||
| Cipher.test.ts | ||
| Credentials.test.ts | ||
| FileSystem.manager.test.ts | ||
| InstanceSettings.test.ts | ||
| NodeExecuteFunctions.test.ts | ||
| ObjectStore.manager.test.ts | ||
| ObjectStore.service.test.ts | ||
| setup-mocks.ts | ||
| setup.ts | ||
| utils.ts | ||
| Validation.test.ts | ||
| WorkflowExecute.test.ts | ||
| WorkflowExecutionMetadata.test.ts | ||