-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
playground: rip out the use of cuelang.org/go/internal
It was used for encoding a CUE value as either CUE, JSON, or YAML. Luckily, doing that is not particularly hard, and can be accomplished in under twenty lines of Go, only having to copy-paste upstream's internal.ToFile function. The entire machinery to copy internal packages over can go now. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ic75a899daa88bf508e994f8ae4072b08ddba238c Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1208062 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
- Loading branch information
Showing
20 changed files
with
42 additions
and
4,675 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,3 @@ | |
package main | ||
|
||
//go:generate ./_scripts/cpWasmExec.bash | ||
//go:generate ./_scripts/revendorToolsInternal.bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.