-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat:
ftd.main-package
variable and some refactor
WARN: the `ftd.main-package` does not work yet. It's stored in the `global` map in js output and it's not getting resolved when used in an ftd file. This should be key on `ftd` object itself. - `ftd.main-package`: A string variable that stores the name of the packaeg. This is useful to determine if a package is mounted in another package or if it's running standalone. - Refactor: Create `HostBuiltins` type and use it instead of Array of fixed sized type everywhere. This makes it easy to add new builtins
- Loading branch information
1 parent
8d2368f
commit 1ff5f6b
Showing
4 changed files
with
45 additions
and
10 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
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
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
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