Skip to content

Commit

Permalink
Merge pull request #546 from inclinedadarsh/add-c
Browse files Browse the repository at this point in the history
feat: Add C loader support for node_port
  • Loading branch information
viferga authored Feb 27, 2025
2 parents 12ecf23 + 690556d commit 9bb0a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/ports/node_port/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ const file_extensions_to_tag = {
tsx: 'ts',
/* Rust Loader */
rs: 'rs',
/* C Loader */
c: 'c',

/* Note: By default js extension uses NodeJS loader instead of JavaScript V8 */
/* Probably in the future we can differenciate between them, but it is not trivial */
Expand Down

0 comments on commit 9bb0a6c

Please sign in to comment.