diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2021-08-26 18:07:54 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 23:07:54 +0200 |
commit | 041edaa1df96fc7963f01bf5048f2bee86b6b363 (patch) | |
tree | 386f7d4cfca253762fc456a39ab8d9b3bbf39624 /tests/effects | |
parent | 98f7254fb25d402a3cad8e7de81207448fc7b322 (diff) | |
download | Nim-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.nim | 1 |
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 |