View read.hs
This file contains 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 |
View gist:831492b161feb00bd912ef347e72dd08
This file contains 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 = [] |