-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically applying Prettier changes
- Loading branch information
1 parent
92155c9
commit f00d3fb
Showing
5 changed files
with
89 additions
and
74 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* @returns {number} | ||
*/ | ||
* @returns {number} | ||
*/ | ||
export function jsonnet_make(): number; | ||
/** | ||
* @param {number} vm | ||
*/ | ||
* @param {number} vm | ||
*/ | ||
export function jsonnet_destroy(vm: number): void; | ||
/** | ||
* @param {number} vm | ||
* @param {string} filename | ||
* @param {string} snippet | ||
* @returns {string} | ||
*/ | ||
* @param {number} vm | ||
* @param {string} filename | ||
* @param {string} snippet | ||
* @returns {string} | ||
*/ | ||
export function jsonnet_evaluate_snippet(vm: number, filename: string, snippet: string): string; | ||
/** | ||
* @param {number} vm | ||
* @param {string} filename | ||
* @returns {string} | ||
*/ | ||
* @param {number} vm | ||
* @param {string} filename | ||
* @returns {string} | ||
*/ | ||
export function jsonnet_evaluate_file(vm: number, filename: string): string; | ||
/** | ||
* @param {number} vm | ||
* @param {string} key | ||
* @param {string} value | ||
*/ | ||
* @param {number} vm | ||
* @param {string} key | ||
* @param {string} value | ||
*/ | ||
export function ext_string(vm: number, key: string, value: string): void; |
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
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