forked from denoland/deno
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrating path.resolve to fs.resolvePath
- Loading branch information
1 parent
594be27
commit 7249a38
Showing
46 changed files
with
450 additions
and
327 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[WILDCARD] | ||
error: Found 1 not formatted file in [WILDCARD] files | ||
error: Found 2 not formatted files in [WILDCARD] files |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Release Schedule | ||
|
||
A new minor release for the `deno` cli is released every 6 weeks. A new patch | ||
version is released weekly, except in the week before a new minor release. | ||
|
||
The release dates for the upcoming minor releases are: | ||
|
||
- 1.6.0: December 8th, 2020 | ||
- 1.7.0: January 19th, 2020 | ||
- 1.8.0: March 2nd, 2020 | ||
|
||
Stable releases can be found on the | ||
[GitHub releases page](https://github.com/denoland/deno/releases). | ||
|
||
### Canary channel | ||
|
||
In addition to the stable channel described above, canaries are released | ||
multiple times daily (for each commit on master). You can upgrade to the latest | ||
canary release by running: | ||
|
||
``` | ||
deno upgrade --canary | ||
``` | ||
|
||
To update to a specifc canary, pass the commit has in the `--version` option: | ||
|
||
``` | ||
deno upgrade --canary --version=973af61d8bb03c1709f61e456581d58386ed4952 | ||
``` | ||
|
||
To switch back to the stable channel, run `deno upgrade`. | ||
|
||
Canaries can be downloaded from https://dl.deno.land. |
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
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.