mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: file access cross platform stub
This commit is contained in:
@@ -474,3 +474,6 @@ export class FileSystemAccess {
|
||||
return iOSNativeHelper.joinPaths(...paths);
|
||||
}
|
||||
}
|
||||
|
||||
// stub to avoid cross platform warning
|
||||
export class FileSystemAccess29 extends FileSystemAccess {}
|
||||
|
||||
Reference in New Issue
Block a user