DulLabs / bhai-lang

A toy programming language written in Typescript
https://bhailang.js.org/
MIT License
3.97k stars 499 forks source link

[Question] How are you resolving non-npm packages like bhai-lang-parser #199

Closed tbhaxor closed 2 years ago

tbhaxor commented 2 years ago

Description

I am curious to know how this resolution is working as I couldn't find enough info in package.json "bhai-lang-parser": "*"

Domain

Develop

Type of Contribution

Others

Code of Conduct

aniketsingh0104 commented 2 years ago

We are using turborepo for this. You can read more here - https://turborepo.org/