文件名称:babel-plugin-debug-macros
文件大小:169KB
文件格式:ZIP
更新时间:2024-02-20 20:56:53
debugging babel macros feature-flags Babel
Babel调试宏和功能标志 这提供了调试宏和功能标记。 建立 该插件有4种类型的选项: flags , svelte , debugTools和externalizeHelpers 。 importSpecifier用作此插件的提示,用于importSpecifier宏导入位置以及主机可以完全配置的宏。 像Babel一样,您可以使用externalizeHelpers选项提供自己的助手。 { plugins : [ [ 'babel-debug-macros' , { // @optional debugTools : { isDebug : true , source : 'debug-tools' , // @optional assertPredicateIndex : 0 } , flags : [ { source : '@ember/env-flags' , flags : { DEBUG : true } } ,
【文件预览】:
babel-plugin-debug-macros-master
----.github()
--------workflows()
----yarn.lock(321KB)
----RELEASE.md(2KB)
----.eslintrc.js(374B)
----src()
--------utils()
--------index.js(3KB)
----fixtures()
--------deprecate-missing-id()
--------missing-debug-tools-options()
--------deprecate-missing-until()
--------warn-expansion()
--------ember-cli-babel-config()
--------runtime-feature-flags()
--------default-export-features()
--------missing-feature-flag()
--------does-not-modify-non-imported-flags()
--------production-svelte-builds()
--------retain-module-external-helpers()
--------assert-expansion()
--------hygenic-debug-injection()
--------retains-runtime-definitions()
--------global-external-helpers()
--------development-feature-flags()
--------shared-debug-module()
--------development-svelte-builds()
--------retains-import-for-non-macro-types()
--------deprecate-expansion()
--------inline-feature-flags()
--------log-expansion()
--------debug-flag()
--------removes-imports-without-specifiers()
--------inject-env-flags()
----.prettierrc(73B)
----README.md(4KB)
----tests()
--------debug-tools-babel7-test.js(341B)
--------debug-tools-babel6-test.js(339B)
--------create-tests.js(12KB)
--------utils-macros-test.js(1014B)
--------ensure-baseDir-test.js(304B)
--------normalize-options-test.js(5KB)
----.gitignore(18B)
----CHANGELOG.md(6KB)
----.eslintignore(11B)
----package.json(2KB)