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

feat: support index, main and extensionless JSON modules #51

Merged
merged 6 commits into from
Nov 16, 2023

Conversation

sheerlox
Copy link
Owner

@sheerlox sheerlox commented Nov 16, 2023

Description

Add support for loading NPM packages' index.json and main entry pointing to a JSON file, as well as loading extensionless JSON modules (e.g. ./package).

Related issue

@sheerlox sheerlox added the enhancement New feature or request label Nov 16, 2023
@sheerlox sheerlox merged commit f5486fd into main Nov 16, 2023
@sheerlox sheerlox deleted the feat/support-loading-packages-JSON-index-and-main branch November 16, 2023 14:54
sheerlox pushed a commit that referenced this pull request Nov 16, 2023
## [1.3.0](v1.2.2...v1.3.0) (2023-11-16)

### ✨ Features

* support index, main and extensionless JSON modules ([#51](#51)) ([f5486fd](f5486fd))

### 📦 Code Refactoring

* add debug logging ([#50](#50)) ([6228aaf](6228aaf))
* improve debug logging ([197acda](197acda))
@sheerlox
Copy link
Owner Author

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support loading packages' JSON index and main
1 participant