@getlang/utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
# @getlang/utils | ||
## 0.1.1 | ||
### Patch Changes | ||
- [#14](https://github.com/getlang-dev/get/pull/14) [`58e9988`](https://github.com/getlang-dev/get/commit/58e99887e39956ee1e3eaf669cb92fbfa188a022) Thanks [@mattfysh](https://github.com/mattfysh)! - add contextual identifier to slices reference converted or raw context | ||
## 0.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -23,3 +23,2 @@ export declare abstract class RuntimeError extends Error { | ||
name: string; | ||
constructor(options?: ErrorOptions); | ||
} | ||
@@ -26,0 +25,0 @@ export declare class ConversionError extends RuntimeError { |
@@ -29,5 +29,2 @@ export class RuntimeError extends Error { | ||
name = 'SliceSyntaxError'; | ||
constructor(options) { | ||
super('Could not parse slice', options); | ||
} | ||
} | ||
@@ -34,0 +31,0 @@ export class ConversionError extends RuntimeError { |
@@ -37,6 +37,2 @@ export abstract class RuntimeError extends Error {} | ||
public override name = 'SliceSyntaxError' | ||
constructor(options?: ErrorOptions) { | ||
super('Could not parse slice', options) | ||
} | ||
} | ||
@@ -43,0 +39,0 @@ |
{ | ||
"name": "@getlang/utils", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
13035
291