文件名称:余烬模板字符串插值
文件大小:189KB
文件格式:ZIP
更新时间:2024-03-10 13:42:28
JavaScript
余烬模板字符串插值 一个实现建议的实验性插件。 目前,这只是一个粗略的实现,实际上只有很少的有限情况有效,并且肯定还没有做好生产准备。 您可以查看我们支持的案例列表。 请尝试戳一下它以查找不起作用的案例并为每个案例打开一个问题,或者更好的是,发送带有失败测试案例的PR。 兼容性 Ember.js v3.12或更高版本 Ember CLI v2.13或更高版本 Node.js v10或更高版本 安装 ember install ember-template-string-interpolation 贡献 有关详细信息,请参见指南。 执照 该项目已获得。
【文件预览】:
ember-template-string-interpolation-master
----.travis.yml(1KB)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----vendor()
--------.gitkeep(0B)
----addon()
--------.gitkeep(0B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----index.js(334B)
----.watchmanconfig(37B)
----package.json(2KB)
----tests()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------helpers()
----app()
--------.gitkeep(0B)
----testem.js(601B)
----CONTRIBUTING.md(656B)
----.npmignore(411B)
----.eslintrc.js(1KB)
----.template-lintrc.js(57B)
----LICENSE.md(1KB)
----.gitignore(369B)
----lib()
--------string-interpolation-plugin.js(2KB)
----README.md(1KB)
----yarn.lock(446KB)
----.eslintignore(240B)
----.editorconfig(367B)