@intlify/message-compiler
Advanced tools
Comparing version 9.0.0-beta.12 to 9.0.0-beta.13
/*! | ||
* @intlify/message-compiler v9.0.0-beta.12 | ||
* @intlify/message-compiler v9.0.0-beta.13 | ||
* (c) 2020 kazuya kawaguchi | ||
@@ -811,3 +811,2 @@ * Released under the MIT License. | ||
} | ||
/** @internal */ | ||
function createParser(options = {}) { | ||
@@ -1263,3 +1262,2 @@ const location = !options.location; | ||
// generate code from AST | ||
/** @internal */ | ||
const generate = (ast, options = {} // eslint-disable-line | ||
@@ -1327,3 +1325,2 @@ ) => { | ||
/** @internal */ | ||
function baseCompile(source, options = {}) { | ||
@@ -1330,0 +1327,0 @@ // parse source codes |
/*! | ||
* @intlify/message-compiler v9.0.0-beta.12 | ||
* @intlify/message-compiler v9.0.0-beta.13 | ||
* (c) 2020 kazuya kawaguchi | ||
@@ -810,3 +810,2 @@ * Released under the MIT License. | ||
} | ||
/** @internal */ | ||
function createParser(options = {}) { | ||
@@ -1258,3 +1257,2 @@ const location = !options.location; | ||
// generate code from AST | ||
/** @internal */ | ||
const generate = (ast, options = {} // eslint-disable-line | ||
@@ -1322,3 +1320,2 @@ ) => { | ||
/** @internal */ | ||
function baseCompile(source, options = {}) { | ||
@@ -1325,0 +1322,0 @@ // parse source codes |
import { RawSourceMap } from 'source-map'; | ||
/* Excluded from this release type: baseCompile */ | ||
export declare function baseCompile(source: string, options?: CompileOptions): CodeGenResult; | ||
@@ -20,5 +20,9 @@ export declare interface CodeGenOptions { | ||
/* Excluded from this release type: CompileDomain */ | ||
export declare type CompileDomain = 'tokenizer' | 'parser' | 'generator' | 'transformer' | 'compiler'; | ||
/* Excluded from this release type: CompileError */ | ||
export declare interface CompileError extends SyntaxError { | ||
code: number; | ||
domain?: CompileDomain; | ||
location?: SourceLocation; | ||
} | ||
@@ -40,3 +44,3 @@ /* Excluded from this release type: CompileErrorCodes */ | ||
/* Excluded from this release type: createParser */ | ||
export declare function createParser(options?: ParserOptions): Parser; | ||
@@ -125,3 +129,5 @@ export declare function createPosition(line: number, column: number, offset: number): Position_2; | ||
/* Excluded from this release type: Parser */ | ||
export declare interface Parser { | ||
parse(source: string): ResourceNode; | ||
} | ||
@@ -128,0 +134,0 @@ export declare interface ParserOptions { |
/*! | ||
* @intlify/message-compiler v9.0.0-beta.12 | ||
* @intlify/message-compiler v9.0.0-beta.13 | ||
* (c) 2020 kazuya kawaguchi | ||
@@ -826,3 +826,2 @@ * Released under the MIT License. | ||
} | ||
/** @internal */ | ||
function createParser(options = {}) { | ||
@@ -1254,3 +1253,2 @@ const location = !options.location; | ||
// generate code from AST | ||
/** @internal */ | ||
const generate = (ast, options = {} // eslint-disable-line | ||
@@ -1283,3 +1281,2 @@ ) => { | ||
/** @internal */ | ||
function baseCompile(source, options = {}) { | ||
@@ -1286,0 +1283,0 @@ // parse source codes |
/*! | ||
* @intlify/message-compiler v9.0.0-beta.12 | ||
* @intlify/message-compiler v9.0.0-beta.13 | ||
* (c) 2020 kazuya kawaguchi | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* @intlify/message-compiler v9.0.0-beta.12 | ||
* @intlify/message-compiler v9.0.0-beta.13 | ||
* (c) 2020 kazuya kawaguchi | ||
@@ -807,3 +807,2 @@ * Released under the MIT License. | ||
} | ||
/** @internal */ | ||
function createParser(options = {}) { | ||
@@ -1235,3 +1234,2 @@ const location = !options.location; | ||
// generate code from AST | ||
/** @internal */ | ||
const generate = (ast, options = {} // eslint-disable-line | ||
@@ -1264,3 +1262,2 @@ ) => { | ||
/** @internal */ | ||
function baseCompile(source, options = {}) { | ||
@@ -1267,0 +1264,0 @@ // parse source codes |
/*! | ||
* @intlify/message-compiler v9.0.0-beta.12 | ||
* @intlify/message-compiler v9.0.0-beta.13 | ||
* (c) 2020 kazuya kawaguchi | ||
@@ -829,3 +829,2 @@ * Released under the MIT License. | ||
} | ||
/** @internal */ | ||
function createParser(options = {}) { | ||
@@ -1257,3 +1256,2 @@ const location = !options.location; | ||
// generate code from AST | ||
/** @internal */ | ||
const generate = (ast, options = {} // eslint-disable-line | ||
@@ -1286,3 +1284,2 @@ ) => { | ||
/** @internal */ | ||
function baseCompile(source, options = {}) { | ||
@@ -1289,0 +1286,0 @@ // parse source codes |
/*! | ||
* @intlify/message-compiler v9.0.0-beta.12 | ||
* @intlify/message-compiler v9.0.0-beta.13 | ||
* (c) 2020 kazuya kawaguchi | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "@intlify/message-compiler", | ||
"version": "9.0.0-beta.12", | ||
"version": "9.0.0-beta.13", | ||
"description": "@intlify/message-compiler", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@intlify/message-resolver": "9.0.0-beta.12", | ||
"@intlify/shared": "9.0.0-beta.12", | ||
"@intlify/message-resolver": "9.0.0-beta.13", | ||
"@intlify/shared": "9.0.0-beta.13", | ||
"source-map": "0.6.1" | ||
@@ -37,0 +37,0 @@ }, |
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
271249
6735
+ Added@intlify/message-resolver@9.0.0-beta.13(transitive)
+ Added@intlify/shared@9.0.0-beta.13(transitive)
- Removed@intlify/message-resolver@9.0.0-beta.12(transitive)
- Removed@intlify/shared@9.0.0-beta.12(transitive)