Skip to content

amarlankri/typescript-vs-rescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-vs-rescript

Small use cases written in TypeScript and ReScript.

Compile ReScript

    npm run bsb
    npm run bsb:watch # watch mode

Compile TypeScript

    npm run tsc
    npm run tsc:watch # watch mode

Run

You can just call the JavaScript files emitted by the compiler using node.

  • For ReScript, the generated files are located in lib/js/src.
  • For TypeScript, the generated files are located in lib-ts.

About

Small use cases written in TypeScript and ReScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published