summaryrefslogtreecommitdiff
path: root/tests/specs/check/export_equals_declaration_file/main.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/check/export_equals_declaration_file/main.out')
-rw-r--r--tests/specs/check/export_equals_declaration_file/main.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/check/export_equals_declaration_file/main.out b/tests/specs/check/export_equals_declaration_file/main.out
new file mode 100644
index 000000000..70b7d2fe6
--- /dev/null
+++ b/tests/specs/check/export_equals_declaration_file/main.out
@@ -0,0 +1,6 @@
+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
+