11 lines
237 B
Markdown
11 lines
237 B
Markdown
This will get a TypeScript error.
|
|
|
|
<dyad-write path="src/bad-file.ts" description="This will get a TypeScript error.">
|
|
import NonExistentClass from 'non-existent-class';
|
|
|
|
const x = new Object();
|
|
x.nonExistentMethod();
|
|
</dyad-write>
|
|
|
|
EOM
|