237 B
237 B
This will get a TypeScript error.
import NonExistentClass from 'non-existent-class';const x = new Object(); x.nonExistentMethod();
EOM
This will get a TypeScript error.
import NonExistentClass from 'non-existent-class';const x = new Object(); x.nonExistentMethod();
EOM