chinchang / chinchang/web-maker

No Typescript compilation errors

Open
#178 0 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
2.7k
Forks
323
PR merge metrics
No merged PRs in 30d

Description

If I write Typescript that would otherwise suffer from a compilation error, Web Maker gives me no alerts or indication that what I've written isn't valid Typescript.

`const WebMakerVersion: number;
WebMakerVersion = "compliation error";
document.write(WebMakerVersion)`

This should throw a compilation error; WebMakerVersion cannot be assigned a string, and it can't be assigned; it should be initialized when it is declared. But I don't see anything.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.