Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno Doctest Support #6124

Closed
wants to merge 57 commits into from
Closed
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
68dfc4f
Merge pull request #1 from denoland/master
iykekings May 27, 2020
0c80a0b
first working draft
iykekings Jun 5, 2020
27a99ff
Merge pull request #2 from denoland/master
iykekings Jun 5, 2020
c506d94
Merge branch 'master' of https://github.com/iykekings/deno
iykekings Jun 5, 2020
2756a47
use Mainwoker::create
iykekings Jun 5, 2020
f811f16
format
iykekings Jun 6, 2020
c2d09b7
Merge pull request #3 from iykekings/lint
iykekings Jun 6, 2020
041c368
General refactoring (#4)
iykekings Jun 6, 2020
6b00045
make clippy happy
iykekings Jun 6, 2020
dfaae34
use deno test --docs (#5)
iykekings Jun 6, 2020
1de2418
clippy :(
iykekings Jun 6, 2020
d7065c8
refactor: remove Doctest from DenoSubcommand
iykekings Jun 6, 2020
2d8d5eb
Add tests (#6)
iykekings Jun 7, 2020
dcca3db
x
iykekings Jun 7, 2020
d6d5157
xx
iykekings Jun 7, 2020
6cdd2fd
another empty commit
iykekings Jun 7, 2020
3516cd8
Merge branch 'master' of https://github.com/denoland/deno into denola…
iykekings Aug 25, 2020
e922713
fix conflict
iykekings Aug 25, 2020
49a6e6c
Merge branch 'denoland-master'
iykekings Aug 25, 2020
91d7962
Merge branch 'master' of https://github.com/denoland/deno into denola…
iykekings Sep 10, 2020
bca1ea0
Merge branch 'denoland-master'
iykekings Sep 10, 2020
be1aaeb
parse jsdoc with jsdoc crate
iykekings Sep 20, 2020
64cc8ae
Merge branch 'master' of https://github.com/denoland/deno into upstre…
iykekings Sep 21, 2020
c3068f2
Merge branch 'upstream-master'
iykekings Sep 21, 2020
7bcecc7
Merge pull request #9 from denoland/master
iykekings Sep 21, 2020
b5220fb
fix tests
iykekings Sep 24, 2020
5c77b29
completed rewrite
iykekings Sep 24, 2020
85ebc0a
issues with submodule
iykekings Sep 24, 2020
53c8f6d
Merge branch 'master' into iykekings_master
bartlomieju Sep 25, 2020
b934b58
fix2
bartlomieju Sep 25, 2020
178cf12
update
iykekings Sep 25, 2020
c81cd80
rewrite completed
iykekings Oct 8, 2020
48d8f13
Merge branch 'master' into master
iykekings Oct 8, 2020
062ad63
sync with master
bartlomieju Oct 8, 2020
c68e726
sync with master2
bartlomieju Oct 8, 2020
4d0f419
update fork
iykekings Oct 9, 2020
8ec0109
harmonize changes
iykekings Oct 9, 2020
4f6ab34
don't die on invalid jsdoc
iykekings Oct 9, 2020
ea90be5
refactor
iykekings Oct 9, 2020
bf4f318
use example span for line number
iykekings Oct 9, 2020
c33e426
remove cli/js
iykekings Oct 9, 2020
3414bec
require unstable flag
iykekings Oct 9, 2020
158128e
update third_party
bartlomieju Oct 10, 2020
ad5ba48
updates
iykekings Oct 10, 2020
fe03e92
docs(std/bytes): add missing docs to README (#7885)
kt3k Oct 8, 2020
e2a65c1
Fix typos (#7882)
crowlKats Oct 8, 2020
f61678d
fix(op_crates/fetch): Stringify and parse Request URLs (#7838)
nayeemrmn Oct 9, 2020
56c18a3
build: invalidate GHA cache (#7894)
bartlomieju Oct 9, 2020
0e04e09
ci: fix rusty_v8 binary download unavailable (#7898)
piscisaureus Oct 9, 2020
0fc4c46
ci: add workaround for MacOS + Cargo + Github Actions cache bug (#7898)
piscisaureus Oct 9, 2020
1dc00ff
fix Releases.md (#7883)
bartlomieju Oct 9, 2020
713a3ba
refactor: Worker is not a Future (#7895)
bartlomieju Oct 9, 2020
6ad8de1
Implement Serialize for ModuleSpecifier (#7900)
ry Oct 9, 2020
80c285e
docs: add Deno internals talk from Paris Deno (#7889)
trivikr Oct 10, 2020
57496b8
fix(op_crate/web): add padding on URLSearchParam (#7905)
lala7573 Oct 10, 2020
19846bc
Fix 100% CPU idling problem by reverting #7672 (#7911)
ry Oct 10, 2020
109f2ba
v1.4.6
bartlomieju Oct 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading