Ecosyste.ms: OpenCollective

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

github.com/gulpjs/interpret

A dictionary of file extensions and associated module loaders.
https://github.com/gulpjs/interpret

chore: Release 3.1.1 (#93)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

c09bf70bc73d020b9d387223e7b74708687fdb47 authored over 2 years ago
fix: Include cjs-stub in npm bundle

4f7d7981565a704af9ded99eb953faa1a838f8af authored over 2 years ago
chore: Release 3.1.0 (#91)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

ad452365690330cfd0072adc08a88d60a88e245b authored over 2 years ago
chore: Remove some crufty files

2d915e37d3be043077dca6936e337923bc9acb1e authored over 2 years ago
chore: Update readme & run prettier

377e71ece6469f1adb55031ad0508d41e5d7cbf3 authored over 2 years ago
feat: Add `.cts` to support typescript 4.7 (#90)

Co-authored-by: Blaine Bublitz <[email protected]>

c1ffa36fbd1088f2dbdb00c9500eecfce70eafc0 authored over 2 years ago
chore: Release 3.0.0 (#81)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

c81a9d4e48a4d1353451def10e16ddfabd7c84d9 authored almost 3 years ago
feat!: Provide default configuration in register functions (#83)

feat: Allow register function configuration to be overridden

7856f7ef812bae3cc609db15e3e98dff3a0cd536 authored almost 3 years ago
chore: Update readme & run prettier

dc9f085d6499613ab3e346117a83985847c2f688 authored almost 3 years ago
chore: Auto-generate the supported hooks & extensions in CI (#86)

chore: Rewrite API docs
chore: Autogenerate supported extensions & hooks
chore: Update CI to g...

a1e9151a951fb152d46c223b636c82152ef1355a authored almost 3 years ago
chore: Run prettier

2cf15eb4047ed2f266e02a2dbda4e8540a07be78 authored almost 3 years ago
feat: Support `.mdx` extension hook (#85)

cd24c39f38742adf8339183adf24d548479810f0 authored almost 3 years ago
feat: Add `.cjs` extension and stub hook (#75)

7989161ba5c9ac4e99ec17043b73e525e8e07874 authored almost 3 years ago
chore: Avoid timeouts on tests (#87)

b9cbbf16ee40a10fe5cd243c95646b22b4f4654d authored almost 3 years ago
feat: Add support for `.swc.(js|jsx|ts|tsx)` extensions

c054cf2e5322e7306f8bbf6778956d97d65e37a1 authored almost 3 years ago
chore: Run prettier

ad4d6976e3d925c057186a64527c59e9917855fe authored almost 3 years ago
chore: Fix supported syntax in sucrase tests

4f8d3704e10d84444de26fe57a8c1d190cd024e6 authored almost 3 years ago
chore: Run prettier

3723012d32f576c6b61ea381be7698893e2cc5e9 authored almost 3 years ago
feat: Add sucrase hook as alternative for `.jsx`

58f678e78c81fb953b50935cdefbc78bf6d3b77f authored almost 3 years ago
chore: Run prettier

6dbe2a7ba357af956d78a750a51b2274cb6f386b authored almost 3 years ago
feat: Add support for `.sucrase.(js|jsx|ts|tsx)` extensions

216ad128fdf0a774b81297729d1d17c2b2ff4893 authored almost 3 years ago
fix!: Only load sucrase tsx hook for `.tsx` extension

e9376a18587b5c73f5f1cb5fa60fa73b8fab3a96 authored almost 3 years ago
chore: Run prettier

8e6d1390506eadadfa10df015c74ff97276c3535 authored almost 3 years ago
feat: Leverage endsWith instead of RegExp in matchers (#82)

6404724bc9814540aaa46a680c165eac0c1f32d9 authored almost 3 years ago
chore: Run prettier

9847d112bea8670dd93eb943d27d9e1f316f66e2 authored almost 3 years ago
chore!: Normalize repository, dropping node <10.13 support (#80)

7b69c632592dfe3e84332ee27eec28805c23a30e authored almost 3 years ago
chore!: Drop legacy loaders & extensions (#79)

chore!: Remove legacy node-jsx hook
chore!: Remove deprecated typescript-node hook
chore!: Rem...

18a0319c0d53c4c33a8ce9badca4d6cfe98cb314 authored almost 3 years ago
chore: Ensure package-lock.json is cleaned before tests

d4b3104926bdacf20b04fc9fdcd6d1a6a133e106 authored almost 3 years ago
feat: Add `@swc/register` as a loader for `.ts` and `.tsx` extensions (#74)

f160451b720ea1b0db4a1f66a646fca9758e71ad authored almost 3 years ago
feat: Add new extensions as JS variants

8a8df595afc2b813f48e5a87c0f6f88b17f746a7 authored almost 3 years ago
feat: Support `.babel.(jsx|tsx)` extensions

1e3d0f81c0aa96e6ea084a75a54af2bf3be53aef authored almost 3 years ago
fix!: Ensure babel only transforms files that match the full extension

81ed5024b1d961029320a048036f7a559d11cdac authored almost 3 years ago
feat: Add support for `.esbuild.(js|jsx|ts|tsx)` extensions

fcb967211180216f3ddd0358e8634e9ee5c955fd authored almost 3 years ago
fix: Ensure esbuild-register only applies to ts or tsx files

5680b3fbd5f08a23807f23d500d222b056cfe542 authored almost 3 years ago
chore: Update test fixtures with fallible TS syntax

2e00a6e647bc20c05a12e8ee62dcc518c42c0378 authored almost 3 years ago
fix: Apply correct ordering to esbuild-register

fcfbdb44477c6ed063a22a9ce3b972698479da3b authored almost 3 years ago
feat: Add esbuild-register for typescript extensions (#77)

963f5fadb0b01a0640c52b68f4d76480fdbf70eb authored almost 3 years ago
Release: 2.2.0

57cd5973c313c420b1ad24a922d1c95ebec3c532 authored over 4 years ago
New: Support .mjs extension (closes #65)

85f41f4ddf24abffe39be5a87b80327958545ef2 authored over 4 years ago
Build: Add node 12/14 & set maxVersions

8eea01f517b12f208cff535fe33ef9c88d5f44c0 authored over 4 years ago
Release: 2.1.0

d0f9a8edd99b3cd0f9223b5499560913223f0f97 authored over 4 years ago
New: Add sucrase for typescript extensions (#66)

Co-authored-by: Flip Sasser <[email protected]>

17ec03b79671e22655fc56cc87963ad495d35a41 authored over 4 years ago
Update: Add babel de-register workaround to tests (closes #63)

0ad24f301314e5cd6b24452dfacb7b8fe5339f8e authored about 5 years ago
Update: Make tests less flakey

05cf5af23d0c57a3e3bc3344ee22e21b107a3a8e authored about 5 years ago
Scaffold: Update FUNDING list

c6924641de407accdebca91212c1cce3c403b346 authored over 5 years ago
Release: 2.0.0

dabff01cb269c1810c8c68c318b7b7e1fdd5b78a authored over 5 years ago
Docs: Update extensions map

a6a1d4f2652d8a6f101aa9acfad1f3d76b7c3131 authored over 5 years ago
Docs: Add enterprise language

9398ab703ba39bc82368d0cd262b76f2d97c55fb authored over 5 years ago
Breaking: Ensure babel ignores non-.babel.js/ts/jsx files & enable upward-optional mode (fixes #39, #41, #54) (#58)

* babel must now ignore files not ending by babel.js (inspired from @cspotcode branch, PR #41 ex...

7e2683b1a66125029ab1596642ee339050f55f8d authored over 5 years ago
Scaffold: Complete Tidelift tasks

f6bb2b76c1f3e0750695e1ab8dc5654878da2497 authored over 5 years ago
Update: Fix test failure about .toml

782cb2ccff17f32f6fdb7c039379908c726120a6 authored over 5 years ago
Update: Pass updated eslint rules

3dc94cd1c5d641b929f420ad3af4326309f22df6 authored over 5 years ago
Scaffold: Add package-lock.json to .gitignore

cbc1d3d427803c829b83513be5663638be0a94f0 authored over 5 years ago
Update: Switch coverage tool to nyc and coveralls

23351ee9f0fddf16cdac334d23283bdf325d7e3a authored over 5 years ago
Update: Upgrade rechoir in devDependencies

18324601135049ecfd4b6844dcdc81e49d6678d5 authored over 5 years ago
Scaffold: Add FUNDING.yml with Tidelift integration

ac20efaf36ba13679362a86c748fa0a4d090caa3 authored over 5 years ago
Update: Support json5/lib/register

9f83af40dfc35c5de84d96fc45851f9f06246278 authored about 6 years ago
Build: Avoid unintentionally skipped tests

55a6076570e07ea5b8742255db4ab68fc26ce1b3 authored about 6 years ago
Release: 1.2.0

cc274d7d70cfa79806dc98c2554b1bfa3d7eb95d authored about 6 years ago
Scaffold: Reintroduce coveralls

1406c6cd2681f3c43f4444e421ae8c1c4e2283d4 authored about 6 years ago
Build: Add test suite

90e6bf531423ae2f91b8209a16dc2c45ffd60d8b authored about 6 years ago
Docs: Update extensions

e36878f8014eada72a6e7d117643d2c827785aa4 authored over 6 years ago
Update: Rename "module" to "hook" to avoid shadowing global

fbe185cac2fd7bea1a36186db6b9ea5683319d83 authored over 6 years ago
New: Add support for esm on .esm.js extension (closes #52)

7205800a195d14b2e31de82287858826ef85df10 authored over 6 years ago
New: Add support for babel 7 on .ts/.tsx & add new .babel.ts extension (closes #48)

17546bb6933cf7c13cf8fb659f969bb257b8b72f authored over 6 years ago
Docs: Remove coveralls badge

fe11f164e09a14c469c34318c7caf3b57f4b0ab1 authored over 6 years ago
Build: Avoid coveralls command

bd9dec8bfebaa1c3cf97344741e4a620e35742de authored over 6 years ago
Scaffold: Normalize repository

59315ec03ccf82725f7e5cdb48ddd8e25d322259 authored over 6 years ago
Release: 1.1.0

5dbc34cb669a2c13b2572f416b2194f40153db01 authored about 7 years ago
New: Support babel 7 (#47)

bb7835a040c1529b624afda8944e913cb0d1f560 authored about 7 years ago
Release: 1.0.4

e928fc7ed400ad489ae7db437dad47dfdd3a4eb4 authored over 7 years ago
Fix priority of CoffeeScript modules (#45)

6b53c48d27cd6c85af43321ae79fb4203b845437 authored over 7 years ago
update changelog

767213bb4a2c75aadddb1439e8a7d0681f30e3af authored almost 8 years ago
1.0.3

ccc54be7b0e1f992468e4dd6662cb4ba6b9a1a5b authored almost 8 years ago
buble does not export a function

91ace5815f29121b5814e537b7626f9a68c6e702 authored almost 8 years ago
update changelog

e919561a3671c803cda3fe70880ec311b2f8681f authored almost 8 years ago
1.0.2

7cfb948b519261cc21196f29a87be4a4edd75773 authored almost 8 years ago
fix: support coffeescript@next (#44)

360bda9e31c0018fa14a5a32478e2f0bd4462f14 authored almost 8 years ago
1.0.1

80e9d49ece362c75e697bc7487186761efd77a6f authored almost 9 years ago
Merge pull request #38 from TrySound/add-buble

Add buble extension

18b824eead77ca87bf4d1b181bd4fa9fc6f15f94 authored almost 9 years ago
Add buble extension

b11aca3d9183559f0ec063468f2b817ec4223364 authored almost 9 years ago
update changelog

a62691b31731f0006e8e04cd06cfaf4c47afa722 authored about 9 years ago
1.0.0

b744281ac6afbedc232f7a435a50a09359262a5d authored about 9 years ago
Merge pull request #35 from jamesknelson/babel-register

get ready for babel-register

dee774790ec080503548bdfaf4d19e7a657f8e2e authored about 9 years ago
update README

9f72f9428f8a387f1a5cec41a129a5aeef6634bd authored about 9 years ago
get ready for babel-register

5d78f35e7eb9788a07ee543eb4e8d3323b6d9b7b authored about 9 years ago
Merge pull request #34 from omrilitov/patch-1

Update README.md

703885cdfd24bbd1f44a1c0d1f5797a8f929ddfe authored about 9 years ago
Update README.md

Use correct extensions in README.md

88dd3220ef588ca6b25d0009c39176bf82e59471 authored about 9 years ago
v0.6.6

a4056f7e7996effb277ce9cead87f9e73ecf72ae authored over 9 years ago
Merge pull request #33 from tomc974/master

Add ts-node (former typescript-node) for TS 1.6 support

5ecf68eeb3068fa55f5e921de318a748354c1b09 authored over 9 years ago
Add ts-node (former typescript-node) for TS 1.6 support

e584ebfc5e2adfad3613969381522ce8e6ecfa27 authored over 9 years ago
0.6.5

f301687afc9aeb0c93e393b34c4f0253111f1ad0 authored over 9 years ago
Merge pull request #32 from blakeembrey/typescript-node

Added `typescript-node` for TS 1.5 compilation

9c5a96c0741183ce2861a11cbc7a5d81ac99bbca authored over 9 years ago
Added `typescript-node` for TS 1.5 compilation

6496311855b466203597bd612c816a5df824cc71 authored over 9 years ago
0.6.4

1634ccb32b00de51c9a5087290330c2ba1de2dc4 authored over 9 years ago
Merge pull request #31 from MadcapJake/master

Earl Grey

03d998bc990149c9bf1f4cd9ca984f16d5c6b74f authored over 9 years ago
Remove fallback entry for Earl Grey

Remove fallback Earl Grey entry from index.js

Remove fallback from readme too

2df4609ced4e9fab8a3fbc979d900685708e207e authored over 9 years ago
Earl Grey

Add Earl Grey

Add to package file

Add EG to readme

Add missing commas

850b1333806e316d6f270cd8026d179dc9a85aff authored over 9 years ago
0.6.3

3b9eb80017244a4d17c83217f4e0e7b7e8184a6b authored over 9 years ago
Merge pull request #30 from tkellen/babel-core

support babel-core - closes #29

7d51ead4d9038d5cc378fd95d309b41f2eb07852 authored over 9 years ago