Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Allow multiple blueprints to be initialized using array destructuring #2

Open
bugs181 opened this issue Mar 10, 2019 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@bugs181
Copy link
Collaborator

bugs181 commented Mar 10, 2019

Array destructing allows multiple blueprints to be included with minimal amount of syntax.

const [Mesh, HAM] = Frame(['Mesh', 'HAM'])

And multi-line

const [
  Movie,
  Song,
  HTML,
  React,
] = Frame([
  'Movie',
  'Song',
  'HTML',
  'React',
])

Resources:

@bugs181 bugs181 self-assigned this Mar 10, 2019
@bugs181 bugs181 added the enhancement New feature or request label Mar 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant