summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Collapse)Author
2020-09-11feat(unstable): enable importsNotUsedAsValues by default (#7413)Luca Casonato
2020-09-09chore(std): remove std/ws connect method (#7403)Luca Casonato
2020-09-09test(std/examples): make tests runnable from any directory (#7399)Casper Beyer
2020-09-09test(std/mime): make tests runnable from any directory (#7398)Casper Beyer
2020-09-08test(std/node): make tests runnable from any directory (#7397)Casper Beyer
This makes std/node tests runnable from any directory by resolving the testdata directory and files relative to the module directory resolved from import.meta.url.
2020-09-08test(std/fs): make tests runnable from any directory (#7388)Casper Beyer
2020-09-07BREAKING(std/fs): remove writeJson and writeJsonSync (#7256)Casper Beyer
2020-09-07BREAKING(std/fs): remove readJson and readJsonSync (#7255)Casper Beyer
2020-09-07test(std/hash): make tests runnable from any directory (#7376)Casper Beyer
2020-09-06test(std/archive): make tests runnable from any directory (#7366)Casper Beyer
2020-09-06test(std/encoding): make tests runnable from any directory (#7368)Casper Beyer
2020-09-04v1.3.3Bartek Iwańczuk
2020-09-04test(std/wasi): explicitly list modules for deterministic test runs (#7245)Casper Beyer
This explicitly lists std/wasi test modules in a pre-sorted array for deterministic test runs. As a side effect it makes it a bit more visible when a test has been added or removed aside from having to look at the submodule update.
2020-09-04chore(std/wasi): enable and fix lint errors in tests (#7324)Casper Beyer
2020-09-01docs(std/uuid): remove mention of v3 which is not supported (#7318)Casper Beyer
2020-09-01fix: use millisecond precision for Deno.futime and Deno.utime (#7299)Casper Beyer
2020-08-31test(std): ensure mod.ts modules have a test coverage (#7264)Casper Beyer
2020-08-31fix no-inner-declaration lint rule (#7287)Yusuke Tanaka
2020-08-31chore(std/wasi): fix no-inner-declarations lints (#7286)Casper Beyer
2020-08-31fix(cli): use upstream type definitions for WebAssembly (#7216)Casper Beyer
2020-08-31chore: remove unreachable code to pass linter (#7270)Yusuke Tanaka
2020-08-30refactor(std/uuid): remove dependency on isString from std/node (#7273)Casper Beyer
2020-08-30test(std/uuid): reorganize to use one test module per public module (#7272)Casper Beyer
2020-08-29docs(std/fs): remove stale references to readFileStr and writeFileStr (#7254)Casper Beyer
2020-08-29v1.3.2Bartek Iwańczuk
2020-08-29feat(std/fmt): add bright color variations (#7241)Casper Beyer
2020-08-28fix(std/testing): invalid dates assertion equality (#7230)Christian Petersen
2020-08-28fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224)Jakob Strobl
2020-08-27chore(std/encoding): disable `no-control-regex` (#7219)Yusuke Tanaka
2020-08-27fix(std/wasi): invalid number to bigint conversion in fd_tell (#7215)Casper Beyer
2020-08-27test(std/wasi): seperate test runner into a module (#7191)Casper Beyer
2020-08-27fix(std/wasi): ignore lint errors (#7197)Yusuke Tanaka
2020-08-27test(std/datetime): port golang dayOfYear tests (#7105)Tim Reichen
2020-08-27docs(std/log): update example (#7157)Matthew Adams
2020-08-27feat(std/testing): add assertNotMatch (#6775)xcatliu
2020-08-27fix(std/node): "events" and "util" modules (#7170)Schwarzkopf Balázs
2020-08-26test(std/testing): reduce bench test iterations to 1e3 (#7200)Casper Beyer
2020-08-25fix(std/wasi): return flags from fd_fdstat_get (#7112)Casper Beyer
2020-08-25test(std/wasi): add wasi-testsuite as a submodule (#7042)Casper Beyer
2020-08-25docs(std/fs): provide more context on unstable perm (#6748)Paul Jones
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-24fix(std/wasi): always capture syscall exceptions (#7116)Casper Beyer
This wraps all exported syscalls in an exception catching delegate to ensure that the stack is never unexpectedly unwound.
2020-08-24BREAKING(std/wasi): rename Module to Context (#7110)Casper Beyer
This commit renames Module and ModuleOptions to context to avoid stutter confusion, e.g avoid having documentation that says things like instantiate the snapshot's module's module.
2020-08-24BREAKING(std/wasi): use record for exports (#7109)Casper Beyer
2020-08-23docs(fs/walk): fix code example (#7166)木杉
2020-08-21feat(std/node): add URL export (#7132)Benjamin Lupton
2020-08-21v1.3.1Bartek Iwańczuk
2020-08-21fix: Allow isolated "%"s when parsing file URLs (#7108)Nayeem Rahman
2020-08-20fix(std/node): misnamed assert exports (#7123)Schwarzkopf Balázs
2020-08-20docs(std/wasi): fix reference to the wrong object in example (#7124)Casper Beyer