This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: implementation of a first functional draft (#2)
* chore: implementation of a first functional draft chore: update @slimio/config (0.18.0 to 1.0.0) chore: continue implementation chore: draft continue * refactor: add .js extension & .gitkeep in fixtures * refactor: remove .json import and use fs:readFileSync instead * refactor: destruct Result from import * chore: add missing tests & add new i18n property * chore: fix/update dependencies * chore: add new properties * fix: warnings type * feat: add generation mode & complete tests * test(tsd): add assertions for types * refactor: enhance writeOptions type * docs: complete with latest features * chore: update dependencies * test: enhance error checking with [email protected]
- Loading branch information
Showing
24 changed files
with
3,532 additions
and
620 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extension": ["ts"], | ||
"node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm", "no-warnings"], | ||
"spec": ["test/*.spec.ts"], | ||
"timeout": 10000 | ||
} |
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.