This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Main where | |
import Data.List | |
import Asterius.Types (JSVal(..)) | |
{-# INLINEABLE emptyJSString #-} | |
emptyJSString :: JSVal | |
emptyJSString = js_string_empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NOTE - JN - ℤ !== Z | |
// TODO - JN - Zya constructor to differentiate between Async functions, Class constructore and functions / Objects | |
let RESOLVE = null | |
const STREAM = [] | |
const ARCHIVE = [] |