We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12ecf23 + 690556d commit 9bb0a6cCopy full SHA for 9bb0a6c
source/ports/node_port/index.js
@@ -367,6 +367,8 @@ const file_extensions_to_tag = {
367
tsx: 'ts',
368
/* Rust Loader */
369
rs: 'rs',
370
+ /* C Loader */
371
+ c: 'c',
372
373
/* Note: By default js extension uses NodeJS loader instead of JavaScript V8 */
374
/* Probably in the future we can differenciate between them, but it is not trivial */
0 commit comments