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

Support property keys in AMDJS filter #136

Open
yumaoka opened this issue Feb 28, 2019 · 0 comments
Open

Support property keys in AMDJS filter #136

yumaoka opened this issue Feb 28, 2019 · 0 comments

Comments

@yumaoka
Copy link
Contributor

yumaoka commented Feb 28, 2019

Current AMDJS filter does not parse/produce resource keys other than string literal.

For example,

define({
  "strkey1" : "value 1",
  prop2 : "value 2",
  3 : "value 3" 
});

In the example above, only the k-v pair "strkey1" : "value 1" is recognized.

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

No branches or pull requests

1 participant