-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
[JS] Expand Result to support Kotlin/JS #99
[JS] Expand Result to support Kotlin/JS #99
Conversation
Module not found: Error: Can't resolve 'fs' in '/Users/runner/work/Result/Result/build/js/packages/Result-result-test/kotlin' Module not found: Error: Can't resolve 'path' in '/Users/runner/work/Result/Result/build/js/packages/Result-result-test/kotlin' these are nodejs modules. do we need to change browser to nodejs? |
Error: ENOENT: no such file or directory, open './src/commonTest/resources/lorem_short.txt' |
Hmm, I have no idea why this doesn't work 😢 .... |
I found a way to fix it
|
38041fb
to
00f3b7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is very good starts for now.
00f3b7b
to
9456529
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very awesome
What's in this PR?
This PR enables Result to support Kotlin/JS 🎉 🎉 🎉