Wagner

Results 2 comments of Wagner

I found this error with export declare function http://www.typescriptlang.org/play/#src=namespace%20a%20%7B%0D%0A%20%20export%20namespace%20b%20%7B%0D%0A%20%20%20%20export%20declare%20function%20c()%3A%20void%3B%0D%0A%20%20%7D%0D%0A%7D%0D%0A%0D%0Anamespace%20a.b%20%7B%0D%0A%20%20export%20function%20c()%3A%20void%20%7B%0D%0A%20%20%20%20%2F%2F%20error%20%20%0D%0A%20%20%7D%0D%0A%7D%0D%0A%0D%0A%2F%2F%20example%202%0D%0A%0D%0Aexport%20namespace%20e%20%7B%0D%0A%20%20export%20namespace%20f%20%7B%0D%0A%20%20%20%20export%20declare%20function%20c()%3A%20void%3B%0D%0A%20%20%7D%0D%0A%7D%0D%0A%0D%0Aexport%20namespace%20e%20%7B%0D%0A%20%20export%20namespace%20f%20%7B%0D%0A%20%20%20%20export%20function%20c()%3A%20void%20%7B%0D%0A%20%20%20%20%20%20%2F%2F%20error%0D%0A%20%20%20%20%7D%0D%0A%20%20%7D%0D%0A%7D%0D%0A or this example ``` // defs namespace o { declare function e(); declare function f(); export declare function g(); } //...

I dont test, but in doc: scanInstructions String Used to display instructions to the user while they are scanning their card. ex: "scanInstructions": "hello"