Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Allow for host to pass builtin names #59

Merged
merged 2 commits into from
Oct 30, 2017
Merged

Allow for host to pass builtin names #59

merged 2 commits into from
Oct 30, 2017

Conversation

chadhietala
Copy link
Member

@chadhietala chadhietala commented Oct 30, 2017

This allows for the compiler to be given an array of builtins that are provided by the environment. By default Glimmer.js ships with if and action helpers, however one may want to expand the surface area of builtins. This allows for the caller of the compiler to participate in this functionality by concating in the names of builtins that will be discovered during compilation.

Also exposes some APIs that should be public.

@chadhietala chadhietala merged commit 9b6578d into master Oct 30, 2017
@chadhietala chadhietala deleted the pass-builtins branch October 30, 2017 20:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants