Commit Graph

106 Commits

Author SHA1 Message Date
Yusuke Tanaka
e95e58a779
chore: add underscore prefix to unused variables (#837) 2021-04-04 21:04:36 +02:00
Yasser A.Idrissi
d32c66e506
ref(encoding): Promise<void> return types are unnecessary boilerplate. (#818) 2021-03-26 08:15:28 -04:00
Luca Casonato
be89f5a714
feat: add io/buffer and io/util module (#808)
This moves the `Deno.Buffer` and `Deno.readAll` / `Deno.readAllSync` /
`Deno.writeAll` / `Deno.writeAllSync` implementations to std, so we can
deprecate them in Deno 1.9, and remove them in Deno 2.0.
2021-03-22 22:45:35 +01:00
Simon Lecoq
46fc7058a4
feat(encoding/yaml): add support for JS types and user types (#789) 2021-03-15 21:22:10 +09:00
Yusuke Tanaka
b134d54319
refactor: fix codes to pass no-unused-vars lint (#764) 2021-03-02 15:31:37 +09:00
Zhangyuan Nie
5bc18f5d86
BREAKING(encoding): remove module utf8.ts (#728) 2021-02-16 13:22:07 +01:00
Casper Beyer
d6ab8bfeef
chore: format with canary (#717) 2021-02-10 01:55:53 +09:00
Casper Beyer
d5bad95a71
chore: Setup CI and tests
Create ci.yml

chore: add wasi-test-suite as a submodule

chore: remove legacy configuration files and scripts

chore: remove outdated redirection notice

chore: add git attributes to ensure text files use unix line endings

chore: format

test(http): copy tls testdata from denoland/deno
2021-02-01 12:20:35 +01:00
Jesse Jackson
1a8acd5a28 Typo (denoland/deno#9221) 2021-02-01 10:46:59 +00:00
Bartek Iwańczuk
84ee144ba8 chore: Enforce ban-untagged-todo lint rule (denoland/deno#9135) 2021-02-01 10:46:59 +00:00
Ryan Dahl
48a2496dbe update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
Yacine Hmito
858b57e6e6 docs: Remove outdated information about third_party/ directory (denoland/deno#8973) 2021-02-01 10:46:58 +00:00
Nayeem Rahman
a0bfd92db8 fix: Don't use JSDoc syntax for browser-compatibility headers (denoland/deno#8960) 2021-02-01 10:46:58 +00:00
Anh Hong
152f1e68a9 chore: fixed various misspellings and other typos (denoland/deno#8691) 2021-02-01 10:46:58 +00:00
Yuki Tanaka
5269f12310 fix(encoding): Rewrite toml parser not to use eval() (denoland/deno#8624) 2021-02-01 10:46:58 +00:00
Jesse Jackson
d336162012 fix(encoding/csv): Correct readme formatting due to dprint issues (denoland/deno#8503) 2021-02-01 10:46:58 +00:00
Jesse Jackson
ecf5bde405 feat(encoding/csv): Add stringify functionality (denoland/deno#8408) 2021-02-01 10:46:58 +00:00
Bartek Iwańczuk
57d903a06b build: migrate to dlint (denoland/deno#8176)
This commit migrates repository from using "eslint" 
to "dlint" for linting JavaScript code.
2021-02-01 10:46:58 +00:00
timonson
68d4f03e45 fix(encoding): base64 properly encodes mbc and handles Uint8Arrays (denoland/deno#7807)
Fixes denoland/deno#6094
Fixes denoland/deno#4794
2021-02-01 10:46:58 +00:00
Peter
329b75d1e5 fix: Parsing inline arrays of inline tables in toml (denoland/deno#7902) 2021-02-01 10:46:58 +00:00
Cedric Vangout
160ae04418 docs(encoding/csv): update the usage of ParseOptions (denoland/deno#7857) 2021-02-01 10:46:58 +00:00
tokiedokie
8567b960f8 docs: version all imports in README (denoland/deno#7442)
Use $STD_VERSION in  README files to automatically
display proper version.
2021-02-01 10:46:58 +00:00
Trivikram Kamat
eb1c38cfbf docs: end sentences with a period in markdown (denoland/deno#7813) 2021-02-01 10:46:58 +00:00
Atakan Ermiş
121500af6c docs(encoding): add missing JSDoc (denoland/deno#7809) 2021-02-01 10:46:58 +00:00
uki00a
1da9818eef BREAKING(encoding/csv): improve the definition of ParseOptions (denoland/deno#7714) 2021-02-01 10:46:58 +00:00
David Sherret
99e0dca320 feat(fmt): Sort named import and export specifiers (denoland/deno#7711) 2021-02-01 10:46:58 +00:00
tokiedokie
d3fa1bbf5d chore: add copyright (denoland/deno#7593) 2021-02-01 10:46:58 +00:00
tasshi / Masaharu TASHIRO
50ebf926ca fix typo miliseconds -> milliseconds (denoland/deno#7469) 2021-02-01 10:46:58 +00:00
Casper Beyer
d3f850240c test(encoding): make tests runnable from any directory (denoland/deno#7368) 2021-02-01 10:46:58 +00:00
Jakob Strobl
ed6a8f13c2 fix(encoding/toml): Comment after arrays causing incorrect output (denoland/deno#7224) 2021-02-01 10:46:58 +00:00
Yusuke Tanaka
267b83a053 chore(encoding): disable no-control-regex (denoland/deno#7219) 2021-02-01 10:46:58 +00:00
Kitson Kelly
d47cdf14aa feat: update to TypeScript 4.0 (denoland/deno#6514) 2021-02-01 10:46:58 +00:00
danielwippermann
d75b9d10b1 fix(encoding/toml): Stop TOML parser from detecting numbers in strings. (denoland/deno#7064)
Before this patch the TOML parser would incorrect treat the string
"base64data0xdamaged" in a declaration as a hex number because the
corresponding check triggers even when the "0x" is inside a double
quoted string literal as long as it is followed by at least one hex
character.
2021-02-01 10:46:58 +00:00
uki00a
49996e8687 fix(encoding/csv): improve error message on ParseError (denoland/deno#7057) 2021-02-01 10:46:58 +00:00
Rauf Islam
61d90c5770 fix(encoding/toml): Add boolean support to stringify (denoland/deno#6941) 2021-02-01 10:46:58 +00:00
Jarrett Helton
98f2de9255 fix(toml): parser error with inline comments (denoland/deno#6942) 2021-02-01 10:46:58 +00:00
Kid
0819976061 docs(encoding): Fix TOML docs (denoland/deno#6912) 2021-02-01 10:46:58 +00:00
Casper Beyer
9c302c2ed0 BREAKING(fs): remove readFileStr and readFileStrSync (denoland/deno#6848)
This removes the readFileStr and readFileStrSync functions which are
effectively duplicates of Deno.readTextFile and Deno.readTextFileSync.
2021-02-01 10:46:58 +00:00
uki00a
f6b5e3e4ed fix(encoding/toml): could not parse strings with apostrophes/semicolons (denoland/deno#6781) 2021-02-01 10:46:58 +00:00
David Sherret
1425960509 Use dprint for internal formatting (denoland/deno#6682) 2021-02-01 10:46:58 +00:00
Opliko
856d3de0c4 feat(encoding): add ascii85 module (denoland/deno#6711) 2021-02-01 10:46:58 +00:00
Marcos Casagrande
fae1aba117 BREAKING(encoding/hex): simplify API (denoland/deno#6690) 2021-02-01 10:46:58 +00:00
Kitson Kelly
9d4117f963 feat: add --no-check option (denoland/deno#6456)
This commit adds a "--no-check" option to following subcommands:
- "deno cache"
- "deno info"
- "deno run"
- "deno test"

The "--no-check" options allows to skip type checking step and instead 
directly transpiles TS sources to JS sources. 

This solution uses `ts.transpileModule()` API and is just an interim
solution before implementing it fully in Rust.
2021-02-01 10:46:58 +00:00
Marcos Casagrande
59a4141bbc fix: base64 in workers (denoland/deno#6681) 2021-02-01 10:46:58 +00:00
Marcos Casagrande
6bae7d68cf BREAKING(encoding/hex): reorder encode & decode arguments (denoland/deno#6410)
refactor to match other src/dst methods
2021-02-01 10:46:58 +00:00
Nayeem Rahman
ccb92613f0 refactor: Don't destructure the Deno namespace (denoland/deno#6268) 2021-02-01 10:46:58 +00:00
Ryan Dahl
f8eb45e39d make std deno-lint clean (denoland/deno#6240)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-02-01 10:46:58 +00:00
Ch3ri0ur
7d411434da Readme cleanup in encoding and ws (denoland/deno#6209) 2021-02-01 10:46:57 +00:00
Oliver Lenehan
431c07de25 feat(encoding/binary): add varnumBytes(), varbigBytes() (denoland/deno#5173) 2021-02-01 10:46:57 +00:00
Chris Knight
589fe4bd53 refactor: remove testing dependencies from non-test code (denoland/deno#5838) 2021-02-01 10:46:57 +00:00