-
Notifications
You must be signed in to change notification settings - Fork 15
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
1077 refactor support esm deprecate commonjs syntax #1079
1077 refactor support esm deprecate commonjs syntax #1079
Conversation
Reviewer's Guide by SourceryThis PR refactors the codebase to use ES Modules (ESM) syntax instead of CommonJS require statements. The changes primarily involve updating import statements while maintaining the same functionality. Class diagram for module imports refactorclassDiagram
class WebModule {
- web_version: Version
- express: Express
- session: Session
- sanitizeHtml: SanitizeHtml
- cookieParser: CookieParser
- http: Http
- https: Https
- crypto: Crypto
- helmet: Helmet
- fs: Fs
- ini: Ini
- protobuf: Protobuf
- zmq: Zmq
- ECT: ECT
- ClientOAuth2: ClientOAuth2
- uuidv4: UUIDv4
}
note for WebModule "This class represents the refactored module imports using ESM syntax."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @JoshuaSBrown - I've reviewed your changes - here's some feedback:
Overall Comments:
- There are syntax errors in two import statements - remove the stray parentheses after 'ect' and 'client-oauth2'
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…s-syntax
…s-syntax
…s-syntax
…ognized
Summary by Sourcery
Enhancements: