mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: add some tests for this
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var fs = require('fs');
|
||||
|
||||
this;
|
||||
exports.foo = function() { this; };
|
||||
module.exports.bar = function() { this; };
|
||||
exports.baz = () => this;
|
||||
module.exports.qux = () => this;
|
||||
Reference in New Issue
Block a user