Skip to content

Support property keys in AMDJS filter #136

@yumaoka

Description

@yumaoka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions