Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/emberjs/babel-plugin-ember-template-compilation

Babel implementation of Ember's low-level template-compilation API
https://github.com/emberjs/babel-plugin-ember-template-compilation

Failing test showing errors when run after babel-plugin-transform-es2015-template-literals.

5e92e4d48cad36ed5644b5f6061586989b329121 authored almost 8 years ago
Add babel-plugin-transform-es2015-template-literals for testing ordering.

86d64b58ed1649233df41b3b4b3ff4b5828e8985 authored almost 8 years ago
Refactor to make it easier to test multiple plugins together.

208b2861d7639fc5d12623f7e2331029338cb1a3 authored almost 8 years ago
0.2.0

5ab250f9085a37b1fb1ff126867885d37497f901 authored almost 8 years ago
0.1.0

f1abfc696878f6ef44a8df62ac159f024a77b33f authored almost 8 years ago
Merge pull request #20 from rwjblue/stuff

Add basic caching for babel@6 usage.

900413e01649957ec5de67bc4ad1b2c8e000d8d5 authored almost 8 years ago
ES6ify

f8975db0e109bd54bbcde75b60c337da508d538f authored almost 8 years ago
Add `baseDir` function for caching.

c233d4415bd08f59631aff32428199e55cff5aca authored almost 8 years ago
Update .travis.yml listing of supported nodes.

2166fb7abdf5408f917c2527b4f82dda0d4ea3b6 authored almost 8 years ago
Specify minimum engine of node@4.

91e50486e6794bbee4035d9ceb93f38859ba02c5 authored almost 8 years ago
Lock it down!

b4d7de5928214de6832957c078fef37905185cdd authored almost 8 years ago
CI: Enable automatic NPM deployment for tags

cdcf4ad777c932fa7eb7f8707eb35801b6a2873b authored about 8 years ago
Merge pull request #16 from ember-cli/greenkeeper-update-all

Update all dependencies 🌴

9954a12ecdd64b36641aaff870141adbf4932296 authored over 8 years ago
chore(package): update dependencies

https://greenkeeper.io/

9875ca7d7361276a11c81054d6db65de977551e9 authored over 8 years ago
Update URLs after moving repository to ember-cli organization

767f0a5d23ebdc7eeeb7efcf5dae4ab1cc55532c authored over 8 years ago
Merge pull request #13 from Turbo87/cleanup

Cleanup & referencesImport()

659f2b4e1b22656d8728061161fd23b613175e0b authored over 8 years ago
tests: Simplify and inline "expected" variable

464f62522056599ee0b2460808e59c72c475b6dd authored over 8 years ago
Merge pull request #12 from Turbo87/babel-6

Adjust Babel 6 options usage

ceb5650948edb265123416216895768d455cdf76 authored over 8 years ago
Merge pull request #8 from topaxi/babel6

Port plugin to Babel 6

e566df86e5b1f48c757a14533628787d573fcc19 authored over 8 years ago
Use referencesImport() to figure out which nodes to replace

dc2757ce23e3366f430c09e8b0e8ed19106c7021 authored over 8 years ago
Defer ImportDeclaration removal until Program exit

otherwise referencesImport() won't work

3c5e0b7b292109caa2681fda759dc495803ac54e authored over 8 years ago
tests: Add line breaks to test fixtures

e6adc612516fedca314dd54cbde0d3ed2f920ffc authored over 8 years ago
Promote replaceNodeWithPrecompiledTemplate() to top-level function

b7b63b1ef609c6afb091554f4d5957f55ecb57f5 authored over 8 years ago
Save "hbsImportSpecifier" in state object

2df520ac3695f07a9286b25ce04b6e6bfc3a7dc3 authored over 8 years ago
Add missing semicolons

8dde03adeec176c7a77db1c08e5c0df697867305 authored over 8 years ago
Adjust Babel 6 options usage

b89c6d31b191371eeb6c055ede30a333e78839db authored over 8 years ago
tests: Extract transform() function

7a9f023235b7a5e1b3f334340293a5470abcc6df authored over 8 years ago
Port plugin to Babel 6

3034c4d1ddafdc9e5408476afff7e9a69e87906a authored almost 9 years ago
Release 0.0.5

67ba66727c06d3fe99404415e0e89dbc1f38e4be authored over 9 years ago
Update CHANGELOG

8852903875bf4b050ee6bcc3445741e0cb51a4c3 authored over 9 years ago
Merge pull request #7 from pangratz/allow-single-string-parameter

Allow single string as argument for hbs

9014850459f17b374ed782f5242d881938303023 authored over 9 years ago
Allow single string as argument for hbs

109b5f5c19e1c61654581b33e12f886b39e16412 authored over 9 years ago
Refactor replacing node with precompiled template into own function

e839280098568ccbd1bad0e2886f72901e842e66 authored over 9 years ago
Release 0.0.4

d2e05d1ea59ac8bf44bb7e1ede420118792934e5 authored over 9 years ago
Update CHANGELOG

659af92c424eaa45c1872e1cbdac214b1f71c357 authored over 9 years ago
Fix "typo" for method which should replace deprecated behavior

The method is called `replaceWithSourceString` and not
`replaceWithStringSource`.

f2458bede137297bd13e8308a35a489754eadc97 authored over 9 years ago
0.0.3

03e59bcc76c3e32e6e02688fe15052c1348adb04 authored over 9 years ago
Merge pull request #6 from rwjblue/patch-1

Use `path.replaceWithSourceString` to avoid deprecation.

39a5633bb39bf16829fad699ec8c0f9324fc3f8b authored over 9 years ago
Use `path.replaceWithSourceString` to avoid deprecation.

855de6777fd57a01583136b8a67961fd3c277218 authored over 9 years ago
0.0.2

3526deb91d7b4d999c4ea89ad5adfc2e14c176c6 authored over 9 years ago
Add CHANGELOG

06002163078e60a13eaf4a2ad2cf35a40f827558 authored over 9 years ago
Merge pull request #4 from alisdair/master

Replace remove() with dangerouslyRemove()

b62ed62408c51d63806f971c9fc3be4a84633432 authored over 9 years ago
Replace remove() with dangerouslyRemove()

Fixes this deprecation warning from babel-core:

> Trace: Path#remove has been renamed to Path#d...

b0cbdb2e4631f2bf512394e8914a96c3acb0d806 authored over 9 years ago
Use `assert.throws` to assert thrown error

04bf18a3526b466e3b01c98d42adeffc1a2952d1 authored over 9 years ago
0.0.1

295a228a74c127dd3f16a014990132b42cc6d48f authored over 9 years ago
Throw error when tagged template contains placeholders

Since the expressions wouldn't be replaced, we throw an error to inform
the user.

c616f7b89d61bed09254bee828044bb08852d165 authored over 9 years ago
Rename state parameter to file

The passed parameter is a babel file object.

9897affe5822b85f53b2b70fcd0a49a4d6bd7057 authored over 9 years ago
Enhance error message by showing used import statement

When an unsupported import statement is used, the error message now
correctly contains the used ...

3b3b6d562d05644ad96241062a4ecbe471c5577a authored over 9 years ago
Add travis badge

9732a3438ffdb74cd0fb36744b589ba8ba6331a9 authored over 9 years ago
Initial commit

Babel Transformer plugin extracted from https://github.com/pangratz/ember-cli-htmlbars-inline-pr...

586f391a29aeac6b94a42eb9f88d1bdc4abef2b9 authored over 9 years ago