Commit 64afb03
authored
stable for resolving both fix and root aliases and emit resolved files optionally (#2)
* logger with meaningful status color
* common utilities
* get tsconfig as js object
* new functions for check path Directory and paths join
* get-config.ts throw error when TSConfig parsing time occurs issue
* created function which resolve the task by looping
* new packages added babel-parser and babel-generator
* created transformer utility for create code ATS
* ccreate new checkModuleType utilities for module type detect from AST
* JSDocs type added for JS code
* transform and createAST and function new params created and JSDocs
* new function for throw error
* module-type-detector utility throw error
* !*important*! create more function which modify the path alis to relative
* invoke getRelativePath function
* created terminal-loader for animation in terminal
* modified code rewrite
* common-utilities.ts pretty indent
* path-converter.ts debuging friendly error handled
* main.ts invoke function by startExecute as a arg
* gitignore & tsconfig.json little bit update
* remove all type extension from ts config path alias value
* entry point for tsconf-paths-resolver
* dev mode starting entry changed
* resolving baseUrl based on cli source argument
* simple cli created with -s and -ds flags
* invoke startExecution with cli srcArg
* fixed tsConfigAliasVal extension not removing and isTSPathAlias
* prevented unnessary loop and print task status
* support to resolve fixed aliases
* support to emit converted files in destination directory
* configured tsup package
* new README.md, LICENSE added1 parent 26d1679 commit 64afb03
File tree
9 files changed
+1589
-23
lines changed- src/utilities
9 files changed
+1589
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments