awesome-typescript-loader
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="3.1.3"></a> | ||
## [3.1.3](https://github.com/s-panferov/awesome-typescript-loader/compare/v3.1.2...v3.1.3) (2017-04-28) | ||
<a name="3.1.2"></a> | ||
@@ -7,0 +12,0 @@ ## [3.1.2](https://github.com/s-panferov/awesome-typescript-loader/compare/v3.1.1...v3.1.2) (2017-03-07) |
@@ -51,3 +51,2 @@ "use strict"; | ||
} | ||
; | ||
function cache(params) { | ||
@@ -54,0 +53,0 @@ var source = params.source; |
@@ -114,2 +114,3 @@ "use strict"; | ||
function Host(filesRegex) { | ||
this.getCustomTransformers = loaderConfig.getCustomTransformers; | ||
this.filesRegex = filesRegex; | ||
@@ -116,0 +117,0 @@ } |
@@ -25,2 +25,3 @@ import * as ts from 'typescript'; | ||
debug?: boolean; | ||
getCustomTransformers?(): ts.CustomTransformers | undefined; | ||
} | ||
@@ -27,0 +28,0 @@ export interface OutputFile { |
{ | ||
"name": "awesome-typescript-loader", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Awesome TS loader for webpack", | ||
@@ -37,31 +37,31 @@ "main": "dist/entry.js", | ||
"enhanced-resolve": "^3.1.0", | ||
"loader-utils": "^1.0.2", | ||
"loader-utils": "^1.1.0", | ||
"lodash": "^4.17.4", | ||
"mkdirp": "^0.5.1", | ||
"object-assign": "^4.1.1", | ||
"source-map-support": "^0.4.11" | ||
"source-map-support": "^0.4.15" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^3.4.35", | ||
"@types/colors": "^1.1.1", | ||
"@types/lodash": "^4.14.54", | ||
"@types/mocha": "^2.2.39", | ||
"@types/node": "^7.0.5", | ||
"@types/shelljs": "^0.7.0", | ||
"@types/sinon": "^1.16.35", | ||
"@types/webpack": "^2.2.8", | ||
"@types/chai": "^3.5.2", | ||
"@types/colors": "^1.1.3", | ||
"@types/lodash": "^4.14.63", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^7.0.14", | ||
"@types/shelljs": "^0.7.1", | ||
"@types/sinon": "^2.1.3", | ||
"@types/webpack": "^2.2.15", | ||
"bluebird": "^3.5.0", | ||
"chai": "^3.5.0", | ||
"empty-module": "0.0.2", | ||
"fs-extra": "^2.0.0", | ||
"mocha": "^3.2.0", | ||
"ps-node": "^0.1.1", | ||
"fs-extra": "^3.0.0", | ||
"mocha": "^3.3.0", | ||
"ps-node": "^0.1.6", | ||
"rimraf": "^2.6.1", | ||
"shelljs": "^0.7.6", | ||
"shelljs": "^0.7.7", | ||
"standard-version": "^4.0.0", | ||
"temp": "^0.8.3", | ||
"tslint": "^4.5.1", | ||
"typescript": "^2.2.1", | ||
"webpack": "^2.2.1" | ||
"tslint": "^5.1.0", | ||
"typescript": "^2.3.0", | ||
"webpack": "^2.4.1" | ||
} | ||
} |
@@ -25,3 +25,3 @@ import { | ||
checkOutput('index.js.map', `"sourcesContent":`); | ||
checkOutput('index.js.map', `"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA,mDAA2C,cAAc;;AAEzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA;;;;;;;AC/DQ;IACI,YAAY,CAAS,EAAE,CAAS;QAC5B,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,CAAC;CACJ"`); | ||
checkOutput('index.js.map', `"mappings":`); | ||
}); |
@@ -77,3 +77,3 @@ import * as fs from 'fs'; | ||
return hash.read().toString('hex') + '.json.gzip'; | ||
}; | ||
} | ||
@@ -80,0 +80,0 @@ export interface CacheParams<T> { |
@@ -234,2 +234,3 @@ if (!module.parent) { | ||
} | ||
getCustomTransformers=loaderConfig.getCustomTransformers | ||
} | ||
@@ -236,0 +237,0 @@ |
@@ -27,2 +27,3 @@ import * as ts from 'typescript'; | ||
debug?: boolean; | ||
getCustomTransformers?(): ts.CustomTransformers | undefined; | ||
} | ||
@@ -29,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4201
324678
Updatedloader-utils@^1.1.0
Updatedsource-map-support@^0.4.15