Skip to content

Commit

Permalink
#296: refactored analysis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petermasking committed Sep 26, 2024
1 parent b00842b commit 6f44444
Show file tree
Hide file tree
Showing 32 changed files with 664 additions and 841 deletions.
14 changes: 14 additions & 0 deletions packages/analysis/src/static/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@

export * from './definitions/Comment';
export * from './definitions/Divider';
export * from './definitions/Empty';
export * from './definitions/Group';
export * from './definitions/Keyword';
export * from './definitions/List';
export * from './definitions/Literal';
export * from './definitions/Operator';
export * from './definitions/Punctuation';
export * from './definitions/Scope';
export * from './definitions/TokenType';
export * from './definitions/Whitespace';

export { default as Lexer } from './Lexer';
export { default as Parser } from './Parser';
28 changes: 0 additions & 28 deletions packages/analysis/test/_fixtures/models/ReflectionClass.fixture.ts

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions packages/analysis/test/_fixtures/models/ReflectionScope.fixture.ts

This file was deleted.

23 changes: 0 additions & 23 deletions packages/analysis/test/_fixtures/parser/ItemList.fixture.ts

This file was deleted.

204 changes: 0 additions & 204 deletions packages/analysis/test/_fixtures/parser/Parser.fixture.ts

This file was deleted.

Loading

0 comments on commit 6f44444

Please sign in to comment.