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

Hereje/i763/refactor/migrate to esm/concerto analysis #887

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

hereje
Copy link

@hereje hereje commented Jul 26, 2024

Closes #763 (concerto-analysis)

Updates project concerto analysis to esm

Changes

  • Update package.json as type module
  • update source code and test files
  • update typescript configuration file so that it works with esm
  • update jest configuration so that it works with esm

Flags

  • It only updates concerto-analysis project

Screenshots or Video

Related Issues

  • Issue #
  • Pull Request #

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

- set project type as module (esm)
- update entry file from main to exports
- update typings as types
- update engine node to >=16

Signed-off-by: Angel Mendez Cano <[email protected]>
- update jest configiuration so that it works with esm

Signed-off-by: Angel Mendez Cano <[email protected]>
- update typescript configuration file so that it works with esm

Signed-off-by: Angel Mendez Cano <[email protected]>
- udpate source files as esm
- update test files follwing esm rules

Signed-off-by: Angel Mendez Cano <[email protected]>
- upgrade eslint version to 8.56.0
- upgrade versions of eslint plugins

Signed-off-by: Angel Mendez Cano <[email protected]>
- upgrade parser options
- add rule no-undef and add environment jest

Signed-off-by: Angel Mendez Cano <[email protected]>
@hereje hereje force-pushed the hereje/i763/refactor/migrate-to-esm/concerto-analysis branch from 8feba5c to d6b4440 Compare October 30, 2024 18:12
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.

Migrate to ESM from CommonJS Modules
1 participant