Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/2 create rescript file for bchjs #1

Open
wants to merge 59 commits into
base: master
Choose a base branch
from

Conversation

renovatorruler
Copy link
Member

No description provided.

- rescript compiler working good
- Added `/lib/bs/` in gitignore
- Removed husky from package.json
- That hook was running script `npm run lint`
- It was showing some enforcement rule violation in rescript generated
javascript code, hence removed it.
- Installed `rescript-nodejs` library
- created a libconfig object
- Instantiated new modules
- All the tests are running good

module RawTransactions = {
type t
external require: string => t = "require"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're committing code without running autoformatter. Please make sure you format your code properly.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, have format the code and will keep this thing in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants