mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 04:57:49 +00:00
reuse jsffi in json module (#17165)
* remove unnecessary when statement * remove outdated codes * reuse jsffi * move js json coverage
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
discard """
|
||||
targets: "c js"
|
||||
output:'''@["3", "2", "1"]
|
||||
'''
|
||||
"""
|
||||
#12928,10456
|
||||
import sequtils, algorithm, json
|
||||
import std/[sequtils, algorithm, json]
|
||||
|
||||
proc test() =
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user