Commit Graph

31 Commits

Author SHA1 Message Date
Benjamin Pasero 3675f28129 Revert "Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)""
This reverts commit 495112ded5.
2020-06-17 10:45:58 +02:00
Benjamin Pasero 495112ded5 Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)"
This reverts commit 1dbfecd37f.
2020-06-17 09:09:59 +02:00
Fedor Nezhivoi 1dbfecd37f decouple vs/base/node/encoding.ts from node streams for #79275 (#99413) 2020-06-17 09:09:12 +02:00
Benjamin Pasero d6c36fa74f debt - remove unused encoding method 2020-04-10 13:41:17 +02:00
Martin Aeschlimann 5db448e37b refactor stdin code 2019-12-30 16:57:22 +01:00
Benjamin Pasero 782f1592de fix #84973 2019-11-19 08:33:26 +01:00
Benjamin Pasero ddfca307b1 encoding - still ignore 'ascii' 2019-11-12 18:48:27 +01:00
Benjamin Pasero 2977cfea26 encoding - more tests 2019-11-12 09:57:58 +01:00
Benjamin Pasero cb73a8f7a2 files - 💄 decoder stream 2019-04-17 09:19:24 +02:00
Benjamin Pasero 5e75c405f8 files - 💄 2019-04-16 18:54:52 +02:00
Benjamin Pasero efd5704d8d files2 - avoid 2 fs.exists() when writing a file 2019-04-12 11:50:30 +02:00
Matt Bierner 53704af475 Fixing no implicit any in some tests 2019-03-21 09:52:43 -07:00
Matt Bierner 3ad13abc58 ÏSwitch tests to use await / async 2018-10-04 13:15:59 -07:00
Matt Bierner 7ebea5fba0 Remove "use strict" directives in tests
We set alwaysStrict so this directive is not needed
2018-10-02 15:59:35 -07:00
Benjamin Pasero 494b385a96 revert "files.guessableEncodings" 2018-09-28 07:13:16 +02:00
Benjamin Pasero 3480f4cf22 restrictGuessedEncodings => guessableEncodings 2018-09-24 17:31:40 +02:00
Benjamin Pasero 9c882c7c93 fix #36951 2018-09-13 12:01:14 +02:00
Johannes Rieken 9b7c16e0a6 debt - make test renderer use a correct baseUrl (and adopt tests using require.toUrl) 2018-08-07 11:08:16 +02:00
Johannes Rieken f686a20863 add provider to readable-stream logic, #41985 2018-04-10 16:59:11 +02:00
Johannes Rieken 36708c0f5d add toDecodeStream to enable seamless encoding handling, #41985 2018-04-10 16:59:10 +02:00
Benjamin Pasero f3b860d400 debt - merge node/mime.ts into node/encoding.ts 2018-04-03 14:23:29 +02:00
Matt Bierner ab1669f898 Revert "Revert "Avoid using import x = require('...')""
This reverts commit 27256832f3 which turns out did not break the import of vs/nls
2018-03-15 10:17:18 -07:00
Matt Bierner 27256832f3 Revert "Avoid using import x = require('...')"
This reverts commit 7de696a202.

Seems to have broken loading vs/nls in at least one case in insiders
2018-03-15 00:47:33 -07:00
Matt Bierner 7de696a202 Avoid using import x = require('...')
Don't use this import form in places where it is not needed. This prevents us from correctly detecting duplicate imports
2018-03-14 14:45:59 -07:00
Benjamin Pasero 4f19e8f619 tests - favour promise over done callback (for #45209) 2018-03-08 09:13:20 +01:00
Benjamin Pasero 3f9b66c2cd try to detect terminal encoding when reading from stdin (for #6161) 2017-12-04 12:00:25 +01:00
katainaka0503 38943f4d79 Fix whitespace indentation and format 2017-03-01 20:27:51 +09:00
katainaka0503 d86affcd35 Refactor encoding.ts 2017-03-01 17:29:40 +09:00
Benjamin Pasero 3cefffccfc Get rid of IEventService in favour of real events (#17515) 2016-12-19 09:37:10 +01:00
Benjamin Pasero b0f260cc63 some linting in unit tests 2016-04-11 07:56:21 +02:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00