Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stable for resolving both fix and root aliases and emit resolved file…
…s 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 added
- Loading branch information