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

feat: remove node dependencies from compiler #188

Merged
merged 7 commits into from
Nov 6, 2024

Conversation

saurabhdaware
Copy link
Member

Description

This PR removes the dependency on path inside compiler's JS output and moves evaluateAbellBlock outside of main abell import (to remove fs dependency inside utils file)

This allows import xyz from './xyz.abell' to work on client-side code as well. On client-side, it compiles down to JS literals without adding any abell client-side dependency

Added unit tests?

  • No
  • Yes

[optional] Random GIF to +1 someone's day

@saurabhdaware saurabhdaware merged commit 3e2949b into main Nov 6, 2024
2 checks passed
@saurabhdaware saurabhdaware deleted the feat/enable-client-side branch November 6, 2024 15:48
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.

1 participant