-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b256161
commit 0ced6e1
Showing
3 changed files
with
14 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"marko": patch | ||
"@marko/compiler": patch | ||
"@marko/translator-default": patch | ||
"@marko/translator-interop-class-tags": patch | ||
--- | ||
|
||
Fix typo in upgrade docs and adding missing `browser-refresh` module. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This is a noop in Marko 5 and should eventually be removed. | ||
// In Marko 5 `browser-refresh` is automatically enabled if you use the require hook, and | ||
// browser refresh is running. We still expose this API to simplify the upgrade process from | ||
// Marko 4 to Marko 5. | ||
exports.enable = () => {}; |
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