summary refs log tree commit diff stats
path: root/tests/effects
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2021-08-26 18:07:54 -0300
committerGitHub <noreply@github.com>2021-08-26 23:07:54 +0200
commit041edaa1df96fc7963f01bf5048f2bee86b6b363 (patch)
tree386f7d4cfca253762fc456a39ab8d9b3bbf39624 /tests/effects
parent98f7254fb25d402a3cad8e7de81207448fc7b322 (diff)
downloadNim-041edaa1df96fc7963f01bf5048f2bee86b6b363.tar.gz
Implement RFC-413 (#18749)
* Implement RFC 413

* Implement RFC 413

* Implement RFC 413

* Implement RFC 413

* https://github.com/nim-lang/Nim/pull/18749#discussion_r696320995

* Update lib/js/dom_extensions.nim

Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>

* Update lib/js/dom_extensions.nim

* https://github.com/nim-lang/Nim/pull/18749#discussion_r696913310

Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tests/effects')
-rw-r--r--tests/effects/tstrict_funcs_imports_js.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/effects/tstrict_funcs_imports_js.nim b/tests/effects/tstrict_funcs_imports_js.nim
index b7fcd343a..667887ff0 100644
--- a/tests/effects/tstrict_funcs_imports_js.nim
+++ b/tests/effects/tstrict_funcs_imports_js.nim
@@ -7,7 +7,6 @@ discard """
 import
   asyncjs,
   dom,
-  dom_extensions,
   jsconsole,
   jsffi,
   jsre