Comparing version 0.9.6 to 0.9.7
@@ -61,2 +61,3 @@ export declare const ALLOW = "allow"; | ||
export declare const PAGE_Y = "pageY"; | ||
export declare const FILL_STYLE = "fillStyle"; | ||
export declare const TEXT = "text"; | ||
@@ -68,2 +69,10 @@ export declare const RADIO = "radio"; | ||
export declare const ADD_EVENT_LISTENER = "addEventListener"; | ||
export declare const SET_INTERVAL = "setInterval"; | ||
export declare const CLEAR_INTERVAL = "clearInterval"; | ||
export declare const GET_CONTEXT = "getContext"; | ||
export declare const FILL_RECT = "fillRect"; | ||
export declare const FOR_EACH = "forEach"; | ||
export declare const FILTER = "filter"; | ||
export declare const REDUCE = "reduce"; | ||
export declare const SET_ATTRIBUTE = "setAttribute"; | ||
export declare const ANCHOR = "a"; | ||
@@ -160,1 +169,3 @@ export declare const ABBR = "abbr"; | ||
export declare const VIDEO = "video"; | ||
export declare const SPELLCHECK = "spellcheck"; | ||
export declare const TITLE = "title"; |
{ | ||
"name": "noliter", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "Write code with no literal and get tiny bundle", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
26855
722