mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
/**
|
||||
* Provides FileNameResolver class used for loading files based on device capabilities.
|
||||
* @module "file-system/file-name-resolver"
|
||||
*/ /** */
|
||||
|
||||
import { PlatformContext } from "../../module-name-resolver/qualifier-matcher";
|
||||
export { PlatformContext } from "../../module-name-resolver/qualifier-matcher";
|
||||
import { PlatformContext } from "../../module-name-resolver/qualifier-matcher";
|
||||
|
||||
export class FileNameResolver {
|
||||
constructor(context: PlatformContext);
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
/**
|
||||
* @module "file-system/file-system-access"
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* An utility class used to provide methods to access and work with the file system.
|
||||
*/
|
||||
export class FileSystemAccess {
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
/**
|
||||
* Provides high-level abstractions for file system entities such as files, folders, known folders, paths, separators, etc.
|
||||
* @module "file-system"
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* Represents a single entity on the file system.
|
||||
*/
|
||||
export class FileSystemEntity {
|
||||
|
||||
Reference in New Issue
Block a user