mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Go back to PackageName
This commit is contained in:
parent
ecf7bea259
commit
09764be7c3
14 changed files with 49 additions and 49 deletions
|
@ -3,7 +3,7 @@ Module {
|
|||
header: Platform(
|
||||
PlatformHeader {
|
||||
before_name: [],
|
||||
name: @9-25 PackagePath(
|
||||
name: @9-25 PackageName(
|
||||
"rtfeldman/blah",
|
||||
),
|
||||
requires: KeywordItem {
|
||||
|
|
|
@ -19,7 +19,7 @@ Module {
|
|||
@31-47 PackageEntry {
|
||||
shorthand: "pf",
|
||||
spaces_after_shorthand: [],
|
||||
package_path: @35-47 PackagePath(
|
||||
package_name: @35-47 PackageName(
|
||||
"./platform",
|
||||
),
|
||||
},
|
||||
|
|
|
@ -19,7 +19,7 @@ Module {
|
|||
@31-47 PackageEntry {
|
||||
shorthand: "pf",
|
||||
spaces_after_shorthand: [],
|
||||
package_path: @35-47 PackagePath(
|
||||
package_name: @35-47 PackageName(
|
||||
"./platform",
|
||||
),
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@ Module {
|
|||
header: Platform(
|
||||
PlatformHeader {
|
||||
before_name: [],
|
||||
name: @9-14 PackagePath(
|
||||
name: @9-14 PackageName(
|
||||
"cli",
|
||||
),
|
||||
requires: KeywordItem {
|
||||
|
|
|
@ -22,7 +22,7 @@ Module {
|
|||
after: [],
|
||||
},
|
||||
to: @30-38 NewPackage(
|
||||
PackagePath(
|
||||
PackageName(
|
||||
"./blah",
|
||||
),
|
||||
),
|
||||
|
|
|
@ -3,7 +3,7 @@ Module {
|
|||
header: Platform(
|
||||
PlatformHeader {
|
||||
before_name: [],
|
||||
name: @9-21 PackagePath(
|
||||
name: @9-21 PackageName(
|
||||
"foo/barbaz",
|
||||
),
|
||||
requires: KeywordItem {
|
||||
|
@ -52,7 +52,7 @@ Module {
|
|||
@87-99 PackageEntry {
|
||||
shorthand: "foo",
|
||||
spaces_after_shorthand: [],
|
||||
package_path: @92-99 PackagePath(
|
||||
package_name: @92-99 PackageName(
|
||||
"./foo",
|
||||
),
|
||||
},
|
||||
|
|
|
@ -19,7 +19,7 @@ Module {
|
|||
@26-42 PackageEntry {
|
||||
shorthand: "pf",
|
||||
spaces_after_shorthand: [],
|
||||
package_path: @30-42 PackagePath(
|
||||
package_name: @30-42 PackageName(
|
||||
"./platform",
|
||||
),
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@ Module {
|
|||
header: Platform(
|
||||
PlatformHeader {
|
||||
before_name: [],
|
||||
name: @9-21 PackagePath(
|
||||
name: @9-21 PackageName(
|
||||
"test/types",
|
||||
),
|
||||
requires: KeywordItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue