-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(editor) Support scoped variables for the parameter of an inli…
…ne component. (#4919) - The result of `propertiesExposedByParams` is passed to `createLookupRender` in most of the call sites so that the parameters are supplied to the elements within arbitrary expressions. - Added `params` field to `JSExpressionOtherJavaScript` and `ArbitraryJSBlock`. - Added `propertiesExposedByParams` utility function. - Moved `parseParam`, `parseParams` and `parseBindingName` to `parser-printer-parsing.ts` so they can be called from the logic there as well. - `parseOtherJavaScript` now takes a `params` parameter to the `create` parameter. - `parseOtherJavaScript` parses out the params of single functions arbitrary blocks. - Changed Babel transform preset from es2015 to es2016.
- Loading branch information
1 parent
c49b703
commit 0b4e98d
Showing
47 changed files
with
1,929 additions
and
1,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.