babel-plugin-formatjs 11.0.7 → 11.0.8

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3,7 +3,6 @@ import babelPluginSyntaxJsxNs from '@babel/plugin-syntax-jsx';
3
3
  import { visitor as CallExpression } from './visitors/call-expression.js';
4
4
  import { visitor as JSXOpeningElement } from './visitors/jsx-opening-element.js';
5
5
  const babelPluginSyntaxJsx = babelPluginSyntaxJsxNs.default || babelPluginSyntaxJsxNs;
6
- console.log(babelPluginSyntaxJsxNs);
7
6
  export const DEFAULT_ID_INTERPOLATION_PATTERN = '[sha512:contenthash:base64:6]';
8
7
  const plugin =
9
8
  // @ts-expect-error PluginPass doesn't allow custom state but it actually does
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "babel-plugin-formatjs",
3
3
  "description": "Extracts string messages for translation from modules that use formatjs.",
4
- "version": "11.0.7",
4
+ "version": "11.0.8",
5
5
  "license": "MIT",
6
6
  "author": "Long Ho <holevietlong@gmail.com>",
7
7
  "type": "module",