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

refactor: separate core #733

Merged
merged 14 commits into from
Mar 17, 2024
Merged

refactor: separate core #733

merged 14 commits into from
Mar 17, 2024

Conversation

antongolub
Copy link
Collaborator

@antongolub antongolub commented Mar 12, 2024

Closes #600

  • Mostly separates zx/core as mentioned in Plan for v8 #589
  • Provides $ init / preset API
    const $$ = $({ nothrow: true, quiet: true })
    await $$`exit 1`
  • Tests pass
  • Appropriate changes to README are included in PR
  • Types updated

@antongolub antongolub force-pushed the zurk branch 2 times, most recently from 54e2a63 to 18e62a5 Compare March 13, 2024 01:48
@antonmedv antonmedv merged commit aeec7ae into google:main Mar 17, 2024
10 checks passed
@antongolub antongolub deleted the zurk branch March 17, 2024 11:47
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.

Allow to initialize $
2 participants