Skip to content

Commit 4b6d636

Browse files
feat: parser unit tests
1 parent bb844c3 commit 4b6d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/apex/parser/apexparser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable @typescript-eslint/no-unsafe-call */
33
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
44
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
5-
import fs from 'fs';
5+
import * as fs from 'fs';
66
import {
77
ApexLexer,
88
CommonTokenStream,

0 commit comments

Comments
 (0)