-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hi, I am writing a plugin for webpack to do deep socpe analysis. I modified escope
and wrapped it into Typescript. just see src/
There are several difference:
- TypeScript
scopes
are split into several filesImportManager
andExportManager
are added toModuleScope
for tree shaking in webpackexport default function () { ... }
will not be regarded as scope inescope
, but my plugin will analyze it
As an open source project I try to submit PR to escope
and use escope
directly. There is no need to make a new lib. So I just want to ask will escope
accept these changes. If it's OK, I will submit a PR.
Metadata
Metadata
Assignees
Labels
No labels