-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: re-write server-utils to typescript
- Loading branch information
Showing
12 changed files
with
7,903 additions
and
4,604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export * from './diff-modes'; | ||
export * from './paths'; | ||
export * from './test-statuses'; | ||
export * from './view-modes'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
'use strict'; | ||
|
||
module.exports = { | ||
IMAGES_PATH: 'images', | ||
ERROR_DETAILS_PATH: 'error-details' | ||
}; | ||
export const IMAGES_PATH = 'images'; | ||
export const ERROR_DETAILS_PATH = 'error-details'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.