Files
Martin Guillon 0de6451b9f chore: refactor to allow Webpack to bundle only what s necessary.
* added define variable for UI custom flavors allowing flavors to remove unecessary code (builder)
* added define variable to disable XML parser (enabled by default to not break anything)

# Conflicts:
#	packages/core/ui/styling/style-scope.ts
2021-01-05 10:41:18 +01:00
..
2020-11-11 08:46:36 -08:00

Esprima (esprima.org, BSD license) is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript). Esprima is created and maintained by Ariya Hidayat, with the help of many contributors.

Features

Esprima serves as a building block for some JavaScript language tools, from code instrumentation to editor autocompletion.

Esprima runs on many popular web browsers, as well as other ECMAScript platforms such as Rhino, Nashorn, and Node.js.

For more information, check the web site esprima.org.