-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
deconflict referenced globals #1092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1092 +/- ##
==========================================
+ Coverage 91.53% 91.54% +0.01%
==========================================
Files 123 123
Lines 4477 4483 +6
Branches 1443 1445 +2
==========================================
+ Hits 4098 4104 +6
Misses 162 162
Partials 217 217
Continue to review full report at Codecov.
|
package.json
Outdated
@@ -87,5 +87,8 @@ | |||
], | |||
"sourceMap": true, | |||
"instrument": true | |||
}, | |||
"dependencies": { | |||
"is-reference": "^1.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably want this a dev dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d'oh! fixed
Nice! |
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
fixes #1079. This is an alternative to #1090 — it does basically the same thing, but without the additional AST walk