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

Modern node support #70

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

dpobel
Copy link

@dpobel dpobel commented Nov 16, 2024

This fixes #69 by using https://nodejs.org/docs/latest/api/module.html#modulecreaterequirefilename to be able to require package.json without having to worry about node version.

Also this is fixing the tests for node > 16 (they work locally at least) and while at it, I also remove the useless import (already done in the vite test config)

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.

SyntaxError: Unexpected identifier 'assert'
1 participant