1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00
denoland-deno/cli/tools
Marvin Hagemeister fdd0edf23c
fix(unstable): don't error on non-existing attrs or type attr (#27456)
When running selectors for JS linting plugins we would error when
encountering an unknown attribute name:

```js
// selector
Foo[non-existant]

// error
Error: Missing string id: <number>
```

This was caused by using `0` as the invalid marker, but also overloading
`0` with an actual node type. So the fix is to reserve `0` as the
invalid marker and move the property type to the next index.
2024-12-27 22:46:29 +01:00
..
bench feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
coverage perf: don't store duplicate info for ops in the snapshot (#27430) 2024-12-20 17:43:03 +00:00
doc refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
init fix(init): support scoped npm packages (#27128) 2024-11-28 15:07:32 +01:00
jupyter feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439) 2024-11-13 15:10:09 +00:00
lint fix(unstable): don't error on non-existing attrs or type attr (#27456) 2024-12-27 22:46:29 +01:00
registry perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
repl refactor: extract out FileFetcher to deno_cache_dir (#27263) 2024-12-16 23:39:40 +00:00
run refactor: extract out FileFetcher to deno_cache_dir (#27263) 2024-12-16 23:39:40 +00:00
test feat(unstable): add JS linting plugin infrastructure (#27416) 2024-12-21 00:58:03 +01:00
check.rs refactor: extract out FileFetcher to deno_cache_dir (#27263) 2024-12-16 23:39:40 +00:00
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs fix(compile): analyze modules in directory specified in --include (#27296) 2024-12-12 18:07:35 +00:00
doc.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
fmt.rs fix(fmt): stable formatting of HTML files with JS (#27164) 2024-12-03 02:04:55 +01:00
info.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
installer.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
mod.rs BREAKING: remove deno vendor (#25343) 2024-09-03 17:00:57 +10:00
serve.rs feat(watch): log which file changed on HMR or watch change (#25801) 2024-11-16 15:59:31 +01:00
task.rs fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
upgrade.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00