Skip to content
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

lwc: helper for generating data #1276

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Conversation

brharrington
Copy link
Contributor

Adds a helper that can be used to generate arbitrary
amounts of data for an expression by changing the scheme
to synthetic.

Adds a helper that can be used to generate arbitrary
amounts of data for an expression by changing the scheme
to `synthetic`.
@brharrington brharrington added this to the 1.7.0 milestone Mar 17, 2021
@brharrington brharrington requested a review from jfz March 17, 2021 01:12
@@ -302,7 +302,8 @@ public String getUri() {
public boolean isLocal() {
return uri.startsWith("/")
|| uri.startsWith("file:")
|| uri.startsWith("resource:");
|| uri.startsWith("resource:")
|| uri.startsWith("synthetic:");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the name!

@brharrington brharrington merged commit b408471 into Netflix:master Mar 18, 2021
@brharrington brharrington deleted the synth-lwc branch March 18, 2021 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants