Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | chore: move test files to testdata directory (#11601) | David Sherret | |
2020-05-02 | BREAKING: disallow static import of local modules from remote modules (#5050) | Bartek IwaĆczuk | |
This commit changes module loading logic to disallow statically import local module (file:// scheme) from remote modules (http://, https:// schemes). |