mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor: Enable import/order for design-system, workflow and @n8n packages (#10847)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { LRLanguage, LanguageSupport, foldNodeProp, foldInside } from '@codemirror/language';
|
||||
import { styleTags, tags as t } from '@lezer/highlight';
|
||||
|
||||
import { parser } from './grammar';
|
||||
|
||||
export const parserWithMetaData = parser.configure({
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { fileTests as runTestFile } from '@lezer/generator/dist/test';
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import { fileTests as runTestFile } from '@lezer/generator/dist/test';
|
||||
|
||||
import { n8nLanguage } from '../../src/expressions/index';
|
||||
|
||||
describe('expressions language', () => {
|
||||
|
||||
Reference in New Issue
Block a user