1.8.3 • Published 3 years ago
@lumeland/acorn-node v1.8.3
This is a slightly modified version of the acorn-node package, removing the proto references to make it work on Deno.
Changes from the NPM version
- Modified
package.json. - Replace
__proto__assignments toObject.getPrototypeOf()andObject.setPrototypeOf().