Commit Graph

327 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
7bca052a32 Switch to more semver
Still not 100% semver, but the common paths now use it.
2023-04-19 15:44:07 -07:00
Nathan Shively-Sanders
72c06336e7 Switch from index.d.ts header to package.json
Lots of code churn and probable bugs, but no real functionality change
right now. In the future this makes it much easier to mimic real ES
module layouts.
2023-04-14 16:36:08 -07:00
Nathan Shively-Sanders
a336a4ec64 Remove pathMapping check in definition-parser
Also all (?) the infrastructure needed to support it.
2023-04-10 11:03:33 -07:00
Nathan Shively-Sanders
da605a2a62 npm i -> pnpm i (compiles but hasn't run yet) 2023-04-10 10:47:42 -07:00
Nathan Shively-Sanders
c30e50a932 *now* definitions-parser tests all pass 2023-04-03 16:10:04 -07:00
Nathan Shively-Sanders
55bde30076 Mostly done switching to package.json dep/devDeps
Deletes a whole bunch of stuff and simplifies or reworks others.

I noticed that we still want to walk the file looking for globals SO I
have to put back in huge chunks of code I took out. Creating a commit so
I can diff on github.
2023-04-03 08:54:28 -07:00
TypeScript Bot
2df7962a3c v0.0.159 2023-03-28 16:02:41 +00:00
TypeScript Bot
cb2436d5ce v0.0.158 2023-03-27 17:16:15 +00:00
TypeScript Bot
1ec9262caa v0.0.157 2023-03-22 21:48:21 +00:00
TypeScript Bot
d57e5435fe v0.0.156 2023-03-22 18:17:19 +00:00
TypeScript Bot
8a6232e6ff v0.0.156-next.0 2023-03-22 18:11:27 +00:00
TypeScript Bot
6b1e8a7b76 Format 2023-03-22 18:10:57 +00:00
Nathan Shively-Sanders
5d65907dbf Port no-declare-current-package tslint->eslint (#645)
* Port no-declare-current-package tslint->eslint

* Fix no-declare-current-packages tests
2023-03-22 11:07:36 -07:00
TypeScript Bot
87d6ebe276 v0.0.155 2023-03-22 16:38:21 +00:00
TypeScript Bot
e0e6b8f111 v0.0.154-next.2 2023-03-22 16:33:20 +00:00
Jake Bailey
4aee4a7331 Pass --legacy-peer-deps at npm install (#646) 2023-03-22 09:29:44 -07:00
TypeScript Bot
cad0a6549f v0.0.153 2023-03-20 15:48:16 +00:00
TypeScript Bot
79f1f93fad v0.0.152 2023-03-16 17:30:24 +00:00
TypeScript Bot
b5be06b8fc v0.0.152-next.8 2023-03-16 17:18:08 +00:00
TypeScript Bot
695ae16032 v0.0.151 2023-02-28 23:37:18 +00:00
TypeScript Bot
fa74745d66 v0.0.151-next.3 2023-02-28 23:34:33 +00:00
TypeScript Bot
5c4a7b0b4d Format 2023-02-28 23:34:09 +00:00
Andrew Branch
1ad066ac05 Ignore files outside of DT repo for module resolution when detecting used files (#625) 2023-02-28 15:30:59 -08:00
TypeScript Bot
8b1269bbe3 v0.0.150 2023-02-27 22:13:15 +00:00
TypeScript Bot
b000dc411a v0.0.150-next.1 2023-02-27 22:01:23 +00:00
TypeScript Bot
bd014a1e14 Format 2023-02-27 22:00:59 +00:00
Andrew Branch
ed2a4f3350 Use real resolution for used file detection (#615)
* Use real TypeScript resolution for determining used files

* getTypingInfo needs the whole DT FS

* Fix a few things not showing up in tests

* Disable superfluous OTHER_FILES error

* Replace internal API

* Bring back error for relatively referencing other packages

* Fix `getLocallyInstalledDefinitelyTyped`

* PR suggestions
2023-02-27 13:57:22 -08:00
TypeScript Bot
8bff9d7e83 v0.0.150-next.0 2023-02-27 21:44:39 +00:00
TypeScript Bot
4b46bd0681 v0.0.149 2023-02-27 20:39:31 +00:00
TypeScript Bot
7d6b632d5d v0.0.148 2023-02-27 17:10:03 +00:00
TypeScript Bot
d9bdbfa085 v0.0.148-next.5 2023-02-09 17:34:01 +00:00
Nathan Shively-Sanders
fc284b4e7a Add child restart interval flag (#610)
* Add child restart interval flag

* exempt another CONST from linting
2023-02-09 09:29:27 -08:00
TypeScript Bot
c2215f5abe v0.0.148-next.4 2023-02-08 23:42:51 +00:00
Nathan Shively-Sanders
226582f90f Try only 20 tasks per child instead of 50 (#609)
50 tasks per child avoids about 90% of ooms without slowing down tests
much at all. Let's see if 20 tasks per child will avoid closer to 100%
without slowing down too much more.
2023-02-08 15:38:19 -08:00
TypeScript Bot
7f14573a82 v0.0.148-next.3 2023-02-08 21:33:13 +00:00
TypeScript Bot
90711c10ae Format 2023-02-08 21:32:41 +00:00
Nathan Shively-Sanders
f82cb3daa5 dtslint-runner restarts children periodically (#608)
Once every 50 tasks, instead of every task. This should be enough to
avoid most ooms without slowing down execution much at all.
2023-02-08 13:29:25 -08:00
TypeScript Bot
0d18e4bd46 v0.0.148-next.1 2023-02-08 17:57:22 +00:00
Nathan Shively-Sanders
8e934cc08d Stop and restart each dtslint individually (#606)
See if it stops out-of-memory crashes, even though it will be
considerably slower.
2023-02-08 09:53:24 -08:00
TypeScript Bot
3890b87a12 v0.0.147 2023-02-03 16:53:41 +00:00
TypeScript Bot
5fd47b0495 v0.0.146 2023-01-31 22:37:36 +00:00
TypeScript Bot
39bf925120 v0.0.145 2023-01-27 23:50:05 +00:00
TypeScript Bot
16edb688ea v0.0.144 2023-01-24 19:12:01 +00:00
TypeScript Bot
966cb4466b v0.0.143 2023-01-19 23:50:07 +00:00
TypeScript Bot
2e81ff65e3 v0.0.142 2022-12-30 16:10:33 +00:00
TypeScript Bot
60e42f914d v0.0.141 2022-11-30 00:32:51 +00:00
TypeScript Bot
4aef52ee53 v0.0.141-next.1 2022-11-28 18:04:20 +00:00
TypeScript Bot
e9d0117e9f v0.0.140 2022-11-23 00:12:50 +00:00
TypeScript Bot
8198cb5c23 v0.0.140-next.0 2022-11-23 00:08:55 +00:00
TypeScript Bot
c3f614b0f3 v0.0.139 2022-11-15 22:45:08 +00:00