@swc-node/sourcemap-support
Advanced tools
+1
-1
@@ -5,3 +5,3 @@ "use strict"; | ||
| const tslib_1 = require("tslib"); | ||
| const source_map_support_1 = tslib_1.__importDefault(require("source-map-support")); | ||
| const source_map_support_1 = (0, tslib_1.__importDefault)(require("source-map-support")); | ||
| exports.SourcemapMap = new Map(); | ||
@@ -8,0 +8,0 @@ function installSourceMapSupport() { |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;AAAA,oFAAiD;AAEpC,QAAA,YAAY,GAAG,IAAI,GAAG,EAAE,CAAA;AAErC,SAAgB,uBAAuB;IACrC,4BAAgB,CAAC,OAAO,CAAC;QACvB,wBAAwB,EAAE,KAAK;QAC/B,WAAW,EAAE,MAAM;QACnB,iBAAiB,CAAC,IAAI;YACpB,IAAI,oBAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;gBAC1B,OAAO;oBACL,GAAG,EAAE,IAAI;oBACT,GAAG,EAAE,oBAAY,CAAC,GAAG,CAAC,IAAI,CAAC;iBAC5B,CAAA;aACF;YACD,OAAO,IAAI,CAAA;QACb,CAAC;KACF,CAAC,CAAA;AACJ,CAAC;AAdD,0DAcC"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;AAAA,yFAAiD;AAEpC,QAAA,YAAY,GAAG,IAAI,GAAG,EAAE,CAAA;AAErC,SAAgB,uBAAuB;IACrC,4BAAgB,CAAC,OAAO,CAAC;QACvB,wBAAwB,EAAE,KAAK;QAC/B,WAAW,EAAE,MAAM;QACnB,iBAAiB,CAAC,IAAI;YACpB,IAAI,oBAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;gBAC1B,OAAO;oBACL,GAAG,EAAE,IAAI;oBACT,GAAG,EAAE,oBAAY,CAAC,GAAG,CAAC,IAAI,CAAC;iBAC5B,CAAA;aACF;YACD,OAAO,IAAI,CAAA;QACb,CAAC;KACF,CAAC,CAAA;AACJ,CAAC;AAdD,0DAcC"} |
+4
-4
| { | ||
| "name": "@swc-node/sourcemap-support", | ||
| "version": "0.1.8", | ||
| "version": "0.1.9", | ||
| "description": "Runtime sourcemap support in NodeJS", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "source-map-support": "^0.5.19" | ||
| "source-map-support": "^0.5.20" | ||
| }, | ||
@@ -42,5 +42,5 @@ "bugs": { | ||
| "devDependencies": { | ||
| "@types/source-map-support": "^0.5.3" | ||
| "@types/source-map-support": "^0.5.4" | ||
| }, | ||
| "gitHead": "0f52c62ef3cf6c5989ee4a9274badbd9ffa35ac8" | ||
| "gitHead": "028c3244ce25863cee977906810f89e4e6edd01b" | ||
| } |
| # Change Log | ||
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
| ## [0.1.8](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/sourcemap-support@0.1.7...@swc-node/sourcemap-support@0.1.8) (2020-08-31) | ||
| **Note:** Version bump only for package @swc-node/sourcemap-support |
Sorry, the diff of this file is not supported yet
30355
-80.67%7
-12.5%Updated