basic support for util.promisify for NodeJSFileSystemAccess

This commit is contained in:
Erik Krogh Kristensen
2020-04-17 09:54:37 +02:00
parent ea0f6a367d
commit eca98b42d2
3 changed files with 208 additions and 1 deletions

View File

@@ -459,7 +459,7 @@ module NodeJSLib {
private class NodeJSFileSystemAccess extends FileSystemAccess, DataFlow::CallNode {
string methodName;
NodeJSFileSystemAccess() { this = fsModuleMember(methodName).getACall() }
NodeJSFileSystemAccess() { this = maybePromisified(fsModuleMember(methodName)).getACall() }
/**
* Gets the name of the called method.