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

Migrate Rollup config to TypeScript and simplify #476

Closed
wants to merge 4 commits into from

Conversation

SLaks
Copy link
Contributor

@SLaks SLaks commented Nov 1, 2024

I ended up not needing this (see https://github.com/SLaks/hebcal-es6/blob/modular/size-demo/rollup.config.ts), but I already wrote it, so here it is.

Copy link

sonarqubecloud bot commented Nov 1, 2024

@SLaks
Copy link
Contributor Author

SLaks commented Nov 1, 2024

It looks like it is impossible to import a JSON file and build against Node v22 and Node v20. https://stackoverflow.com/questions/78876691/syntaxerror-unexpected-identifier-assert-on-json-import-in-node-v22

Given that, should I:

  • Read the JSON using fs instead of import
  • Abandon TypeScript, but keep the rest of this PR
  • Drop this PR entirely
  • Drop support for Node <22 or Node 22

@SLaks SLaks closed this Nov 1, 2024
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