mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 04:09:10 +00:00

This PR adds a part of the `SourceCode` API in eslint (see https://eslint.org/docs/latest/extend/custom-rules#applying-fixes) . It's used to get the text of the current node, etc.
2 lines
45 B
TypeScript
2 lines
45 B
TypeScript
const value = "unfixed";
|
|
console.log(value);
|