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.
- package/index.js +0 -1
- 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