-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix let (requires prelude to be merged first) (BREAKING CHANGE) (#321)
* Add prelude, that predeclares Source-implementable functions List and stream functions that can be implemented in Source now are put in the prelude, and are no longer native JS functions. * Update tests * Add tests for stream * Add tests for stream * Add tests for stream * Fix bug where mutating variables in a outer scope didn't work properly * Make mutating let variables in outer scopes propagate properly * Order imports * Remove redundant assigning for constant * Revert yarn.lock * Remove inconsistent snapshot * Add check for undefined variables too * Update tests
- Loading branch information
1 parent
8739509
commit 492e486
Showing
28 changed files
with
23,673 additions
and
3,557 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
node_modules | ||
*.js | ||
!*.prelude.js | ||
*.map | ||
dist/ | ||
|
||
|
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
Oops, something went wrong.