keycloak / keycloak/keycloak-nodejs-connect

Convert modules to standardized module system

Open
#569 3 comments 0 reactions 1 assignee Claimed by @jonkoops View on GitHub
kind/enhancement
Dominant language
JavaScript
Stars
740
Forks
442
PR merge metrics
No merged PRs in 30d

Description

Currently our code is still using the legacy [CommonJS module system](https://nodejs.org/api/modules.html#modules-commonjs-modules), instead standardized [ECMAScript modules](https://nodejs.org/api/esm.html#modules-ecmascript-modules) should be used. This makes the code more familiar to JavaScript developers not familiar with the old module system, and helps future proof the code so that we can upgrade our dependencies.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.