Skip to content

Commit

Permalink
Move the Types namespace to its own file
Browse files Browse the repository at this point in the history
So that, when we remove the surrounding namespace in #909, ably.d.ts and
modules.d.ts can still re-export all of the types that it contains by
writing `export * from './types'`.
  • Loading branch information
lawrence-forooghian committed Nov 30, 2023
1 parent 384c6c9 commit c18b03a
Show file tree
Hide file tree
Showing 4 changed files with 2,767 additions and 2,761 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
},
},
{
files: ['ably.d.ts', 'modules.d.ts'],
files: ['ably.d.ts', 'modules.d.ts', 'types.d.ts'],
extends: [
'plugin:jsdoc/recommended',
],
Expand Down
Loading

0 comments on commit c18b03a

Please sign in to comment.