-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Disable scope hoisting when 'this' points to an export #9291
Commits on Oct 4, 2023
-
recognize 'this' as a potential keyword linking to an export
achan3 committedOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for ea9ac58 - Browse repository at this point
Copy the full SHA ea9ac58View commit details -
Co-authored-by: Eric Eldredge <lettertwo@gmail.com> Co-authored-by: Brian Tedder <btedder@atlassian.com>
achan3 committedOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 962fb94 - Browse repository at this point
Copy the full SHA 962fb94View commit details -
update BailoutReason text, fix test name
Brian Tedder committedOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 0b286b1 - Browse repository at this point
Copy the full SHA 0b286b1View commit details -
rename "thises" to "this_exprs"
Brian Tedder committedOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for f25069d - Browse repository at this point
Copy the full SHA f25069dView commit details -
Brian Tedder committed
Oct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 053a3e3 - Browse repository at this point
Copy the full SHA 053a3e3View commit details -
Brian Tedder committed
Oct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for d8df4be - Browse repository at this point
Copy the full SHA d8df4beView commit details
Commits on Oct 5, 2023
-
don't wrap when
this
collides in classBrian Tedder committedOct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 649f8d9 - Browse repository at this point
Copy the full SHA 649f8d9View commit details -
move bailouts outside of tracing
achan3 committedOct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 41676e0 - Browse repository at this point
Copy the full SHA 41676e0View commit details -
achan3 committed
Oct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for fd15591 - Browse repository at this point
Copy the full SHA fd15591View commit details -
achan3 committed
Oct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 844bbd6 - Browse repository at this point
Copy the full SHA 844bbd6View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2895285 - Browse repository at this point
Copy the full SHA 2895285View commit details -
update test: move to commonjs and change search
achan3 committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 93d566d - Browse repository at this point
Copy the full SHA 93d566dView commit details -
achan3 committed
Oct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for df4a133 - Browse repository at this point
Copy the full SHA df4a133View commit details -
Update packages/core/integration-tests/test/scope-hoisting.js
Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c22d900 - Browse repository at this point
Copy the full SHA c22d900View commit details -
move fixture for test into commonjs folder
achan3 committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for bec3225 - Browse repository at this point
Copy the full SHA bec3225View commit details -
update link for THisInExport bailout reason
achan3 committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for d677c71 - Browse repository at this point
Copy the full SHA d677c71View commit details -
remove duplicate memberProp check
achan3 committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for a017082 - Browse repository at this point
Copy the full SHA a017082View commit details -
Revert "remove duplicate memberProp check"
This reverts commit a017082.
achan3 committedOct 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 04c82d8 - Browse repository at this point
Copy the full SHA 04c82d8View commit details
Commits on Oct 10, 2023
-
Merge branch 'v2' into disable-scope-hoisting-for-all-exports
achan3 committedOct 10, 2023 Configuration menu - View commit details
-
Copy full SHA for dd03ed7 - Browse repository at this point
Copy the full SHA dd03ed7View commit details -
store Ident, Span instead of entire node
Brian Tedder committedOct 10, 2023 Configuration menu - View commit details
-
Copy full SHA for af24783 - Browse repository at this point
Copy the full SHA af24783View commit details -
Merge branch 'v2' into disable-scope-hoisting-for-all-exports
achan3 committedOct 10, 2023 Configuration menu - View commit details
-
Copy full SHA for f33be22 - Browse repository at this point
Copy the full SHA f33be22View commit details -
move instead of clone self.this_exprs
achan3 committedOct 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 751624c - Browse repository at this point
Copy the full SHA 751624cView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e33a459 - Browse repository at this point
Copy the full SHA e33a459View commit details -
Merge branch 'v2' into disable-scope-hoisting-for-all-exports
achan3 committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for f116cad - Browse repository at this point
Copy the full SHA f116cadView commit details