ASDAlexander77 / TypeScriptCompiler

TypeScript Compiler (by LLVM)
MIT License
626 stars 30 forks source link

MacOS Support #132

Open erfanmola opened 1 month ago

erfanmola commented 1 month ago

Hi, Are there any plans on supporting MacOS too? I did not find any info on running the TSC on MacOS or compiling code for MacOS, I think it would be pretty close to Linux.

ASDAlexander77 commented 1 month ago

I don't have access to Mac at all, by I guess as I am using LLVM(clang) as base compiling it to Mac should be a matter of configuring CMake to compile for Mac