Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 02e84a6

Browse files
committed
fix: grouped operations and visitors by kind
1 parent 4656028 commit 02e84a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+51
-44
lines changed

src/operations/accessor/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export { default as variable } from './variable';
2+
export { default as missing } from './missing';
3+
export { default as missingSome } from './missingSome';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/operations/arithmetic/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export { default as add } from './add';
2+
export { default as divide } from './divide';
3+
export { default as modulo } from './modulo';
4+
export { default as multiply } from './multiply';
5+
export { default as substract } from './substract';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)