Skip to content

Instantly share code, notes, and snippets.

// injector.go
package main
import (
"bufio"
"bytes"
"encoding/json"
"fmt"
"go/parser"
"go/token"
@pijng
pijng / h.js
Created September 30, 2019 11:07 — forked from zerobias/h.ts
Declarative stack-based DOM api
import {
createStore,
createEvent,
is,
clearNode,
forward
} from 'effector'
const USE_RAF_FOR_DOM = false
const nodeStack = []