Skip to content

Commit c31c1a3

Browse files
committed
style: format new language extractors
1 parent 838ce00 commit c31c1a3

4 files changed

Lines changed: 4 additions & 24 deletions

File tree

src/extractors/clojure.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import type {
2-
ExtractorOutput,
3-
SubDeclaration,
4-
TreeSitterNode,
5-
TreeSitterTree,
6-
} from '../types.js';
1+
import type { ExtractorOutput, SubDeclaration, TreeSitterNode, TreeSitterTree } from '../types.js';
72
import { nodeEndLine } from './helpers.js';
83

94
/**

src/extractors/erlang.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import type {
2-
ExtractorOutput,
3-
SubDeclaration,
4-
TreeSitterNode,
5-
TreeSitterTree,
6-
} from '../types.js';
1+
import type { ExtractorOutput, SubDeclaration, TreeSitterNode, TreeSitterTree } from '../types.js';
72
import { findChild, nodeEndLine } from './helpers.js';
83

94
/**

src/extractors/julia.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import type {
2-
ExtractorOutput,
3-
SubDeclaration,
4-
TreeSitterNode,
5-
TreeSitterTree,
6-
} from '../types.js';
1+
import type { ExtractorOutput, SubDeclaration, TreeSitterNode, TreeSitterTree } from '../types.js';
72
import { findChild, nodeEndLine } from './helpers.js';
83

94
/**

src/extractors/r.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import type {
2-
ExtractorOutput,
3-
SubDeclaration,
4-
TreeSitterNode,
5-
TreeSitterTree,
6-
} from '../types.js';
1+
import type { ExtractorOutput, SubDeclaration, TreeSitterNode, TreeSitterTree } from '../types.js';
72
import { findChild, nodeEndLine } from './helpers.js';
83

94
/**

0 commit comments

Comments
 (0)