mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
//@private
|
||||
/**
|
||||
* @module "js-libs/easysax"
|
||||
* @private
|
||||
*/ /** */
|
||||
|
||||
//@private
|
||||
export class EasySAXParser {
|
||||
constructor();
|
||||
parse(xml: string): void;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
/* tslint:disable */
|
||||
/**
|
||||
* @module "js-libs/esprima"
|
||||
*/ /** */
|
||||
|
||||
/* tslint:disable */
|
||||
|
||||
// Type definitions for Esprima v1.2.0
|
||||
// Project: http://esprima.org
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
//@private
|
||||
/**
|
||||
* @module "js-libs/polymer-expressions"
|
||||
* @private
|
||||
*/ /** */
|
||||
|
||||
//@private
|
||||
export class PolymerExpressions {
|
||||
static getExpression(expression: string): Expression;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user