summary refs log tree commit diff stats
path: root/tests/effects/tstrict_funcs_imports_js.nim
blob: 667887ff0c20fcace9997ee1c9c5db5e8d868393 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
discard """
  cmd: "nim $target $options --hints:on --experimental:strictFuncs --experimental:views $file"
  targets: "js"
"""
{.warning[UnusedImport]: off.}

import
  asyncjs,
  dom,
  jsconsole,
  jsffi,
  jsre

import std/[
  jsbigints,
]

import std/private/[
  jsutils,
]