You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build filters files outside the root
reverts part of #89fixes#99
* fix tests and test imports of non-existing files
* more tests but I'm not sure if I'm using this correctly
* Update test/input/bar.js
Co-authored-by: Mike Bostock <[email protected]>
* fix test
* fix test, align signatures
* don’t canReadSync in isLocalPath
* syntax error on non-local file path
---------
Co-authored-by: Mike Bostock <[email protected]>
This appears to be a regression in #89 which removed the
isLocalFile
check here:e715830#diff-af4191cdea0d822d0199df1884ab420fd59f9db884a921be717ee21b20028248
As an example, consider this
docs/index.md
:Running
observable build
results in:Note the
copy README.md → dist/README.md
. This should not be allowed.The text was updated successfully, but these errors were encountered: