1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/check/export_equals_declaration_file/main.out

6 lines
346 B
Text

Check file:///[WILDLINE]/main.ts
TS1203 [WARN]: Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead. This will start erroring in a future version of Deno 2 in order to align with TypeScript.
export = other;
~~~~~~~~~~~~~~~
at file:///[WILDLINE]/other.d.ts:1:1