summaryrefslogtreecommitdiff
path: root/cli/tests/error_local_static_import_from_remote.js
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2020-05-02BREAKING: 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).