99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

@babel/plugin-proposal-json-strings

2023-06-09 17:13 更新
NOTE: This plugin is included in @babel/preset-env, in ES2019

Examples?

In

JavaScript

const ex = "before?after";
// ^ There's a U+2028 char between 'before' and 'after'

Out

JavaScript

const ex = "before\u2028after";
// ^ There's a U+2028 char between 'before' and 'after'

Installation?

  • npm
  • Yarn
  • pnpm
pnpm add --save-dev @babel/plugin-proposal-json-strings

Usage?

With a configuration file (Recommended)?

babel.config.json

{
"plugins": ["@babel/plugin-proposal-json-strings"]
}

Via CLI?

Shell

babel --plugins @babel/plugin-proposal-json-strings script.js

Via Node API?

JavaScript

require("@babel/core").transformSync("code", {
plugins: ["@babel/plugin-proposal-json-strings"],
});

References?


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號