pareto-core-dev 0.12.4 → 0.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.implement_me = implement_me;
|
|
4
|
-
const get_location_info_1 = require("pareto-core/dist/__internals/
|
|
4
|
+
const get_location_info_1 = require("pareto-core/dist/__internals/get_location_info");
|
|
5
5
|
/**
|
|
6
6
|
* use this function as a placeholder when you want to compile but have not fully developed all functionality yet.
|
|
7
7
|
*
|
|
@@ -11,5 +11,5 @@ const get_location_info_1 = require("pareto-core/dist/__internals/sync/get_locat
|
|
|
11
11
|
*/
|
|
12
12
|
function implement_me(marker) {
|
|
13
13
|
const location = (0, get_location_info_1.$$)(1);
|
|
14
|
-
throw new Error(`IMPLEMENT ME ${marker ? `: '${marker}'` : ''}@ ${location
|
|
14
|
+
throw new Error(`IMPLEMENT ME ${marker ? `: '${marker}'` : ''}@ ${location['document resource identifier']}:${location.line}:${location.column}`);
|
|
15
15
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pareto-core-dev",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"description": "a pareto package that contains functions that are useful during development",
|
|
6
6
|
"author": "Corno",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"url": "git+https://github.com/corno/pareto-core-dev.git"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"pareto-core": "^0.1.
|
|
27
|
+
"pareto-core": "^0.1.25"
|
|
28
28
|
}
|
|
29
29
|
}
|