Skip to content

Add Map/Set to lualibfeatureset if used #154

Description

@lolleko

Possible places to check if map/set is used:

  • transpileNew: this might not work if map/set is used in an external library that doesn't do inlining.
  • transpileVaraibleDeclaration will this cover all cases?
  • transpileNew + object access: (function call or property access to Maps/Sets) should guarantee that Map/Set is inlined when used somewhere

We should probably also implement it in a way we can easily add other JS internal classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions