mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added Build/lib folder to retrieve the build tasks from.
This commit is contained in:
4
FileSystem/file_system.d.ts
vendored
4
FileSystem/file_system.d.ts
vendored
@@ -22,12 +22,12 @@
|
||||
/**
|
||||
* Renames the current entity using the specified name.
|
||||
*/
|
||||
public rename(newName: string, onSuccess: Function, onError: Function);
|
||||
public rename(newName: string, onSuccess?: Function, onError?: Function);
|
||||
}
|
||||
|
||||
export class File extends FileSystemEntity {
|
||||
/**
|
||||
* Gets the extension of the entity.
|
||||
* Gets the extension of the file.
|
||||
*/
|
||||
public extension: string;
|
||||
/**
|
||||
|
||||
4
FileSystem/file_system_access.d.ts
vendored
4
FileSystem/file_system_access.d.ts
vendored
@@ -1,6 +1,4 @@
|
||||
//import file_system_module = require("FileSystem/file_system");
|
||||
//import entities = file_system_module.tk.io;
|
||||
|
||||
// TODO: Implement "hidden" notation so that such declarations are not included in the d.ts file we will provide for the users.
|
||||
//@hidden
|
||||
export declare module tk {
|
||||
export module io {
|
||||
|
||||
Reference in New Issue
Block a user