Skip to content

Commit 3492b7e

Browse files
committed
Change REMOTE_PATH_PREFIX to remote=
1 parent 3654baa commit 3492b7e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/entry-points.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/file.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export const LOCAL_PATH_PREFIX = "./";
2020
* The prefix that can be specified to indicate that a path should be treated as a remote file address.
2121
* The new remote file address format must start with either an owner or repository name. Both
2222
* are restricted to ASCII characters, '.', and '-'. The prefix chosen here does not interfere with
23-
* those and is _unlikely_ (but not impossible) to appear in a local file path.
23+
* those (since it contains an `=`) and is _unlikely_ (but not impossible) to appear in a local file path.
2424
*/
25-
export const REMOTE_PATH_PREFIX = "::";
25+
export const REMOTE_PATH_PREFIX = "remote=";
2626

2727
/**
2828
* Gets the value that is configured for the configuration file, if any.

0 commit comments

Comments
 (0)