mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
// the comment below (with 'import' on line starting with whitespace) caused the
|
|
// extractor to think it was a es2015 module and not a commonjs module.
|
|
/*
|
|
import
|
|
*/
|
|
const fs = require('fs');
|