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

fix(package.json): add default field to exports #582

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

inomdzhon
Copy link
Contributor


При запуске ESLint с расширением *.cjs (.eslintrc.cjs), скрипт пытается зарезолвить модули как commonjs, поэтому в "exports" ищет поля require или default. Т.к. require нам не подходит, т.к. с v2.0.0 перешли на ESM, то указываем default дублирующий по значению import (см. octokit/core.js#667 (comment))

Также удалил уже не актуальное поле "main".

При запуске ESLint с расширением `*.cjs` (`.eslintrc.cjs`), скрипт пытается зарезолвить модули как commonjs, поэтому в "exports" ищет поля `require` или `default`. Т.к. `require` нам не подходит, т.к. с **v2.0.0** перегли на **ESM**, то указываем `default` дублирующий по значению `import`.

Также удалил уже не актуально поле `"main"`.
@inomdzhon inomdzhon added this to the v2.0.1 milestone Nov 14, 2024
@inomdzhon inomdzhon self-assigned this Nov 14, 2024
Copy link

size-limit report 📦

Path Size
JS 16.66 KB (0%)
JS ES6 with querystring only import (tree shaking) 543 B (0%)
JS ES6 with leadingZero only import (tree shaking) 26 B (0%)
JS ES6 with decodeHTMLEntities only import (tree shaking) 444 B (0%)
JS ES6 with decodeHTMLFullEntities only import (tree shaking) 9.88 KB (0%)

@inomdzhon inomdzhon merged commit babdc0a into master Nov 14, 2024
3 checks passed
@inomdzhon inomdzhon deleted the imirdzhamolov/fix/package-json-exports branch November 14, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants