jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

Added esprima + utils to registry #1032

Closed ivanbacher closed 7 years ago

ivanbacher commented 7 years ago

escope esprima estraverse esutils

import esprima from 'esprima';
import * as escope from 'escope';
import esutils from 'esutils';
import estraverse from 'estraverse';
aluanhaddad commented 7 years ago

:thumbsup: