Skip to content

Issue/2 create rescript file for bchjs#1

Open
renovatorruler wants to merge 59 commits intomasterfrom
issue/2-create-rescript-file-for-bchjs
Open

Issue/2 create rescript file for bchjs#1
renovatorruler wants to merge 59 commits intomasterfrom
issue/2-create-rescript-file-for-bchjs

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

Development

Successfully merging this pull request may close these issues.

3 participants