@intlify/bundle-utils
Advanced tools
Comparing version 6.0.1 to 7.0.0
@@ -33,2 +33,3 @@ import { JSONProgram } from 'jsonc-eslint-parser/lib/parser/ast'; | ||
escapeHtml?: boolean; | ||
jit?: boolean; | ||
onWarn?: (msg: string) => void; | ||
@@ -43,5 +44,2 @@ onError?: (msg: string, extra?: { | ||
} | ||
/** | ||
* @internal | ||
*/ | ||
interface CodeGenResult<ASTNode, CodeGenError extends Error = Error> { | ||
@@ -55,9 +53,6 @@ code: string; | ||
/** | ||
* Code generator for i18n json/json5 resource | ||
* Code / AST generator for i18n json/json5 resource | ||
*/ | ||
/** | ||
* @internal | ||
*/ | ||
declare function generate$2(targetSource: string | Buffer, { type, legacy, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent }: CodeGenOptions, injector?: () => string): CodeGenResult<JSONProgram>; | ||
declare function generate$2(targetSource: string | Buffer, { type, legacy, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent, jit }: CodeGenOptions, injector?: () => string): CodeGenResult<JSONProgram>; | ||
@@ -71,3 +66,3 @@ /** | ||
*/ | ||
declare function generate$1(targetSource: string | Buffer, { type, legacy, bridge, exportESM, useClassComponent, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml }: CodeGenOptions, injector?: () => string): CodeGenResult<YAMLProgram>; | ||
declare function generate$1(targetSource: string | Buffer, { type, legacy, bridge, exportESM, useClassComponent, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, jit }: CodeGenOptions, injector?: () => string): CodeGenResult<YAMLProgram>; | ||
@@ -81,3 +76,3 @@ /** | ||
*/ | ||
declare function generate(targetSource: string | Buffer, { type, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent, allowDynamic }: CodeGenOptions, injector?: () => string): CodeGenResult<Node>; | ||
declare function generate(targetSource: string | Buffer, { type, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent, allowDynamic, jit }: CodeGenOptions, injector?: () => string): CodeGenResult<Node>; | ||
@@ -84,0 +79,0 @@ type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n'; |
{ | ||
"name": "@intlify/bundle-utils", | ||
"description": "Bundle utilities for Intlify project", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": { | ||
@@ -21,4 +21,4 @@ "name": "kazuya kawaguchi", | ||
"dependencies": { | ||
"@intlify/message-compiler": "9.3.0-beta.17", | ||
"@intlify/shared": "9.3.0-beta.17", | ||
"@intlify/message-compiler": "9.3.0-beta.20", | ||
"@intlify/shared": "9.3.0-beta.20", | ||
"acorn": "^8.8.2", | ||
@@ -25,0 +25,0 @@ "escodegen": "^2.0.0", |
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
92198
2476
+ Added@intlify/message-compiler@9.3.0-beta.20(transitive)
+ Added@intlify/shared@9.3.0-beta.20(transitive)
+ Addedsource-map-js@1.2.1(transitive)
- Removed@intlify/message-compiler@9.3.0-beta.17(transitive)
- Removed@intlify/shared@9.3.0-beta.17(transitive)