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

cli: add starknet indexer in cli playground #96

Merged

Conversation

jaipaljadeja
Copy link
Member

No description provided.

@jaipaljadeja jaipaljadeja requested a review from fracek August 8, 2024 14:44
@@ -188,7 +188,8 @@ runMain(command);
onwarn(warning, rollupWarn) {
if (
!["CIRCULAR_DEPENDENCY", "EVAL"].includes(warning.code || "") &&
!warning.message.includes("Unsupported source map comment")
!warning.message.includes("Unsupported source map comment") &&
!warning.message.includes("@__PURE__")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this for?

Copy link
Member Author

@jaipaljadeja jaipaljadeja Aug 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually one library was using some invalid annotations, which rollup ignores and emits a warning every time you build. For reference check this and also this

@fracek fracek merged commit 2bb0ed4 into apibara:main Aug 8, 2024
1 check passed
@jaipaljadeja jaipaljadeja deleted the feat/add-starknet-indexer-playground branch December 9, 2024 13:10
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.

2 participants