DataDog / datadog-static-analyzer

Datadog Static Analyzer
https://docs.datadoghq.com/static_analysis/
Apache License 2.0
100 stars 13 forks source link

Add support for mjs/cjs extensions #530

Closed juli1 closed 1 month ago

juli1 commented 1 month ago

What problem are you trying to solve?

Support .cjs and .mjs file extensions.

What is your solution?

Add support for the extensions and treat these files as JavaScript files.

What the reviewer should know

Closes #529