Age | Commit message (Collapse) | Author |
|
Fixes #6663
|
|
Fixes #8289
|
|
|
|
|
|
|
|
"third_party/" is a git submodule pointing to "deno_third_party" repository.
The git history of that repo is quite heavy as it historically contained
typescript, node_modules and python_packages directories, but now there
are only 11 binaries in there. Setting this attribute should speed up fresh clones.
|
|
|
|
|
|
Fixes #8309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #8111
|
|
|
|
|
|
|
|
|
|
Fixes #7723
|
|
|
|
|
|
Refs #7487
|
|
|
|
|
|
Refs #7487
|
|
|
|
|
|
Fixes #8257
|
|
|
|
|
|
|
|
This commit rewrites scripts in "tools/" directory
to use Deno instead of Python. In return it allows
to remove huge number of Python packages in "third_party/".
|
|
Fixes #8240
|
|
|
|
|
|
|
|
|
|
This commit updates "third_party" submodule
to remove "eslint" and its dependencies.
In result "tools/package.json" has been removed.
|
|
This commit migrates repository from using "eslint"
to "dlint" for linting JavaScript code.
|
|
|
|
|
|
This commit removes ProgramState::permissions field.
Having permissions parsed from CLI flags stored on globally
accessible state object made it easy to mistakenly use these
permissions in situations which required "runtime" permissions.
|
|
in the value #8136 (#8216)
|
|
|
|
|
|
|
|
|