-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Out of ScopeThis idea sits outside of the TypeScript language design constraintsThis idea sits outside of the TypeScript language design constraintsSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
Feature request. Could the 'execute' permission be preserved the the generated output?
Current situation:
ls -l src
-rwxr-xr-x 1 user staff 656 Jun 4 19:42 main.ts
ls -l build
-rw-r--r-- 1 user staff 788 Jun 4 19:56 main.js
It would be nice if build/main.js
also had the x
permissions so it can be executed directly.
krzkaczor and nevir
Metadata
Metadata
Assignees
Labels
Out of ScopeThis idea sits outside of the TypeScript language design constraintsThis idea sits outside of the TypeScript language design constraintsSuggestionAn idea for TypeScriptAn idea for TypeScript