文件名称:ember-codemods-telemetry-helpers
文件大小:266KB
文件格式:ZIP
更新时间:2024-05-19 18:47:35
JavaScript
余烬代码mods遥测帮助器 遥测助手运行该应用程序,并在运行时获取有关所有模块的基本信息。 这使codemod可以知道应用程序中每个帮助程序,组件,路线,控制器等的名称,而无需猜测/依靠静态分析。 它们基本上可以帮助您创建“运行时辅助的codemod”。 目标 该项目的目标是使每个codemod能够管理自己的数据收集类型,并且该程序包提供了运行自定义收集功能的工具。 用法 假设您正在使用编写一个codemod, ember-codemods-telemetry-helpers允许您*分配自己的“遥测收集”功能,同时提供其自己的一个即用型(选择启用)。 #!/usr/bin/env node 'use strict' ; const { gatherTelemetryForUrl } = require ( 'ember-codemods-telemetry-helpers' ) ;
【文件预览】:
ember-codemods-telemetry-helpers-master
----.travis.yml(263B)
----package.json(1KB)
----.github()
--------workflows()
----test()
--------fixtures()
--------helpers()
----RELEASE.md(2KB)
----LICENSE(1KB)
----.npmignore(21B)
----.eslintrc.js(400B)
----.gitignore(965B)
----CHANGELOG.md(5KB)
----lib()
--------index.js(601B)
--------utils()
--------gather()
----.prettierrc.js(101B)
----README.md(5KB)
----yarn.lock(263KB)
----.eslintignore(43B)