aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/typescript
Commit message (Expand)AuthorAgeFilesLines
* Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-221-1/+0
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-151-3/+3
* Modules: Adapt to introduction of built-in "version" propertyChristian Kandeler2016-10-191-1/+1
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-082-2/+2
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-062-2/+2
* | Provide the ability to let commands bypass dry-run mode.Jake Petroules2016-06-011-0/+2
|/
* Fix typescript module to work with newer TypeScript versions.Jake Petroules2016-03-242-6/+74
* Do module validation and Probe resolving after module merging.Christian Kandeler2016-01-121-13/+0
* Overhaul Probe handling for node.js/TypeScript.Jake Petroules2015-11-231-8/+17
* Add missing imports.Jake Petroules2015-11-201-0/+1
* Add TypeScript 1.6 compatibility.Jake Petroules2015-11-091-1/+7
* Implement some of the non-standard yet common Console API.Jake Petroules2015-09-151-4/+4
* Add Group items in Modules as child items to the respective product.Christian Kandeler2015-09-011-1/+1
* Implement perfect output artifact tracking for TypeScript compiler.Jake Petroules2015-07-254-23/+217
* Add a TypeScript probe and use it in the modules.Jake Petroules2015-07-242-27/+31
* Move TypeScript module code into js file.Jake Petroules2015-07-212-131/+170
* Fix several issues with path handling in the TypeScript module.Jake Petroules2015-06-291-19/+50
* Make TypeScript autodetection work on Windows.Jake Petroules2015-06-291-1/+2
* Fix detection of TypeScript compiler version.Jake Petroules2015-04-171-11/+23
* add missing license headersJoerg Bornemann2015-04-151-0/+30
* Typescript: Make version detection more robust.Christian Kandeler2015-01-271-1/+1
* Rename "usings" property and make it do what the documentation says.Christian Kandeler2014-10-161-1/+1
* Make outputFileTags a static list in TypeScriptModule.Jake Petroules2014-09-121-10/+1
* use {input|output}.fileName where appropriateJoerg Bornemann2014-05-201-2/+3
* fix build directories of the TypeScript moduleJoerg Bornemann2014-05-191-4/+2
* Add support for building and running TypeScript apps through Node.js.Jake Petroules2014-04-251-0/+267