10 lines
345 B
JavaScript
Executable File
10 lines
345 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
/**
|
|
* This file needs the 'x' permission to be spawned by tests. Since TypeScript
|
|
* doesn't currently offer a way to set permissions of generated files
|
|
* (https://github.com/Microsoft/TypeScript/issues/16667), we track this file
|
|
* with Git, and simply require the generated CLI.
|
|
*/
|
|
require('../build/main/cli/cli.js');
|