-
Notifications
You must be signed in to change notification settings - Fork 17
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: improved standalone interface #858
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goosewobbler
changed the title
feat: improved no-binary interface
feat: improved standalone interface
Dec 10, 2024
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
from
December 10, 2024 18:43
5707368
to
787e1f2
Compare
This was referenced Dec 10, 2024
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
from
December 11, 2024 02:53
9940528
to
bbe0693
Compare
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
from
December 11, 2024 03:01
bbe0693
to
323adec
Compare
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
from
December 11, 2024 06:02
77d0d7e
to
cda06cb
Compare
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
from
December 11, 2024 17:05
281a5bf
to
53b4759
Compare
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
from
December 11, 2024 17:28
53b4759
to
bfb4b97
Compare
test: add test for parameter of the init function
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
2 times, most recently
from
December 11, 2024 18:56
a65869d
to
9d92164
Compare
goosewobbler
force-pushed
the
sm/improve-no-binary
branch
from
December 11, 2024 19:01
9d92164
to
3010d39
Compare
mato533
added a commit
that referenced
this pull request
Jan 28, 2025
This commit is cherry-picked following commits from #858. a9d76eb chore: add .gitignore for e2e 0da9f21 chore: disambiguate TS specs fb20cff chore: ignore CJS files 19407f8 fix: requires in preloads 4c22f15 debug: remove util 63441cd fix: remove util 4bd36a2 chore: ignore e2e transpiled files b6cc3b7 chore: remove e2e preload imports db1fc72 refactor: move e2e specs into `test` fa3cae4 fix: update rollup / ts config 3010d39 chore: fix paths
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #856.
Also includes improved test support and types.