Commit Graph

11 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
58b7ecefc7 Merge pull request #24406 from j2L4e/feathersjs-1
@feathersjs/multiple combined commonJS and ES module default exports.
2018-03-26 13:41:50 -07:00
Aleksey Klimenko
f113a24a8c fix(@feathersjs/express): defined 'rest' as calllable-object and fixed codystyle 2018-03-26 02:13:46 +03:00
Aleksey Klimenko
240454d11c fix(@feathersjs/express): removed redudant export 2018-03-24 11:33:15 +03:00
Aleksey Klimenko
329bf5da38 [feathersjs__express] clarified definitions and tests 2018-03-24 04:29:35 +03:00
Jan Lohage
39f4c4ccee @feathersjs/multiple
correctly type behavior of combined commonJS and ES module default exports `module.exports.default = module.exports`
2018-03-20 13:09:42 +01:00
Andy
311bfefd68 Fix feathersjs dependers (#24091) 2018-03-05 16:19:20 -08:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Jan Lohage
33b99a3fe9 [@feathersjs] add missing dependency to @feathersjs/socketio and @feathersjs/primus packages, add reexports to @feathersjs/express (#23230)
* [@feathersjs] add @feathersjs/socket-commons import to @feathersjs/socketio and @feathersjs/primus packages

* [@feathersjs] fix ts version in @feathersjs/socketio and @feathersjs/primus packages

* [@feathersjs] really fix ts version in @feathersjs/socketio and @feathersjs/primus packages

* add express reexports
2018-01-29 11:31:18 -08:00
Jan Lohage
9dec8df964 fix(@feathersjs/various): proper module augmentation, add reexports (#23195)
* fix feathersjs__{authentication-client,express,socket-commons}

* fix feathersjs__authentication-client
2018-01-25 13:41:41 -08:00
Jan Lohage
ea29e9588e Add definitions for 16 packages of the @feathersjs scope (#22805)
* add various packages in @feathersjs scope

* formatting, make feathers package pass linting.

* add typings for feathersjs core packages:

@feathersjs/authentication
@feathersjs/authentication-client
@feathersjs/authentication-jwt
@feathersjs/authentication-local
@feathersjs/authentication-oauth1
@feathersjs/authentication-oauth2
@feathersjs/configuration
@feathersjs/errors
@feathersjs/express
@feathersjs/feathers
@feathersjs/primus
@feathersjs/primus-client
@feathersjs/rest-client
@feathersjs/socket-commons
@feathersjs/socketio
@feathersjs/socketio-client

* remove unnecessary package.json files

* fix TS versions

* add some tests, fix errors module, add doc comments, minor todos left
2018-01-17 11:16:10 -08:00