Converted everything to use acorn npm package. Updated acorn packages to latest version. Updated acorn parsing to use ES9

This commit is contained in:
danielyxie
2019-07-13 22:36:12 -07:00
committed by danielyxie
parent 042f926700
commit 91ee65a101
9 changed files with 19 additions and 3667 deletions
-1
View File
@@ -1,5 +1,4 @@
import { setTimeoutRef } from "./utils/SetTimeoutRef";
import { parse, Node } from "../utils/acorn";
import { isValidIPAddress } from "../utils/helpers/isValidIPAddress";
import { isString } from "../utils/helpers/isString";