Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

fix: add tsFormatter to moderate excludes #689

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions util/mod.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// moderate --exclude cache port.ts
// moderate --exclude cache port.ts tsFormatter.ts"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This trailing quote isn't right.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops... @ryanleecode will you please remove the quote along with #687 ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


export * from "./case.ts"
export * from "./clock.ts"
export * from "./error.ts"
export * from "./memo.ts"
export * from "./notifier.ts"
export * from "./state.ts"
export * from "./tsFormatter.ts"
export * from "./withSignal.ts"