您是否知道VS code
上的semicolon (;)
检测到TS
文件中缺少;
的任何扩展程序?我试过了JsHint。但它没有给出任何警告。还有其他的,请吗?
这样的行(不是this.detailInformationForm.controls['startdate'].setValue(this.donation.startdate)
):- (IBAction)createNewMap:(id)sender {
UIAlertController *alert = [[UIAlertController alloc] initWithTitle:@"No network connection"
message:@"You must be connected to the internet to use this app."
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles:nil];
}