-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Allows users to write a file `foo.bzl` then do ``` $ starlark $> load("foo.bzl", "a") $> a 42 ``` Assuming `foo.bzl` contains `a = 42`. Reviewed By: JakobDegen Differential Revision: D67107612 fbshipit-source-id: 046be100a4023ca8c249f9b12490566e315fa47b
- Loading branch information
1 parent
1a26119
commit 2fd9619
Showing
1 changed file
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters