You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export class Ajax {
public static get Application_JSON(): string { return "application/json"; }
}
//generates the following in d.ts
export declare class Ajax {
static Application_JSON: string;
}
Expected behavior:
No build errors Actual behavior:
A build error is being thrown
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.0.6
Expected behavior:
No build errors
Actual behavior:
A build error is being thrown
The text was updated successfully, but these errors were encountered: