-
Notifications
You must be signed in to change notification settings - Fork 27
feat: ES Module #411
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
Merged
feat: ES Module #411
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0056d20
refactor: Convert require statements to ES6 imports
babblebey 8d7d53d
refactor: use `lodash-es` instead of `lodash`
babblebey 4816af7
refactor: remove `#readme` from `"package.json".homepage`
babblebey 2446824
refactor: update "package.json" exports field for `esm`
babblebey 5766146
refactor: use `createRequire` to get `homepage` from `package.json`
babblebey 2f2c43c
refactor: update `lib` functions to use named exports
babblebey 0153ae3
refactor: update debug import in index.js
babblebey e78f339
refactor: add "type" field to package.json
babblebey f8c0506
refactor: update import paths to `../index.js` in test files
babblebey 61e5fae
refactor: replace `xo` with `prettier`
babblebey 5b332b7
fix: `npm audit fix` package in lockfile
babblebey 9c9f62e
refactor: bump `semantic-release` peer-dependencies version
babblebey b8122da
refactor: update Node.js versions in test workflow
babblebey 47033eb
refactor: Update Node.js versions in test workflow
babblebey 308ad5f
refactor: temporarily Remove `npm audit signatures` step in test work…
babblebey 85edb37
fix(lint): initial prettier lint
babblebey e6af65b
refactor: update `semantic-release` peer-dependencies version
babblebey 5ddb494
refactor: replace `nyc` with `c8` as package for code coverage
babblebey 46fa287
refactor: update Node.js versions in package-lock.json and package.json
babblebey b744436
refactor: update `semantic-release` peer-dependencies version
babblebey ed2954a
Update .github/workflows/test.yml
babblebey 34939e5
refactor: update package.json to use fixed versions for `prettier` an…
babblebey 46c638c
refactor: add main entry point to package.json
babblebey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.