From c8089e91d1be9af95c604ef234180903593a07b3 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Tue, 26 Nov 2019 12:47:30 -0800 Subject: [PATCH] Trim tsconfig files; move untested files to OTHER_FILES.txt (#40676) * Initial cut * fix aos global reference * fix clearbladejs global references * fix cldr.js augmentations * fix codemirror compile errors (maybe) * fixup skipped files after merge * fix dwt/v13 * add missing references to adone * fix meteor (manually) * fix rangy * add missing file reference to react-blessed * fix react-dom? * bump codemirror to 3.2 * bump dwt to 3.2 * Add/remove OTHER_FILES.txt as needed. * bump react-codemirror to 3.2 * add references to slickgrid tests * add reference to strophe.js tests * add reference to strophe+fix types * add reference to waypoints test * Bump others to 3.9 * remove incorrectly added file * Use more explicit types reference paths * bump strophejs-plugin-roster TS version --- types/adone/tsconfig.json | 74 -- types/algoliasearch/tsconfig.json | 3 +- types/amap-js-api-map3d/tsconfig.json | 9 +- types/amap-js-api/tsconfig.json | 46 +- types/amcharts/OTHER_FILES.txt | 16 + types/amcharts/tsconfig.json | 43 -- types/amqplib/tsconfig.json | 1 - types/angular-mocks/tsconfig.json | 1 - types/angular/tsconfig.json | 3 +- types/antlr4/OTHER_FILES.txt | 1 + types/antlr4/tsconfig.json | 19 +- types/array.from/tsconfig.json | 43 +- types/array.prototype.flat/tsconfig.json | 16 +- types/array.prototype.flatmap/tsconfig.json | 8 +- types/asap/tsconfig.json | 5 +- types/atom/OTHER_FILES.txt | 6 + types/atom/tsconfig.json | 5 +- types/autosuggest-highlight/tsconfig.json | 6 +- types/aws-serverless-express/tsconfig.json | 1 - types/azure-sb/OTHER_FILES.txt | 9 + types/azure-sb/tsconfig.json | 21 +- types/browserslist/tsconfig.json | 15 +- types/bufferstream/OTHER_FILES.txt | 1 + types/bufferstream/tsconfig.json | 1 - types/business-rules-engine/OTHER_FILES.txt | 2 + types/business-rules-engine/tsconfig.json | 3 - types/cacache/tsconfig.json | 3 +- types/carbon-components-react/OTHER_FILES.txt | 2 + types/carbon-components-react/tsconfig.json | 239 +----- types/chrome/OTHER_FILES.txt | 1 + types/chrome/tsconfig.json | 3 +- types/chromecast-caf-receiver/tsconfig.json | 18 +- types/classnames/tsconfig.json | 5 +- types/cldrjs/tsconfig.json | 1 - .../clearbladejs-server-tests.ts | 2 + types/clearbladejs-server/tsconfig.json | 4 +- types/cleave.js/tsconfig.json | 6 +- types/codemirror/OTHER_FILES.txt | 13 + types/codemirror/index.d.ts | 2 +- .../test/addon/edit/closebrackets.ts | 3 +- types/codemirror/test/addon/edit/closetag.ts | 2 +- .../test/addon/edit/matchbrackets.ts | 2 +- types/codemirror/test/addon/edit/matchtags.ts | 1 + .../test/addon/scroll/scrollpastend.ts | 1 + .../test/addon/search/match-highlighter.ts | 1 + .../test/addon/selection/active-line.ts | 3 +- types/codemirror/test/comment.ts | 2 + types/codemirror/test/panel.ts | 2 +- types/codemirror/test/runmode.ts | 3 +- types/codemirror/test/searchcursor.ts | 2 +- types/codemirror/test/showhint.ts | 2 +- types/codemirror/test/tern.ts | 4 +- types/codemirror/tsconfig.json | 13 - types/coinlist/tsconfig.json | 3 +- types/color-convert/tsconfig.json | 2 - types/cometd/tsconfig.json | 7 +- types/commangular/OTHER_FILES.txt | 1 + types/commangular/tsconfig.json | 3 +- types/config/tsconfig.json | 2 - types/core-object/tsconfig.json | 3 +- types/crypto-js/tsconfig.json | 46 +- types/currency-formatter/tsconfig.json | 1 - .../tsconfig.json | 3 +- types/d/tsconfig.json | 4 +- types/date-now/tsconfig.json | 39 +- types/detox/tsconfig.json | 13 +- types/dispatchr/tsconfig.json | 4 +- types/dojo/OTHER_FILES.txt | 63 ++ types/dojo/tsconfig.json | 65 +- types/dwt/tsconfig.json | 11 +- types/dwt/v13/OTHER_FILES.txt | 4 + types/dwt/v13/dwt-tests.ts | 1 + types/dwt/v13/index.d.ts | 2 +- types/dwt/v13/tsconfig.json | 6 +- types/dwt/v14/tsconfig.json | 11 +- types/eases/tsconfig.json | 35 +- types/echarts/tsconfig.json | 32 +- types/ember-data/OTHER_FILES.txt | 2 + types/ember-data/tsconfig.json | 137 ++-- types/ember-data/v2/OTHER_FILES.txt | 2 + types/ember-data/v2/tsconfig.json | 33 +- types/ember-feature-flags/tsconfig.json | 116 ++- types/ember-feature-flags/v3/tsconfig.json | 11 +- types/ember__application/OTHER_FILES.txt | 8 + types/ember__application/tsconfig.json | 50 +- types/ember__array/OTHER_FILES.txt | 6 + types/ember__array/tsconfig.json | 24 +- types/ember__component/OTHER_FILES.txt | 10 + types/ember__component/tsconfig.json | 36 +- types/ember__debug/OTHER_FILES.txt | 2 + types/ember__debug/tsconfig.json | 28 +- types/ember__engine/OTHER_FILES.txt | 5 + types/ember__engine/tsconfig.json | 23 +- types/ember__object/OTHER_FILES.txt | 13 + types/ember__object/tsconfig.json | 23 +- types/ember__polyfills/tsconfig.json | 11 +- types/ember__routing/OTHER_FILES.txt | 13 + types/ember__routing/tsconfig.json | 59 +- types/ember__runloop/OTHER_FILES.txt | 3 + types/ember__runloop/tsconfig.json | 21 +- types/ember__template/tsconfig.json | 11 +- types/ember__test/OTHER_FILES.txt | 1 + types/ember__test/tsconfig.json | 107 ++- types/ember__utils/tsconfig.json | 7 +- types/emoji-mart/tsconfig.json | 23 +- types/emoji-regex/tsconfig.json | 13 +- types/enhanced-resolve/OTHER_FILES.txt | 1 + types/enhanced-resolve/tsconfig.json | 37 +- types/es-to-primitive/ts3.1/tsconfig.json | 43 +- types/es-to-primitive/ts3.2/tsconfig.json | 43 +- types/es-to-primitive/tsconfig.json | 43 +- types/eslint/ts3.1/OTHER_FILES.txt | 9 + types/eslint/ts3.1/tsconfig.json | 9 - types/event-emitter/tsconfig.json | 4 - types/eventsource/tsconfig.json | 6 +- types/excel-style-dataformatter/tsconfig.json | 6 +- types/feathersjs__errors/OTHER_FILES.txt | 2 + types/feathersjs__errors/tsconfig.json | 4 +- types/ffi-napi/OTHER_FILES.txt | 1 + types/ffi-napi/tsconfig.json | 3 +- types/ffi/OTHER_FILES.txt | 1 + types/ffi/tsconfig.json | 1 - types/ffmpeg.js/OTHER_FILES.txt | 2 + types/ffmpeg.js/tsconfig.json | 6 +- types/fibers/tsconfig.json | 6 +- types/flux/tsconfig.json | 6 - types/fluxible/tsconfig.json | 4 +- types/follow-redirects/OTHER_FILES.txt | 2 + types/follow-redirects/tsconfig.json | 4 +- types/format-unicorn/tsconfig.json | 1 - types/fundamental-react/tsconfig.json | 48 +- types/fusioncharts/OTHER_FILES.txt | 14 + types/fusioncharts/tsconfig.json | 14 - types/geodesy/tsconfig.json | 14 +- types/gl-vec2/tsconfig.json | 71 +- types/gl-vec3/tsconfig.json | 68 +- types/gl-vec4/tsconfig.json | 63 +- types/globalize/tsconfig.json | 10 +- types/globalthis/OTHER_FILES.txt | 3 + types/globalthis/tsconfig.json | 43 +- types/google-protobuf/tsconfig.json | 12 - types/graphql-react/OTHER_FILES.txt | 2 + types/graphql-react/tsconfig.json | 4 +- types/gulp-uglify/tsconfig.json | 3 +- types/gun/tsconfig.json | 3 +- types/hapi__nes/OTHER_FILES.txt | 1 + types/hapi__nes/tsconfig.json | 3 +- types/history/OTHER_FILES.txt | 1 + types/history/tsconfig.json | 10 +- types/history/v2/tsconfig.json | 11 +- types/history/v3/OTHER_FILES.txt | 1 + types/history/v3/tsconfig.json | 11 +- types/hls.js/OTHER_FILES.txt | 1 + types/hls.js/tsconfig.json | 1 - types/i2c-bus/tsconfig.json | 1 - types/iarna__toml/OTHER_FILES.txt | 1 + types/iarna__toml/tsconfig.json | 6 +- .../integrate-adaptive-simpson/tsconfig.json | 3 +- types/jquery/tsconfig.json | 3 +- types/js-captcha/tsconfig.json | 3 +- types/jscodeshift/tsconfig.json | 9 +- types/jsfl/OTHER_FILES.txt | 1 + types/jsfl/tsconfig.json | 3 +- types/jsmediatags/OTHER_FILES.txt | 14 + types/jsmediatags/tsconfig.json | 21 +- types/jsonld/tsconfig.json | 5 +- types/k6/tsconfig.json | 18 +- types/koa-session/OTHER_FILES.txt | 1 + types/koa-session/tsconfig.json | 3 - types/langmap/tsconfig.json | 5 +- types/lasso/tsconfig.json | 10 +- types/libxslt/tsconfig.json | 1 - types/linkifyjs/OTHER_FILES.txt | 4 + types/linkifyjs/tsconfig.json | 8 +- types/lodash-es/OTHER_FILES.txt | 20 + types/lodash-es/tsconfig.json | 323 +------- types/lodash/OTHER_FILES.txt | 687 +++++++++++++++++ types/lodash/ts3.1/OTHER_FILES.txt | 687 +++++++++++++++++ types/lodash/ts3.1/tsconfig.json | 704 +----------------- types/lodash/tsconfig.json | 702 +---------------- types/lowdb/OTHER_FILES.txt | 2 + types/lowdb/tsconfig.json | 7 - types/mangopay2-nodejs-sdk/tsconfig.json | 16 +- types/marko/OTHER_FILES.txt | 1 + types/marko/tsconfig.json | 31 +- types/material__base/tsconfig.json | 4 +- types/material__checkbox/tsconfig.json | 5 +- types/material__chips/tsconfig.json | 8 - types/material__dialog/tsconfig.json | 6 +- types/material__dom/tsconfig.json | 5 +- types/material__drawer/tsconfig.json | 8 +- types/material__floating-label/tsconfig.json | 5 +- types/material__form-field/tsconfig.json | 5 +- types/material__grid-list/tsconfig.json | 5 +- types/material__icon-toggle/tsconfig.json | 5 +- types/material__line-ripple/tsconfig.json | 5 +- types/material__linear-progress/tsconfig.json | 5 +- types/material__list/tsconfig.json | 7 +- types/material__menu/OTHER_FILES.txt | 1 + types/material__menu/tsconfig.json | 6 +- types/material__notched-outline/tsconfig.json | 5 +- types/material__radio/tsconfig.json | 5 +- types/material__ripple/tsconfig.json | 6 +- types/material__select/tsconfig.json | 5 +- types/material__slider/tsconfig.json | 5 +- types/material__snackbar/tsconfig.json | 5 +- types/material__tab/tsconfig.json | 5 +- types/material__tabs/tsconfig.json | 14 +- types/material__textfield/tsconfig.json | 13 +- types/material__toolbar/tsconfig.json | 5 +- types/material__top-app-bar/tsconfig.json | 8 +- types/memory-fs/tsconfig.json | 2 - types/mermaid/tsconfig.json | 16 +- types/meteor/tsconfig.json | 43 +- types/mime/tsconfig.json | 1 - types/miniprogram-wxs/tsconfig.json | 3 +- types/mithril/OTHER_FILES.txt | 2 + types/mithril/tsconfig.json | 11 +- types/mock-fs/OTHER_FILES.txt | 1 + types/mock-fs/tsconfig.json | 10 +- types/mssql/tsconfig.json | 3 +- types/muicss/tsconfig.json | 23 +- types/mumath/tsconfig.json | 49 +- types/mz/tsconfig.json | 54 +- types/nanoevents/tsconfig.json | 5 +- types/nanoid/tsconfig.json | 27 +- types/nes/tsconfig.json | 3 +- types/next-nprogress/tsconfig.json | 3 +- types/node-fetch/tsconfig.json | 3 +- types/node/tsconfig.json | 44 +- types/node/v10/tsconfig.json | 43 +- types/node/v11/tsconfig.json | 44 +- types/nodegit/tsconfig.json | 101 +-- types/nodemailer/OTHER_FILES.txt | 7 + types/nodemailer/tsconfig.json | 31 - types/novnc-core/OTHER_FILES.txt | 2 + types/novnc-core/tsconfig.json | 4 - types/ol/OTHER_FILES.txt | 129 ++++ types/ol/tsconfig.json | 350 --------- types/openfin/OTHER_FILES.txt | 75 ++ types/openfin/tsconfig.json | 62 +- types/openfin/v34/OTHER_FILES.txt | 57 ++ types/openfin/v34/tsconfig.json | 61 +- types/openfin/v37/OTHER_FILES.txt | 71 ++ types/openfin/v37/tsconfig.json | 64 +- types/openfin/v39/OTHER_FILES.txt | 71 ++ types/openfin/v39/tsconfig.json | 64 +- types/openfin/v41/OTHER_FILES.txt | 71 ++ types/openfin/v41/tsconfig.json | 64 +- types/openfin/v43/OTHER_FILES.txt | 73 ++ types/openfin/v43/tsconfig.json | 62 +- types/openui5/tsconfig.json | 3 - types/oracle__oraclejet/OTHER_FILES.txt | 96 +++ types/oracle__oraclejet/tsconfig.json | 113 +-- types/p5/OTHER_FILES.txt | 2 + types/p5/tsconfig.json | 67 +- types/pacote/tsconfig.json | 9 +- types/parquetjs/OTHER_FILES.txt | 1 + types/parquetjs/tsconfig.json | 14 +- types/passport-saml/tsconfig.json | 3 +- types/pdfjs-dist/OTHER_FILES.txt | 1 + types/pdfjs-dist/tsconfig.json | 5 +- types/photoswipe/tsconfig.json | 1 - types/plotly.js/tsconfig.json | 5 +- types/prettier/OTHER_FILES.txt | 2 + types/prettier/tsconfig.json | 22 +- types/promise.allsettled/OTHER_FILES.txt | 2 + types/promise.allsettled/tsconfig.json | 10 +- types/protocol-buffers-schema/OTHER_FILES.txt | 3 + types/protocol-buffers-schema/tsconfig.json | 13 +- types/puppeteer/tsconfig.json | 4 +- types/puppeteer/v1/tsconfig.json | 4 +- types/purl/OTHER_FILES.txt | 1 + types/purl/tsconfig.json | 3 +- types/ramda/tsconfig.json | 1 - types/rangy/index.d.ts | 1 + types/rangy/rangy-classapplier.d.ts | 2 +- types/rangy/rangy-tests.ts | 1 + types/rangy/tsconfig.json | 1 - types/rbac-a/OTHER_FILES.txt | 3 + types/rbac-a/tsconfig.json | 3 - types/react-big-calendar/tsconfig.json | 5 +- types/react-blessed/tsconfig.json | 3 +- types/react-bootstrap/OTHER_FILES.txt | 5 + types/react-bootstrap/tsconfig.json | 7 +- types/react-cartographer/tsconfig.json | 1 - types/react-codemirror/index.d.ts | 2 +- types/react-color/tsconfig.json | 20 - types/react-color/v2/tsconfig.json | 39 +- types/react-csv/tsconfig.json | 55 +- types/react-dev-utils/OTHER_FILES.txt | 3 + types/react-dev-utils/tsconfig.json | 23 +- types/react-dnd-multi-backend/tsconfig.json | 1 - types/react-dom/tsconfig.json | 6 +- types/react-dom/v15/tsconfig.json | 5 +- types/react-foundation/tsconfig.json | 1 - types/react-gateway/tsconfig.json | 6 +- types/react-instantsearch-dom/tsconfig.json | 3 +- types/react-instantsearch/OTHER_FILES.txt | 2 + types/react-instantsearch/tsconfig.json | 51 +- types/react-lazylog/tsconfig.json | 18 +- types/react-loadable-visibility/tsconfig.json | 4 +- types/react-loadable/tsconfig.json | 3 +- types/react-mentions/tsconfig.json | 6 +- .../react-native-vector-icons/OTHER_FILES.txt | 8 + types/react-native-vector-icons/tsconfig.json | 18 +- types/react-pdf/OTHER_FILES.txt | 2 + types/react-pdf/tsconfig.json | 5 - types/react-plotly.js/tsconfig.json | 7 +- types/react-redux-epic/OTHER_FILES.txt | 1 + types/react-redux-epic/tsconfig.json | 15 +- types/react-relay/tsconfig.json | 17 +- types/react-router-bootstrap/tsconfig.json | 2 - types/react-router/v3/tsconfig.json | 18 - types/react-scroll/tsconfig.json | 9 - types/react-select/OTHER_FILES.txt | 1 + types/react-select/tsconfig.json | 42 +- types/react-select/v1/tsconfig.json | 4 +- types/react-table/tsconfig.json | 2 - types/react-tabs-redux/tsconfig.json | 5 +- types/react-test-renderer/tsconfig.json | 1 - types/react-test-renderer/v15/tsconfig.json | 3 +- types/react-transition-group/tsconfig.json | 9 +- types/react-transition-group/v1/tsconfig.json | 2 - types/react-virtualized/OTHER_FILES.txt | 13 + types/react-virtualized/tsconfig.json | 37 +- types/react-with-styles/OTHER_FILES.txt | 1 + types/react-with-styles/tsconfig.json | 5 +- types/react/OTHER_FILES.txt | 1 + types/react/tsconfig.json | 3 +- types/rebass__grid/OTHER_FILES.txt | 1 + types/rebass__grid/tsconfig.json | 9 +- types/redux-auth-wrapper/tsconfig.json | 6 - types/redux-form/tsconfig.json | 19 +- types/redux-form/v7/tsconfig.json | 18 +- types/redux-localstorage/tsconfig.json | 3 - types/redux-orm/tsconfig.json | 22 +- .../tsconfig.json | 1 - types/reflexbox/tsconfig.json | 3 +- types/refractor/OTHER_FILES.txt | 175 +++++ types/refractor/tsconfig.json | 190 +---- types/relay-compiler/OTHER_FILES.txt | 4 + types/relay-compiler/tsconfig.json | 13 +- types/remarkable/tsconfig.json | 6 +- types/request-promise-native/tsconfig.json | 1 - types/request-promise/tsconfig.json | 1 - types/riot-route/tsconfig.json | 4 +- types/rsocket-core/OTHER_FILES.txt | 2 + types/rsocket-core/tsconfig.json | 15 +- types/rsocket-flowable/OTHER_FILES.txt | 3 + types/rsocket-flowable/tsconfig.json | 11 +- types/rsocket-tcp-client/tsconfig.json | 5 +- types/rsocket-tcp-server/tsconfig.json | 5 +- types/rsocket-types/tsconfig.json | 6 +- types/rsocket-websocket-client/tsconfig.json | 5 +- types/rsocket-websocket-server/tsconfig.json | 5 +- types/sc-broker-cluster/OTHER_FILES.txt | 1 + types/sc-broker-cluster/tsconfig.json | 4 +- types/sc-broker/tsconfig.json | 3 +- types/scc-broker-client/tsconfig.json | 5 +- types/scheduler/tsconfig.json | 3 +- types/selenium-webdriver/tsconfig.json | 9 +- types/selenium-webdriver/v2/OTHER_FILES.txt | 1 + types/selenium-webdriver/v2/tsconfig.json | 10 - types/selenium-webdriver/v3/tsconfig.json | 9 - types/semantic-ui-accordion/tsconfig.json | 1 - types/semantic-ui-api/tsconfig.json | 1 - types/semantic-ui-checkbox/tsconfig.json | 1 - types/semantic-ui-dimmer/tsconfig.json | 1 - types/semantic-ui-dropdown/tsconfig.json | 1 - types/semantic-ui-embed/tsconfig.json | 1 - types/semantic-ui-form/tsconfig.json | 1 - types/semantic-ui-modal/tsconfig.json | 1 - types/semantic-ui-nag/tsconfig.json | 1 - types/semantic-ui-popup/tsconfig.json | 1 - types/semantic-ui-progress/tsconfig.json | 1 - types/semantic-ui-rating/tsconfig.json | 1 - types/semantic-ui-search/tsconfig.json | 1 - types/semantic-ui-shape/tsconfig.json | 1 - types/semantic-ui-sidebar/tsconfig.json | 1 - types/semantic-ui-site/tsconfig.json | 1 - types/semantic-ui-sticky/tsconfig.json | 1 - types/semantic-ui-tab/tsconfig.json | 1 - types/semantic-ui-transition/tsconfig.json | 1 - types/semantic-ui-visibility/tsconfig.json | 1 - types/server/tsconfig.json | 16 +- types/servicenow-london/tsconfig.json | 52 +- types/sharedb/tsconfig.json | 5 +- types/shelljs/OTHER_FILES.txt | 1 + types/shelljs/tsconfig.json | 45 +- types/simple-websocket/tsconfig.json | 3 +- types/simplecrawler/tsconfig.json | 9 +- types/slickgrid/OTHER_FILES.txt | 5 + types/slickgrid/index.d.ts | 2 +- types/slickgrid/test/slick.autotooltips.ts | 2 +- .../test/slick.checkboxselectcolumn.ts | 3 + types/slickgrid/tsconfig.json | 7 +- types/socketcluster-client/tsconfig.json | 3 +- types/socketcluster-server/tsconfig.json | 4 +- types/socketcluster/OTHER_FILES.txt | 2 + types/socketcluster/tsconfig.json | 5 +- types/sortablejs/tsconfig.json | 5 +- types/sql.js/tsconfig.json | 3 +- types/stompit/tsconfig.json | 14 +- types/storybook-readme/tsconfig.json | 3 - types/strange/tsconfig.json | 5 +- types/stripejs/tsconfig.json | 9 +- types/strophe.js/index.d.ts | 2 +- types/strophe.js/strophe.js-tests.ts | 1 + types/strophe.js/tsconfig.json | 3 +- types/strophe/index.d.ts | 1 + types/strophe/strophe-tests.ts | 4 +- types/strophe/tsconfig.json | 1 - types/strophejs-plugin-roster/index.d.ts | 2 +- types/styled-components/ts3.7/tsconfig.json | 3 - types/styled-components/tsconfig.json | 3 - types/svg-sprite-loader/tsconfig.json | 3 +- types/swiper/tsconfig.json | 3 +- types/swiper/v4/tsconfig.json | 3 +- types/tern/tsconfig.json | 2 - types/testing-library__react/OTHER_FILES.txt | 1 + types/testing-library__react/tsconfig.json | 28 +- types/uni-app/tsconfig.json | 4 - types/urijs/tsconfig.json | 1 - types/util.promisify/tsconfig.json | 3 - types/uuid/tsconfig.json | 4 - types/validator/OTHER_FILES.txt | 8 + types/validator/tsconfig.json | 82 +- types/video.js/OTHER_FILES.txt | 1 + types/video.js/tsconfig.json | 3 +- types/vuelidate/tsconfig.json | 56 +- types/watchpack/tsconfig.json | 2 - types/waypoints/index.d.ts | 2 +- types/waypoints/tsconfig.json | 1 - types/waypoints/waypoints-tests.ts | 1 + types/webrtc/tsconfig.json | 2 - types/wepy/tsconfig.json | 18 +- types/wix-style-react/tsconfig.json | 12 +- types/wordpress__block-editor/OTHER_FILES.txt | 2 + types/wordpress__block-editor/tsconfig.json | 95 +-- types/wordpress__blocks/OTHER_FILES.txt | 2 + types/wordpress__blocks/tsconfig.json | 50 +- types/wordpress__components/tsconfig.json | 100 +-- types/wordpress__compose/tsconfig.json | 28 +- types/wordpress__core-data/OTHER_FILES.txt | 2 + types/wordpress__core-data/tsconfig.json | 29 +- types/wordpress__edit-post/OTHER_FILES.txt | 2 + types/wordpress__edit-post/tsconfig.json | 45 +- types/wordpress__editor/OTHER_FILES.txt | 2 + types/wordpress__editor/tsconfig.json | 126 ++-- types/wordpress__media-utils/tsconfig.json | 54 +- types/wordpress__notices/OTHER_FILES.txt | 2 + types/wordpress__notices/tsconfig.json | 25 +- types/wordpress__nux/OTHER_FILES.txt | 2 + types/wordpress__nux/tsconfig.json | 26 +- types/wordpress__rich-text/OTHER_FILES.txt | 2 + types/wordpress__rich-text/tsconfig.json | 25 +- types/wordpress__viewport/OTHER_FILES.txt | 2 + types/wordpress__viewport/tsconfig.json | 27 +- types/workbox-background-sync/tsconfig.json | 4 +- types/workbox-broadcast-update/tsconfig.json | 5 +- .../workbox-cacheable-response/tsconfig.json | 4 +- types/workbox-core/tsconfig.json | 8 +- types/workbox-expiration/tsconfig.json | 4 +- types/workbox-google-analytics/tsconfig.json | 3 +- .../workbox-navigation-preload/tsconfig.json | 5 +- types/workbox-precaching/tsconfig.json | 14 +- types/workbox-range-requests/tsconfig.json | 4 +- types/workbox-routing/tsconfig.json | 13 +- types/workbox-strategies/tsconfig.json | 8 +- types/workbox-streams/tsconfig.json | 7 +- types/workbox-window/tsconfig.json | 5 - types/xml2js/tsconfig.json | 1 - types/yadda/tsconfig.json | 43 +- types/yaml/OTHER_FILES.txt | 7 + types/yaml/tsconfig.json | 9 +- types/yargs/tsconfig.json | 3 +- types/yargs/v12/tsconfig.json | 3 +- types/youtube-player/OTHER_FILES.txt | 4 + types/youtube-player/tsconfig.json | 10 +- 480 files changed, 4195 insertions(+), 6352 deletions(-) create mode 100644 types/amcharts/OTHER_FILES.txt create mode 100644 types/antlr4/OTHER_FILES.txt create mode 100644 types/atom/OTHER_FILES.txt create mode 100644 types/azure-sb/OTHER_FILES.txt create mode 100644 types/bufferstream/OTHER_FILES.txt create mode 100644 types/business-rules-engine/OTHER_FILES.txt create mode 100644 types/carbon-components-react/OTHER_FILES.txt create mode 100644 types/chrome/OTHER_FILES.txt create mode 100644 types/codemirror/OTHER_FILES.txt create mode 100644 types/commangular/OTHER_FILES.txt create mode 100644 types/dojo/OTHER_FILES.txt create mode 100644 types/dwt/v13/OTHER_FILES.txt create mode 100644 types/ember-data/OTHER_FILES.txt create mode 100644 types/ember-data/v2/OTHER_FILES.txt create mode 100644 types/ember__application/OTHER_FILES.txt create mode 100644 types/ember__array/OTHER_FILES.txt create mode 100644 types/ember__component/OTHER_FILES.txt create mode 100644 types/ember__debug/OTHER_FILES.txt create mode 100644 types/ember__engine/OTHER_FILES.txt create mode 100644 types/ember__object/OTHER_FILES.txt create mode 100644 types/ember__routing/OTHER_FILES.txt create mode 100644 types/ember__runloop/OTHER_FILES.txt create mode 100644 types/ember__test/OTHER_FILES.txt create mode 100644 types/enhanced-resolve/OTHER_FILES.txt create mode 100644 types/eslint/ts3.1/OTHER_FILES.txt create mode 100644 types/feathersjs__errors/OTHER_FILES.txt create mode 100644 types/ffi-napi/OTHER_FILES.txt create mode 100644 types/ffi/OTHER_FILES.txt create mode 100644 types/ffmpeg.js/OTHER_FILES.txt create mode 100644 types/follow-redirects/OTHER_FILES.txt create mode 100644 types/fusioncharts/OTHER_FILES.txt create mode 100644 types/globalthis/OTHER_FILES.txt create mode 100644 types/graphql-react/OTHER_FILES.txt create mode 100644 types/hapi__nes/OTHER_FILES.txt create mode 100644 types/history/OTHER_FILES.txt create mode 100644 types/history/v3/OTHER_FILES.txt create mode 100644 types/hls.js/OTHER_FILES.txt create mode 100644 types/iarna__toml/OTHER_FILES.txt create mode 100644 types/jsfl/OTHER_FILES.txt create mode 100644 types/jsmediatags/OTHER_FILES.txt create mode 100644 types/koa-session/OTHER_FILES.txt create mode 100644 types/linkifyjs/OTHER_FILES.txt create mode 100644 types/lodash-es/OTHER_FILES.txt create mode 100644 types/lodash/OTHER_FILES.txt create mode 100644 types/lodash/ts3.1/OTHER_FILES.txt create mode 100644 types/lowdb/OTHER_FILES.txt create mode 100644 types/marko/OTHER_FILES.txt create mode 100644 types/material__menu/OTHER_FILES.txt create mode 100644 types/mithril/OTHER_FILES.txt create mode 100644 types/mock-fs/OTHER_FILES.txt create mode 100644 types/nodemailer/OTHER_FILES.txt create mode 100644 types/novnc-core/OTHER_FILES.txt create mode 100644 types/ol/OTHER_FILES.txt create mode 100644 types/openfin/OTHER_FILES.txt create mode 100644 types/openfin/v34/OTHER_FILES.txt create mode 100644 types/openfin/v37/OTHER_FILES.txt create mode 100644 types/openfin/v39/OTHER_FILES.txt create mode 100644 types/openfin/v41/OTHER_FILES.txt create mode 100644 types/openfin/v43/OTHER_FILES.txt create mode 100644 types/oracle__oraclejet/OTHER_FILES.txt create mode 100644 types/p5/OTHER_FILES.txt create mode 100644 types/parquetjs/OTHER_FILES.txt create mode 100644 types/pdfjs-dist/OTHER_FILES.txt create mode 100644 types/prettier/OTHER_FILES.txt create mode 100644 types/promise.allsettled/OTHER_FILES.txt create mode 100644 types/protocol-buffers-schema/OTHER_FILES.txt create mode 100644 types/purl/OTHER_FILES.txt create mode 100644 types/rbac-a/OTHER_FILES.txt create mode 100644 types/react-bootstrap/OTHER_FILES.txt create mode 100644 types/react-dev-utils/OTHER_FILES.txt create mode 100644 types/react-instantsearch/OTHER_FILES.txt create mode 100644 types/react-native-vector-icons/OTHER_FILES.txt create mode 100644 types/react-pdf/OTHER_FILES.txt create mode 100644 types/react-redux-epic/OTHER_FILES.txt create mode 100644 types/react-select/OTHER_FILES.txt create mode 100644 types/react-virtualized/OTHER_FILES.txt create mode 100644 types/react-with-styles/OTHER_FILES.txt create mode 100644 types/react/OTHER_FILES.txt create mode 100644 types/rebass__grid/OTHER_FILES.txt create mode 100644 types/refractor/OTHER_FILES.txt create mode 100644 types/relay-compiler/OTHER_FILES.txt create mode 100644 types/rsocket-core/OTHER_FILES.txt create mode 100644 types/rsocket-flowable/OTHER_FILES.txt create mode 100644 types/sc-broker-cluster/OTHER_FILES.txt create mode 100644 types/selenium-webdriver/v2/OTHER_FILES.txt create mode 100644 types/shelljs/OTHER_FILES.txt create mode 100644 types/slickgrid/OTHER_FILES.txt create mode 100644 types/socketcluster/OTHER_FILES.txt create mode 100644 types/testing-library__react/OTHER_FILES.txt create mode 100644 types/validator/OTHER_FILES.txt create mode 100644 types/video.js/OTHER_FILES.txt create mode 100644 types/wordpress__block-editor/OTHER_FILES.txt create mode 100644 types/wordpress__blocks/OTHER_FILES.txt create mode 100644 types/wordpress__core-data/OTHER_FILES.txt create mode 100644 types/wordpress__edit-post/OTHER_FILES.txt create mode 100644 types/wordpress__editor/OTHER_FILES.txt create mode 100644 types/wordpress__notices/OTHER_FILES.txt create mode 100644 types/wordpress__nux/OTHER_FILES.txt create mode 100644 types/wordpress__rich-text/OTHER_FILES.txt create mode 100644 types/wordpress__viewport/OTHER_FILES.txt create mode 100644 types/yaml/OTHER_FILES.txt create mode 100644 types/youtube-player/OTHER_FILES.txt diff --git a/types/adone/tsconfig.json b/types/adone/tsconfig.json index 7194901d7a..5d072fbf7e 100644 --- a/types/adone/tsconfig.json +++ b/types/adone/tsconfig.json @@ -21,80 +21,6 @@ }, "files": [ "adone-tests.ts", - "adone.d.ts", - "async.d.ts", - "benchmark.d.ts", - "glosses/app.d.ts", - "glosses/archives.d.ts", - "glosses/assertion.d.ts", - "glosses/collections/array_set.d.ts", - "glosses/collections/async_queue.d.ts", - "glosses/collections/avl_tree.d.ts", - "glosses/collections/binary_search_tree.d.ts", - "glosses/collections/buffer_list.d.ts", - "glosses/collections/byte_array.d.ts", - "glosses/collections/default_map.d.ts", - "glosses/collections/fast_lru.d.ts", - "glosses/collections/index.d.ts", - "glosses/collections/linked_list.d.ts", - "glosses/collections/lru.d.ts", - "glosses/collections/map_cache.d.ts", - "glosses/collections/ns_cache.d.ts", - "glosses/collections/priority_queue.d.ts", - "glosses/collections/queue.d.ts", - "glosses/collections/rb_tree.d.ts", - "glosses/collections/refcounted_cache.d.ts", - "glosses/collections/set.d.ts", - "glosses/collections/stack.d.ts", - "glosses/collections/time_map.d.ts", - "glosses/compressors.d.ts", - "glosses/crypto/asn1.d.ts", - "glosses/crypto/ed25519.d.ts", - "glosses/crypto/index.d.ts", - "glosses/crypto/secp256k1.d.ts", - "glosses/data.d.ts", - "glosses/datetime.d.ts", - "glosses/events.d.ts", - "glosses/errors.d.ts", - "glosses/fake.d.ts", - "glosses/fast.d.ts", - "glosses/fs.d.ts", - "glosses/is.d.ts", - "glosses/math/bignumber.d.ts", - "glosses/math/bitset.d.ts", - "glosses/math/decimal.d.ts", - "glosses/math/index.d.ts", - "glosses/math/long.d.ts", - "glosses/math/matrix.d.ts", - "glosses/math/simd.d.ts", - "glosses/meta.d.ts", - "glosses/net/http/client.d.ts", - "glosses/net/http/index.d.ts", - "glosses/net/index.d.ts", - "glosses/pretty/json.d.ts", - "glosses/pretty/size.d.ts", - "glosses/pretty/table.d.ts", - "glosses/pretty/time.d.ts", - "glosses/promise.d.ts", - "glosses/regex.d.ts", - "glosses/semver.d.ts", - "glosses/shani-global.d.ts", - "glosses/shani.d.ts", - "glosses/std.d.ts", - "glosses/streams.d.ts", - "glosses/system/env.d.ts", - "glosses/system/index.d.ts", - "glosses/system/process.d.ts", - "glosses/system/user.d.ts", - "glosses/templating/dot.d.ts", - "glosses/templating/index.d.ts", - "glosses/templating/nunjucks.d.ts", - "glosses/text/index.d.ts", - "glosses/text/spinners.d.ts", - "glosses/text/table.d.ts", - "glosses/text/unicode.d.ts", - "glosses/utils.d.ts", - "glosses/vault.d.ts", "index.d.ts", "test/glosses/app.ts", "test/glosses/archives.ts", diff --git a/types/algoliasearch/tsconfig.json b/types/algoliasearch/tsconfig.json index 9a8a2a623c..3358732ba3 100644 --- a/types/algoliasearch/tsconfig.json +++ b/types/algoliasearch/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "lite/index.d.ts", "algoliasearch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/amap-js-api-map3d/tsconfig.json b/types/amap-js-api-map3d/tsconfig.json index e28735d963..93f6680b59 100644 --- a/types/amap-js-api-map3d/tsconfig.json +++ b/types/amap-js-api-map3d/tsconfig.json @@ -18,14 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "geometry-3d.d.ts", "index.d.ts", - "lights.d.ts", - "map3d.d.ts", - "object3d-group.d.ts", - "object3d-layer.d.ts", - "object3d.d.ts", - "vector3.d.ts", "amap-js-api-map3d-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/amap-js-api/tsconfig.json b/types/amap-js-api/tsconfig.json index 918703171f..9b512bebdc 100644 --- a/types/amap-js-api/tsconfig.json +++ b/types/amap-js-api/tsconfig.json @@ -18,51 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "array-bounds.d.ts", - "bounds.d.ts", - "browser.d.ts", - "common.d.ts", - "convert-from.d.ts", - "dom-util.d.ts", - "event.d.ts", - "geometry-util.d.ts", "index.d.ts", - "layer/building.d.ts", - "layer/flexible.d.ts", - "layer/labelsLayer.d.ts", - "layer/layer.d.ts", - "layer/layerGroup.d.ts", - "layer/massMarks.d.ts", - "layer/mediaLayer.d.ts", - "layer/tileLayer.d.ts", - "layer/wms.d.ts", - "layer/wmts.d.ts", - "lngLat.d.ts", - "map.d.ts", - "overlay/bezierCurve.d.ts", - "overlay/circle.d.ts", - "overlay/circleMarker.d.ts", - "overlay/contextMenu.d.ts", - "overlay/ellipse.d.ts", - "overlay/geoJSON.d.ts", - "overlay/icon.d.ts", - "overlay/infoWindow.d.ts", - "overlay/labelMarker.d.ts", - "overlay/marker.d.ts", - "overlay/markerShape.d.ts", - "overlay/overlay.d.ts", - "overlay/overlayGroup.d.ts", - "overlay/pathOverlay.d.ts", - "overlay/polygon.d.ts", - "overlay/polyline.d.ts", - "overlay/rectangle.d.ts", - "overlay/shapeOverlay.d.ts", - "overlay/text.d.ts", - "pixel.d.ts", - "size.d.ts", - "type-util.d.ts", - "util.d.ts", - "view2D.d.ts", "amap-js-api-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/amcharts/OTHER_FILES.txt b/types/amcharts/OTHER_FILES.txt new file mode 100644 index 0000000000..6b4e58cd87 --- /dev/null +++ b/types/amcharts/OTHER_FILES.txt @@ -0,0 +1,16 @@ +AmStockChart.d.ts +AreasSettings.d.ts +CategoryAxesSettings.d.ts +ChartCursorSettings.d.ts +ChartScrollbarSettings.d.ts +DataSet.d.ts +DataSetSelector.d.ts +ImagesSettings.d.ts +LegendSettings.d.ts +PanelSettings.d.ts +PeriodSelector.d.ts +StockEvent.d.ts +StockGraph.d.ts +StockLegend.d.ts +StockPanel.d.ts +ValueAxesSettings.d.ts \ No newline at end of file diff --git a/types/amcharts/tsconfig.json b/types/amcharts/tsconfig.json index 1d07459b73..9f1b8f25e3 100644 --- a/types/amcharts/tsconfig.json +++ b/types/amcharts/tsconfig.json @@ -19,49 +19,6 @@ }, "files": [ "index.d.ts", - "AmAngularGauge.d.ts", - "AmBalloon.d.ts", - "AmChart.d.ts", - "AmCoordinateChart.d.ts", - "AmGraph.d.ts", - "AmLegend.d.ts", - "AmPieChart.d.ts", - "AmRadarChart.d.ts", - "AmRectangularChart.d.ts", - "AmSerialChart.d.ts", - "AmStockChart.d.ts", - "AmXYChart.d.ts", - "AreasSettings.d.ts", - "AxisBase.d.ts", - "CategoryAxesSettings.d.ts", - "CategoryAxis.d.ts", - "ChartCursor.d.ts", - "ChartCursorSettings.d.ts", - "ChartScrollbar.d.ts", - "ChartScrollbarSettings.d.ts", - "DataSet.d.ts", - "DataSetSelector.d.ts", - "ExportSettings.d.ts", - "GaugeArrow.d.ts", - "GaugeAxis.d.ts", - "GaugeBand.d.ts", - "GraphDataItem.d.ts", - "Guide.d.ts", - "ImagesSettings.d.ts", - "Label.d.ts", - "LegendSettings.d.ts", - "PanelSettings.d.ts", - "PeriodSelector.d.ts", - "SerialDataItem.d.ts", - "Slice.d.ts", - "StockEvent.d.ts", - "StockGraph.d.ts", - "StockLegend.d.ts", - "StockPanel.d.ts", - "Title.d.ts", - "TrendLine.d.ts", - "ValueAxesSettings.d.ts", - "ValueAxis.d.ts", "amcharts-tests.ts" ] } \ No newline at end of file diff --git a/types/amqplib/tsconfig.json b/types/amqplib/tsconfig.json index b5b83b84ce..7245805b7d 100644 --- a/types/amqplib/tsconfig.json +++ b/types/amqplib/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "callback_api.d.ts", "amqplib-tests.ts" ] } \ No newline at end of file diff --git a/types/angular-mocks/tsconfig.json b/types/angular-mocks/tsconfig.json index cfce69a898..7c6c543bb8 100644 --- a/types/angular-mocks/tsconfig.json +++ b/types/angular-mocks/tsconfig.json @@ -1,7 +1,6 @@ { "files": [ "index.d.ts", - "mocks.d.ts", "angular-mocks-tests.ts" ], "compilerOptions": { diff --git a/types/angular/tsconfig.json b/types/angular/tsconfig.json index 590c9c7798..6044f40ff9 100644 --- a/types/angular/tsconfig.json +++ b/types/angular/tsconfig.json @@ -1,7 +1,6 @@ { "files": [ "index.d.ts", - "jqlite.d.ts", "angular-tests.ts", "test/jqlite-tests.ts", "test/jquery3-merging-tests.ts" @@ -26,4 +25,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/antlr4/OTHER_FILES.txt b/types/antlr4/OTHER_FILES.txt new file mode 100644 index 0000000000..5ef818ade8 --- /dev/null +++ b/types/antlr4/OTHER_FILES.txt @@ -0,0 +1 @@ +error/index.d.ts \ No newline at end of file diff --git a/types/antlr4/tsconfig.json b/types/antlr4/tsconfig.json index 32f7586a75..bb9a39e7f0 100644 --- a/types/antlr4/tsconfig.json +++ b/types/antlr4/tsconfig.json @@ -18,22 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "error/ErrorListener.d.ts", - "error/Errors.d.ts", - "error/ErrorStrategy.d.ts", - "error/index.d.ts", - "tree/Tree.d.ts", "antlr4-tests.ts", - "BufferedTokenStream.d.ts", - "CommonTokenStream.d.ts", - "index.d.ts", - "InputStream.d.ts", - "IntervalSet.d.ts", - "Lexer.d.ts", - "Parser.d.ts", - "ParserRuleContext.d.ts", - "Recognizer.d.ts", - "RuleContext.d.ts", - "Token.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/array.from/tsconfig.json b/types/array.from/tsconfig.json index f46eb63a97..89d134e0ec 100644 --- a/types/array.from/tsconfig.json +++ b/types/array.from/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es2015"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictFunctionTypes": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "implementation.d.ts", - "index.d.ts", - "polyfill.d.ts", - "shim.d.ts", - "array.from-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es2015" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictFunctionTypes": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "array.from-tests.ts" + ] +} \ No newline at end of file diff --git a/types/array.prototype.flat/tsconfig.json b/types/array.prototype.flat/tsconfig.json index 03afe8c010..523ee7e265 100644 --- a/types/array.prototype.flat/tsconfig.json +++ b/types/array.prototype.flat/tsconfig.json @@ -1,23 +1,23 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictFunctionTypes": true, "strictNullChecks": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "array.prototype.flat-tests.ts", - "auto.d.ts", - "implementation.d.ts", - "index.d.ts", - "polyfill.d.ts", - "shim.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/array.prototype.flatmap/tsconfig.json b/types/array.prototype.flatmap/tsconfig.json index 8a046f1837..46b18cc05c 100644 --- a/types/array.prototype.flatmap/tsconfig.json +++ b/types/array.prototype.flatmap/tsconfig.json @@ -18,10 +18,6 @@ }, "files": [ "array.prototype.flatmap-tests.ts", - "auto.d.ts", - "implementation.d.ts", - "index.d.ts", - "polyfill.d.ts", - "shim.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/asap/tsconfig.json b/types/asap/tsconfig.json index ea8a3d1091..9abd438ee6 100644 --- a/types/asap/tsconfig.json +++ b/types/asap/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "asap-tests.ts", - "index.d.ts", - "raw.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/atom/OTHER_FILES.txt b/types/atom/OTHER_FILES.txt new file mode 100644 index 0000000000..459cc5a6db --- /dev/null +++ b/types/atom/OTHER_FILES.txt @@ -0,0 +1,6 @@ +autocomplete-plus/config.d.ts +autocomplete-plus/index.d.ts +linter/config.d.ts +linter/index.d.ts +status-bar/config.d.ts +status-bar/index.d.ts \ No newline at end of file diff --git a/types/atom/tsconfig.json b/types/atom/tsconfig.json index 35ece9c1dd..268a446897 100644 --- a/types/atom/tsconfig.json +++ b/types/atom/tsconfig.json @@ -19,9 +19,6 @@ }, "files": [ "index.d.ts", - "atom-tests.ts", - "autocomplete-plus/index.d.ts", - "linter/index.d.ts", - "status-bar/index.d.ts" + "atom-tests.ts" ] } \ No newline at end of file diff --git a/types/autosuggest-highlight/tsconfig.json b/types/autosuggest-highlight/tsconfig.json index 8201d360ec..4eb08b82b9 100644 --- a/types/autosuggest-highlight/tsconfig.json +++ b/types/autosuggest-highlight/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "autosuggest-highlight-tests.ts", - "match/index.d.ts", - "parse/index.d.ts" + "autosuggest-highlight-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/aws-serverless-express/tsconfig.json b/types/aws-serverless-express/tsconfig.json index be920785f5..7740a9b5d2 100644 --- a/types/aws-serverless-express/tsconfig.json +++ b/types/aws-serverless-express/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "middleware.d.ts", "aws-serverless-express-tests.ts" ] } \ No newline at end of file diff --git a/types/azure-sb/OTHER_FILES.txt b/types/azure-sb/OTHER_FILES.txt new file mode 100644 index 0000000000..9a4a3445cd --- /dev/null +++ b/types/azure-sb/OTHER_FILES.txt @@ -0,0 +1,9 @@ +lib/models/acstokenresult.d.ts +lib/models/notificationhubresult.d.ts +lib/models/queuemessageresult.d.ts +lib/models/queueresult.d.ts +lib/models/registrationresult.d.ts +lib/models/resourceresult.d.ts +lib/models/ruleresult.d.ts +lib/models/subscriptionresult.d.ts +lib/models/topicresult.d.ts \ No newline at end of file diff --git a/types/azure-sb/tsconfig.json b/types/azure-sb/tsconfig.json index 61e37ac754..b52a931bc9 100644 --- a/types/azure-sb/tsconfig.json +++ b/types/azure-sb/tsconfig.json @@ -17,26 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "lib/servicebusservice.d.ts", - "lib/wrapservice.d.ts", - "lib/servicebusservicebase.d.ts", - "lib/notificationhubservice.d.ts", - "lib/models/topicresult.d.ts", - "lib/models/queuemessageresult.d.ts", - "lib/models/acstokenresult.d.ts", - "lib/models/registrationresult.d.ts", - "lib/models/ruleresult.d.ts", - "lib/models/queueresult.d.ts", - "lib/models/subscriptionresult.d.ts", - "lib/models/notificationhubresult.d.ts", - "lib/models/resourceresult.d.ts", - "lib/serviceclient.d.ts", - "lib/servicebusserviceclient.d.ts", - "lib/gcmservice.d.ts", - "lib/wnsservice.d.ts", - "lib/mpnservice.d.ts", - "lib/apnsservice.d.ts", "azure-sb-tests.ts", "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/browserslist/tsconfig.json b/types/browserslist/tsconfig.json index 4dbd0e9b45..38b72127cd 100644 --- a/types/browserslist/tsconfig.json +++ b/types/browserslist/tsconfig.json @@ -1,17 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true }, - "files": ["index.d.ts", "browserslist-tests.ts", "error.d.ts"] -} + "files": [ + "index.d.ts", + "browserslist-tests.ts" + ] +} \ No newline at end of file diff --git a/types/bufferstream/OTHER_FILES.txt b/types/bufferstream/OTHER_FILES.txt new file mode 100644 index 0000000000..aac132d673 --- /dev/null +++ b/types/bufferstream/OTHER_FILES.txt @@ -0,0 +1 @@ +postbuffer.d.ts \ No newline at end of file diff --git a/types/bufferstream/tsconfig.json b/types/bufferstream/tsconfig.json index 000bd2d09c..65f4565357 100644 --- a/types/bufferstream/tsconfig.json +++ b/types/bufferstream/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "postbuffer.d.ts", "bufferstream-tests.ts" ] } \ No newline at end of file diff --git a/types/business-rules-engine/OTHER_FILES.txt b/types/business-rules-engine/OTHER_FILES.txt new file mode 100644 index 0000000000..a8dcf3bdf2 --- /dev/null +++ b/types/business-rules-engine/OTHER_FILES.txt @@ -0,0 +1,2 @@ +Utils.d.ts +Validation.d.ts \ No newline at end of file diff --git a/types/business-rules-engine/tsconfig.json b/types/business-rules-engine/tsconfig.json index 385150055b..0827a0c44c 100644 --- a/types/business-rules-engine/tsconfig.json +++ b/types/business-rules-engine/tsconfig.json @@ -23,9 +23,6 @@ }, "files": [ "index.d.ts", - "node-validators.d.ts", - "Utils.d.ts", - "Validation.d.ts", "business-rules-engine-tests.ts" ] } \ No newline at end of file diff --git a/types/cacache/tsconfig.json b/types/cacache/tsconfig.json index 279a97a1ba..e8d44e5191 100644 --- a/types/cacache/tsconfig.json +++ b/types/cacache/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "en.d.ts", "cacache-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/carbon-components-react/OTHER_FILES.txt b/types/carbon-components-react/OTHER_FILES.txt new file mode 100644 index 0000000000..0ac4aaa2ea --- /dev/null +++ b/types/carbon-components-react/OTHER_FILES.txt @@ -0,0 +1,2 @@ +lib/components/AccordionItem/AccordionItem.d.ts +lib/components/Notification/a11yIconWarningSolid.d.ts \ No newline at end of file diff --git a/types/carbon-components-react/tsconfig.json b/types/carbon-components-react/tsconfig.json index 3b685c1b09..dfbcdb3be5 100644 --- a/types/carbon-components-react/tsconfig.json +++ b/types/carbon-components-react/tsconfig.json @@ -19,244 +19,7 @@ "jsx": "preserve" }, "files": [ - "lib/components/Accordion/Accordion.Skeleton.d.ts", - "lib/components/Accordion/Accordion.d.ts", - "lib/components/Accordion/AccordionItem.d.ts", - "lib/components/Accordion/index.d.ts", - "lib/components/AccordionItem/AccordionItem.d.ts", - "lib/components/AccordionItem/index.d.ts", - "lib/components/Breadcrumb/Breadcrumb.Skeleton.d.ts", - "lib/components/Breadcrumb/Breadcrumb.d.ts", - "lib/components/Breadcrumb/BreadcrumbItem.d.ts", - "lib/components/Breadcrumb/index.d.ts", - "lib/components/BreadcrumbItem/index.d.ts", - "lib/components/Button/Button.Skeleton.d.ts", - "lib/components/Button/Button.d.ts", - "lib/components/Button/index.d.ts", - "lib/components/Checkbox/Checkbox.Skeleton.d.ts", - "lib/components/Checkbox/Checkbox.d.ts", - "lib/components/Checkbox/index.d.ts", - "lib/components/CodeSnippet/CodeSnippet.Skeleton.d.ts", - "lib/components/CodeSnippet/CodeSnippet.d.ts", - "lib/components/CodeSnippet/index.d.ts", - "lib/components/ComboBox/ComboBox.d.ts", - "lib/components/ComboBox/index.d.ts", - "lib/components/ComposedModal/ComposedModal.d.ts", - "lib/components/ComposedModal/index.d.ts", - "lib/components/ContentSwitcher/ContentSwitcher.d.ts", - "lib/components/ContentSwitcher/Switch.d.ts", - "lib/components/ContentSwitcher/index.d.ts", - "lib/components/Copy/Copy.d.ts", - "lib/components/Copy/index.d.ts", - "lib/components/CopyButton/CopyButton.d.ts", - "lib/components/CopyButton/index.d.ts", - "lib/components/DangerButton/DangerButton.d.ts", - "lib/components/DangerButton/index.d.ts", - "lib/components/DataTable/DataTable.d.ts", - "lib/components/DataTable/Table.d.ts", - "lib/components/DataTable/TableActionList.d.ts", - "lib/components/DataTable/TableBatchAction.d.ts", - "lib/components/DataTable/TableBatchActions.d.ts", - "lib/components/DataTable/TableBody.d.ts", - "lib/components/DataTable/TableCell.d.ts", - "lib/components/DataTable/TableContainer.d.ts", - "lib/components/DataTable/TableExpandHeader.d.ts", - "lib/components/DataTable/TableExpandRow.d.ts", - "lib/components/DataTable/TableExpandedRow.d.ts", - "lib/components/DataTable/TableHead.d.ts", - "lib/components/DataTable/TableHeader.d.ts", - "lib/components/DataTable/TableRow.d.ts", - "lib/components/DataTable/TableSelectAll.d.ts", - "lib/components/DataTable/TableSelectRow.d.ts", - "lib/components/DataTable/TableToolbar.d.ts", - "lib/components/DataTable/TableToolbarAction.d.ts", - "lib/components/DataTable/TableToolbarContent.d.ts", - "lib/components/DataTable/TableToolbarMenu.d.ts", - "lib/components/DataTable/TableToolbarSearch.d.ts", - "lib/components/DataTable/index.d.ts", - "lib/components/DataTable/state/sorting.d.ts", - "lib/components/DataTableSkeleton/DataTableSkeleton.d.ts", - "lib/components/DataTableSkeleton/index.d.ts", - "lib/components/DatePicker/DatePicker.Skeleton.d.ts", - "lib/components/DatePicker/DatePicker.d.ts", - "lib/components/DatePicker/index.d.ts", - "lib/components/DatePickerInput/DatePickerInput.d.ts", - "lib/components/DatePickerInput/index.d.ts", - "lib/components/Dropdown/Dropdown.Skeleton.d.ts", - "lib/components/Dropdown/Dropdown.d.ts", - "lib/components/Dropdown/index.d.ts", - "lib/components/FileUploader/FileUploader.Skeleton.d.ts", - "lib/components/FileUploader/FileUploader.d.ts", - "lib/components/FileUploader/index.d.ts", - "lib/components/Form/Form.d.ts", - "lib/components/Form/index.d.ts", - "lib/components/FormGroup/FormGroup.d.ts", - "lib/components/FormGroup/index.d.ts", - "lib/components/FormItem/FormItem.d.ts", - "lib/components/FormItem/index.d.ts", - "lib/components/FormLabel/FormLabel.d.ts", - "lib/components/FormLabel/index.d.ts", - "lib/components/Icon/Icon.Skeleton.d.ts", - "lib/components/Icon/Icon.d.ts", - "lib/components/Icon/index.d.ts", - "lib/components/InlineCheckbox/InlineCheckbox.d.ts", - "lib/components/InlineCheckbox/index.d.ts", - "lib/components/InlineLoading/InlineLoading.d.ts", - "lib/components/InlineLoading/index.d.ts", - "lib/components/Link/Link.d.ts", - "lib/components/Link/index.d.ts", - "lib/components/ListBox/ListBox.d.ts", - "lib/components/ListBox/ListBoxField.d.ts", - "lib/components/ListBox/ListBoxMenu.d.ts", - "lib/components/ListBox/ListBoxMenuIcon.d.ts", - "lib/components/ListBox/ListBoxMenuItem.d.ts", - "lib/components/ListBox/ListBoxPropTypes.d.ts", - "lib/components/ListBox/ListBoxSelection.d.ts", - "lib/components/ListBox/index.d.ts", - "lib/components/ListItem/ListItem.d.ts", - "lib/components/ListItem/index.d.ts", - "lib/components/Loading/Loading.d.ts", - "lib/components/Loading/index.d.ts", - "lib/components/Modal/Modal.d.ts", - "lib/components/Modal/index.d.ts", - "lib/components/ModalWrapper/ModalWrapper.d.ts", - "lib/components/ModalWrapper/index.d.ts", - "lib/components/MultiSelect/FilterableMultiSelect.d.ts", - "lib/components/MultiSelect/MultiSelect.d.ts", - "lib/components/MultiSelect/MultiSelectPropTypes.d.ts", - "lib/components/MultiSelect/index.d.ts", - "lib/components/Notification/Notification.d.ts", - "lib/components/Notification/a11yIconWarningSolid.d.ts", - "lib/components/Notification/index.d.ts", - "lib/components/NumberInput/NumberInput.Skeleton.d.ts", - "lib/components/NumberInput/NumberInput.d.ts", - "lib/components/NumberInput/index.d.ts", - "lib/components/OrderedList/OrderedList.d.ts", - "lib/components/OrderedList/index.d.ts", - "lib/components/OverflowMenu/OverflowMenu.d.ts", - "lib/components/OverflowMenu/index.d.ts", - "lib/components/OverflowMenuItem/OverflowMenuItem.d.ts", - "lib/components/OverflowMenuItem/index.d.ts", - "lib/components/Pagination/Pagination.Skeleton.d.ts", - "lib/components/Pagination/Pagination.d.ts", - "lib/components/Pagination/index.d.ts", - "lib/components/PrimaryButton/PrimaryButton.d.ts", - "lib/components/PrimaryButton/index.d.ts", - "lib/components/ProgressIndicator/ProgressIndicator.Skeleton.d.ts", - "lib/components/ProgressIndicator/ProgressIndicator.d.ts", - "lib/components/ProgressIndicator/index.d.ts", - "lib/components/RadioButton/RadioButton.Skeleton.d.ts", - "lib/components/RadioButton/RadioButton.d.ts", - "lib/components/RadioButton/index.d.ts", - "lib/components/RadioButtonGroup/RadioButtonGroup.d.ts", - "lib/components/RadioButtonGroup/index.d.ts", - "lib/components/RadioTile/RadioTile.d.ts", - "lib/components/RadioTile/index.d.ts", - "lib/components/Search/Search.Skeleton.d.ts", - "lib/components/Search/Search.d.ts", - "lib/components/Search/index.d.ts", - "lib/components/SearchFilterButton/SearchFilterButton.d.ts", - "lib/components/SearchFilterButton/index.d.ts", - "lib/components/SearchLayoutButton/SearchLayoutButton.d.ts", - "lib/components/SearchLayoutButton/index.d.ts", - "lib/components/SecondaryButton/SecondaryButton.d.ts", - "lib/components/SecondaryButton/index.d.ts", - "lib/components/Select/Select.Skeleton.d.ts", - "lib/components/Select/Select.d.ts", - "lib/components/Select/index.d.ts", - "lib/components/SelectItem/SelectItem.d.ts", - "lib/components/SelectItem/index.d.ts", - "lib/components/SelectItemGroup/SelectItemGroup.d.ts", - "lib/components/SelectItemGroup/index.d.ts", - "lib/components/SkeletonPlaceholder/SkeletonPlaceholder.d.ts", - "lib/components/SkeletonPlaceholder/index.d.ts", - "lib/components/SkeletonText/SkeletonText.d.ts", - "lib/components/SkeletonText/index.d.ts", - "lib/components/Slider/Slider.Skeleton.d.ts", - "lib/components/Slider/Slider.d.ts", - "lib/components/Slider/index.d.ts", - "lib/components/StructuredList/StructuredList.Skeleton.d.ts", - "lib/components/StructuredList/StructuredList.d.ts", - "lib/components/StructuredList/index.d.ts", - "lib/components/Switch/Switch.d.ts", - "lib/components/Switch/index.d.ts", - "lib/components/Tab/Tab.d.ts", - "lib/components/Tab/index.d.ts", - "lib/components/TabContent/TabContent.d.ts", - "lib/components/TabContent/index.d.ts", - "lib/components/Tabs/Tabs.Skeleton.d.ts", - "lib/components/Tabs/Tabs.d.ts", - "lib/components/Tabs/index.d.ts", - "lib/components/Tag/Tag.Skeleton.d.ts", - "lib/components/Tag/Tag.d.ts", - "lib/components/Tag/index.d.ts", - "lib/components/TextArea/TextArea.Skeleton.d.ts", - "lib/components/TextArea/TextArea.d.ts", - "lib/components/TextArea/index.d.ts", - "lib/components/TextInput/ControlledPasswordInput.d.ts", - "lib/components/TextInput/PasswordInput.d.ts", - "lib/components/TextInput/TextInput.Skeleton.d.ts", - "lib/components/TextInput/TextInput.d.ts", - "lib/components/TextInput/index.d.ts", - "lib/components/TextInput/props.d.ts", - "lib/components/Tile/Tile.d.ts", - "lib/components/Tile/index.d.ts", - "lib/components/TileGroup/TileGroup.d.ts", - "lib/components/TileGroup/index.d.ts", - "lib/components/TimePicker/TimePicker.d.ts", - "lib/components/TimePicker/index.d.ts", - "lib/components/TimePickerSelect/TimePickerSelect.d.ts", - "lib/components/TimePickerSelect/index.d.ts", - "lib/components/Toggle/Toggle.Skeleton.d.ts", - "lib/components/Toggle/Toggle.d.ts", - "lib/components/Toggle/index.d.ts", - "lib/components/ToggleSmall/ToggleSmall.Skeleton.d.ts", - "lib/components/ToggleSmall/ToggleSmall.d.ts", - "lib/components/ToggleSmall/index.d.ts", - "lib/components/Toolbar/Toolbar.d.ts", - "lib/components/Toolbar/index.d.ts", - "lib/components/ToolbarSearch/ToolbarSearch.d.ts", - "lib/components/ToolbarSearch/index.d.ts", - "lib/components/Tooltip/Tooltip.d.ts", - "lib/components/Tooltip/index.d.ts", - "lib/components/TooltipDefinition/TooltipDefinition.d.ts", - "lib/components/TooltipDefinition/index.d.ts", - "lib/components/TooltipIcon/TooltipIcon.d.ts", - "lib/components/TooltipIcon/index.d.ts", - "lib/components/UIShell/Content.d.ts", - "lib/components/UIShell/Header.d.ts", - "lib/components/UIShell/HeaderContainer.d.ts", - "lib/components/UIShell/HeaderGlobalAction.d.ts", - "lib/components/UIShell/HeaderGlobalBar.d.ts", - "lib/components/UIShell/HeaderMenu.d.ts", - "lib/components/UIShell/HeaderMenuButton.d.ts", - "lib/components/UIShell/HeaderMenuItem.d.ts", - "lib/components/UIShell/HeaderName.d.ts", - "lib/components/UIShell/HeaderNavigation.d.ts", - "lib/components/UIShell/HeaderPanel.d.ts", - "lib/components/UIShell/HeaderSideNavItems.d.ts", - "lib/components/UIShell/Link.d.ts", - "lib/components/UIShell/SideNav.d.ts", - "lib/components/UIShell/SideNavDetails.d.ts", - "lib/components/UIShell/SideNavFooter.d.ts", - "lib/components/UIShell/SideNavHeader.d.ts", - "lib/components/UIShell/SideNavIcon.d.ts", - "lib/components/UIShell/SideNavItem.d.ts", - "lib/components/UIShell/SideNavItems.d.ts", - "lib/components/UIShell/SideNavLink.d.ts", - "lib/components/UIShell/SideNavLinkText.d.ts", - "lib/components/UIShell/SideNavMenu.d.ts", - "lib/components/UIShell/SideNavMenuItem.d.ts", - "lib/components/UIShell/SideNavSwitcher.d.ts", - "lib/components/UIShell/SkipToContent.d.ts", - "lib/components/UIShell/Switcher.d.ts", - "lib/components/UIShell/SwitcherDivider.d.ts", - "lib/components/UIShell/SwitcherItem.d.ts", - "lib/components/UIShell/index.d.ts", - "lib/components/UnorderedList/UnorderedList.d.ts", - "lib/components/UnorderedList/index.d.ts", "index.d.ts", - "typings/shared.d.ts", "carbon-components-react-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/chrome/OTHER_FILES.txt b/types/chrome/OTHER_FILES.txt new file mode 100644 index 0000000000..015305c618 --- /dev/null +++ b/types/chrome/OTHER_FILES.txt @@ -0,0 +1 @@ +chrome-cast/index.d.ts \ No newline at end of file diff --git a/types/chrome/tsconfig.json b/types/chrome/tsconfig.json index 210a759648..436fe51ef4 100644 --- a/types/chrome/tsconfig.json +++ b/types/chrome/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "chrome-cast/index.d.ts", "test/index.ts" ] -} +} \ No newline at end of file diff --git a/types/chromecast-caf-receiver/tsconfig.json b/types/chromecast-caf-receiver/tsconfig.json index 452dd41e91..1df0cbc1fa 100644 --- a/types/chromecast-caf-receiver/tsconfig.json +++ b/types/chromecast-caf-receiver/tsconfig.json @@ -1,12 +1,16 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -15,12 +19,6 @@ }, "files": [ "index.d.ts", - "chromecast-caf-receiver-tests.ts", - "cast.framework.d.ts", - "cast.framework.breaks.d.ts", - "cast.framework.events.d.ts", - "cast.framework.messages.d.ts", - "cast.framework.system.d.ts", - "cast.framework.ui.d.ts" + "chromecast-caf-receiver-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/classnames/tsconfig.json b/types/classnames/tsconfig.json index 2a5b04bda4..6678d74433 100644 --- a/types/classnames/tsconfig.json +++ b/types/classnames/tsconfig.json @@ -18,9 +18,6 @@ }, "files": [ "index.d.ts", - "bind.d.ts", - "dedupe.d.ts", - "types.d.ts", "classnames-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/cldrjs/tsconfig.json b/types/cldrjs/tsconfig.json index 83679f89d6..9ec587d5a6 100644 --- a/types/cldrjs/tsconfig.json +++ b/types/cldrjs/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "cldr/supplemental.d.ts", "test/index.ts", "test/event.ts", "test/supplemental.ts" diff --git a/types/clearbladejs-server/clearbladejs-server-tests.ts b/types/clearbladejs-server/clearbladejs-server-tests.ts index 5fe134b5c4..5830c37923 100644 --- a/types/clearbladejs-server/clearbladejs-server-tests.ts +++ b/types/clearbladejs-server/clearbladejs-server-tests.ts @@ -190,3 +190,5 @@ ClearBlade.Trigger.Fetch("triggername", genericCallback); /////////////////////////////////////// ClearBlade.Timer.Create("timername", {}, genericCallback); ClearBlade.Timer.Fetch("timername", genericCallback); + +declare var ClearBlade: CbServer.ClearBladeGlobal; diff --git a/types/clearbladejs-server/tsconfig.json b/types/clearbladejs-server/tsconfig.json index b69f79ed0a..65c5670ec7 100644 --- a/types/clearbladejs-server/tsconfig.json +++ b/types/clearbladejs-server/tsconfig.json @@ -10,7 +10,9 @@ "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/cleave.js/tsconfig.json b/types/cleave.js/tsconfig.json index 1cf200a1d2..6eb739153b 100644 --- a/types/cleave.js/tsconfig.json +++ b/types/cleave.js/tsconfig.json @@ -20,10 +20,6 @@ }, "files": [ "cleave.js-tests.tsx", - "index.d.ts", - "options/creditCard.d.ts", - "options/index.d.ts", - "react/index.d.ts", - "react/props.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/codemirror/OTHER_FILES.txt b/types/codemirror/OTHER_FILES.txt new file mode 100644 index 0000000000..bfcf77bd56 --- /dev/null +++ b/types/codemirror/OTHER_FILES.txt @@ -0,0 +1,13 @@ +addon/edit/closebrackets.d.ts +addon/edit/closetag.d.ts +addon/edit/matchbrackets.d.ts +addon/edit/matchtags.d.ts +addon/scroll/scrollpastend.d.ts +addon/search/match-highlighter.d.ts +addon/selection/active-line.d.ts +codemirror-comment.d.ts +codemirror-panel.d.ts +codemirror-runmode.d.ts +codemirror-showhint.d.ts +codemirror-tern.d.ts +searchcursor.d.ts \ No newline at end of file diff --git a/types/codemirror/index.d.ts b/types/codemirror/index.d.ts index 4b33e86d67..cdab73d972 100644 --- a/types/codemirror/index.d.ts +++ b/types/codemirror/index.d.ts @@ -7,7 +7,7 @@ // toddself // ysulyma // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 export = CodeMirror; export as namespace CodeMirror; diff --git a/types/codemirror/test/addon/edit/closebrackets.ts b/types/codemirror/test/addon/edit/closebrackets.ts index fb64ea76f6..b614ca61b4 100644 --- a/types/codemirror/test/addon/edit/closebrackets.ts +++ b/types/codemirror/test/addon/edit/closebrackets.ts @@ -1,5 +1,4 @@ - - +/// var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { autoCloseBrackets: "()[]{}''\"\"" diff --git a/types/codemirror/test/addon/edit/closetag.ts b/types/codemirror/test/addon/edit/closetag.ts index e5b18beb1a..6a46b7235e 100644 --- a/types/codemirror/test/addon/edit/closetag.ts +++ b/types/codemirror/test/addon/edit/closetag.ts @@ -1,4 +1,4 @@ - +/// var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { diff --git a/types/codemirror/test/addon/edit/matchbrackets.ts b/types/codemirror/test/addon/edit/matchbrackets.ts index 0e7bf40b10..6a41b791b2 100644 --- a/types/codemirror/test/addon/edit/matchbrackets.ts +++ b/types/codemirror/test/addon/edit/matchbrackets.ts @@ -1,4 +1,4 @@ - +/// var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { diff --git a/types/codemirror/test/addon/edit/matchtags.ts b/types/codemirror/test/addon/edit/matchtags.ts index d959c63e5f..b993ebaa3b 100644 --- a/types/codemirror/test/addon/edit/matchtags.ts +++ b/types/codemirror/test/addon/edit/matchtags.ts @@ -1,4 +1,5 @@ +/// var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { diff --git a/types/codemirror/test/addon/scroll/scrollpastend.ts b/types/codemirror/test/addon/scroll/scrollpastend.ts index d428ad4a97..8dc3d96149 100644 --- a/types/codemirror/test/addon/scroll/scrollpastend.ts +++ b/types/codemirror/test/addon/scroll/scrollpastend.ts @@ -1,4 +1,5 @@ +/// var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { diff --git a/types/codemirror/test/addon/search/match-highlighter.ts b/types/codemirror/test/addon/search/match-highlighter.ts index a4a851e699..970384bd45 100644 --- a/types/codemirror/test/addon/search/match-highlighter.ts +++ b/types/codemirror/test/addon/search/match-highlighter.ts @@ -1,4 +1,5 @@ +/// var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { diff --git a/types/codemirror/test/addon/selection/active-line.ts b/types/codemirror/test/addon/selection/active-line.ts index acaceb50c7..aa1aba3de3 100644 --- a/types/codemirror/test/addon/selection/active-line.ts +++ b/types/codemirror/test/addon/selection/active-line.ts @@ -1,5 +1,4 @@ - - +/// var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { styleActiveLine: true diff --git a/types/codemirror/test/comment.ts b/types/codemirror/test/comment.ts index f022704a86..397c8f0092 100644 --- a/types/codemirror/test/comment.ts +++ b/types/codemirror/test/comment.ts @@ -1,3 +1,5 @@ + +/// const editor = CodeMirror(document.body); const position: CodeMirror.Position = { ch: 0, line: 0 }; const opt: CodeMirror.CommentOptions = { diff --git a/types/codemirror/test/panel.ts b/types/codemirror/test/panel.ts index 3cf200beae..a329359bd9 100644 --- a/types/codemirror/test/panel.ts +++ b/types/codemirror/test/panel.ts @@ -1,4 +1,4 @@ - +/// var cm: CodeMirror.Editor = CodeMirror(document.body); var panel1 = cm.addPanel(document.body); diff --git a/types/codemirror/test/runmode.ts b/types/codemirror/test/runmode.ts index ff673652c8..32f9ac7fa8 100644 --- a/types/codemirror/test/runmode.ts +++ b/types/codemirror/test/runmode.ts @@ -1,5 +1,4 @@ - - +/// var query = "SELECT * FROM Table"; diff --git a/types/codemirror/test/searchcursor.ts b/types/codemirror/test/searchcursor.ts index 9faaa4f518..3f23c894e4 100644 --- a/types/codemirror/test/searchcursor.ts +++ b/types/codemirror/test/searchcursor.ts @@ -1,4 +1,4 @@ - +/// var doc = new CodeMirror.Doc('text some string and another text match'); diff --git a/types/codemirror/test/showhint.ts b/types/codemirror/test/showhint.ts index 0aabcc9a86..d9aca693cf 100644 --- a/types/codemirror/test/showhint.ts +++ b/types/codemirror/test/showhint.ts @@ -1,4 +1,4 @@ - +/// var cm = CodeMirror(document.body, {value: 'text'}); var pos = new CodeMirror.Pos(2, 3); diff --git a/types/codemirror/test/tern.ts b/types/codemirror/test/tern.ts index 2f80a9aabd..223def12cb 100644 --- a/types/codemirror/test/tern.ts +++ b/types/codemirror/test/tern.ts @@ -1,3 +1,5 @@ + +/// const options: CodeMirror.TernOptions = { completionTip: (data) => { @@ -21,4 +23,4 @@ ts.request(cm.getDoc(), "completions", (_e, d) => { ts.complete(cm.getDoc()); -ts.showType(cm.getDoc()); \ No newline at end of file +ts.showType(cm.getDoc()); diff --git a/types/codemirror/tsconfig.json b/types/codemirror/tsconfig.json index ab11d75fe9..2e210b3668 100644 --- a/types/codemirror/tsconfig.json +++ b/types/codemirror/tsconfig.json @@ -19,19 +19,6 @@ }, "files": [ "index.d.ts", - "codemirror-comment.d.ts", - "codemirror-panel.d.ts", - "codemirror-runmode.d.ts", - "codemirror-showhint.d.ts", - "codemirror-tern.d.ts", - "searchcursor.d.ts", - "addon/edit/closebrackets.d.ts", - "addon/edit/closetag.d.ts", - "addon/edit/matchbrackets.d.ts", - "addon/edit/matchtags.d.ts", - "addon/scroll/scrollpastend.d.ts", - "addon/search/match-highlighter.d.ts", - "addon/selection/active-line.d.ts", "test/comment.ts", "test/index.ts", "test/panel.ts", diff --git a/types/coinlist/tsconfig.json b/types/coinlist/tsconfig.json index 86b93f8380..ba35675d19 100644 --- a/types/coinlist/tsconfig.json +++ b/types/coinlist/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "src/coins.json.d.ts", "coinlist-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/color-convert/tsconfig.json b/types/color-convert/tsconfig.json index 52c14017a1..2ec5664228 100644 --- a/types/color-convert/tsconfig.json +++ b/types/color-convert/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "conversions.d.ts", - "route.d.ts", "color-convert-tests.ts" ] } \ No newline at end of file diff --git a/types/cometd/tsconfig.json b/types/cometd/tsconfig.json index 95ba72babf..6533a1a225 100644 --- a/types/cometd/tsconfig.json +++ b/types/cometd/tsconfig.json @@ -18,9 +18,6 @@ }, "files": [ "index.d.ts", - "cometd-tests.ts", - "AckExtension/index.d.ts", - "BinaryExtension/index.d.ts", - "TimeSyncExtension/index.d.ts" + "cometd-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/commangular/OTHER_FILES.txt b/types/commangular/OTHER_FILES.txt new file mode 100644 index 0000000000..5c9ef3d6fc --- /dev/null +++ b/types/commangular/OTHER_FILES.txt @@ -0,0 +1 @@ +commangular-mock.d.ts \ No newline at end of file diff --git a/types/commangular/tsconfig.json b/types/commangular/tsconfig.json index bd900bd300..82e6284376 100644 --- a/types/commangular/tsconfig.json +++ b/types/commangular/tsconfig.json @@ -18,7 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "commangular-mock.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/config/tsconfig.json b/types/config/tsconfig.json index 2778a8393a..a595ffb10c 100644 --- a/types/config/tsconfig.json +++ b/types/config/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "defer.d.ts", - "raw.d.ts", "config-tests.ts" ] } \ No newline at end of file diff --git a/types/core-object/tsconfig.json b/types/core-object/tsconfig.json index 908527fc38..d4af96fa8a 100644 --- a/types/core-object/tsconfig.json +++ b/types/core-object/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "-private/utils.d.ts", "core-object-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/crypto-js/tsconfig.json b/types/crypto-js/tsconfig.json index 62ec3d1e40..29d353c41f 100644 --- a/types/crypto-js/tsconfig.json +++ b/types/crypto-js/tsconfig.json @@ -20,50 +20,6 @@ "files": [ "index.d.ts", "crypto-js-tests.ts", - "test/submodule-tests.ts", - "core/index.d.ts", - "x64-core/index.d.ts", - "lib-typedarrays/index.d.ts", - "md5/index.d.ts", - "sha1/index.d.ts", - "sha256/index.d.ts", - "sha224/index.d.ts", - "sha512/index.d.ts", - "sha384/index.d.ts", - "sha3/index.d.ts", - "ripemd160/index.d.ts", - "hmac-md5/index.d.ts", - "hmac-sha1/index.d.ts", - "hmac-sha256/index.d.ts", - "hmac-sha224/index.d.ts", - "hmac-sha512/index.d.ts", - "hmac-sha384/index.d.ts", - "hmac-sha3/index.d.ts", - "hmac-ripemd160/index.d.ts", - "pbkdf2/index.d.ts", - "aes/index.d.ts", - "tripledes/index.d.ts", - "rc4/index.d.ts", - "rabbit/index.d.ts", - "rabbit-legacy/index.d.ts", - "evpkdf/index.d.ts", - "format-openssl/index.d.ts", - "format-hex/index.d.ts", - "enc-latin1/index.d.ts", - "enc-utf8/index.d.ts", - "enc-hex/index.d.ts", - "enc-utf16/index.d.ts", - "enc-base64/index.d.ts", - "mode-cfb/index.d.ts", - "mode-ctr/index.d.ts", - "mode-ctr-gladman/index.d.ts", - "mode-ofb/index.d.ts", - "mode-ecb/index.d.ts", - "pad-pkcs7/index.d.ts", - "pad-ansix923/index.d.ts", - "pad-iso10126/index.d.ts", - "pad-iso97971/index.d.ts", - "pad-zeropadding/index.d.ts", - "pad-nopadding/index.d.ts" + "test/submodule-tests.ts" ] } \ No newline at end of file diff --git a/types/currency-formatter/tsconfig.json b/types/currency-formatter/tsconfig.json index 47674cfe0d..7b0f0a3177 100644 --- a/types/currency-formatter/tsconfig.json +++ b/types/currency-formatter/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "currencies.d.ts", "currency-formatter-tests.ts" ] } \ No newline at end of file diff --git a/types/cypress-cucumber-preprocessor/tsconfig.json b/types/cypress-cucumber-preprocessor/tsconfig.json index 05bf3cbbad..87d3a28ada 100644 --- a/types/cypress-cucumber-preprocessor/tsconfig.json +++ b/types/cypress-cucumber-preprocessor/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "steps/index.d.ts", "cypress-cucumber-preprocessor-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/d/tsconfig.json b/types/d/tsconfig.json index 26c1a65f3e..5576c34361 100644 --- a/types/d/tsconfig.json +++ b/types/d/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "auto-bind.d.ts", - "lazy.d.ts", "d-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/date-now/tsconfig.json b/types/date-now/tsconfig.json index 705da71b7b..6fd7e7521a 100644 --- a/types/date-now/tsconfig.json +++ b/types/date-now/tsconfig.json @@ -1,26 +1,23 @@ { "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [ - - ], - "noEmit": true, - "forceConsistentCasingInFileNames": true + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "seed.d.ts", - "date-now-tests.ts" + "index.d.ts", + "date-now-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/detox/tsconfig.json b/types/detox/tsconfig.json index 63c9a917d6..d638844a5b 100644 --- a/types/detox/tsconfig.json +++ b/types/detox/tsconfig.json @@ -1,26 +1,27 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "target": "ES2015", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "runners/jest/adapter/index.d.ts", - "runners/jest/specReporter.d.ts", - "runners/mocha/adapter/index.d.ts", "test/detox-global-tests.ts", "test/detox-module-tests.ts", "test/detox-jest-setup-tests.ts", "test/detox-mocha-setup-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dispatchr/tsconfig.json b/types/dispatchr/tsconfig.json index e94ec73c3c..3846654d56 100644 --- a/types/dispatchr/tsconfig.json +++ b/types/dispatchr/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "addons/createStore.d.ts", - "addons/BaseStore.d.ts", "dispatchr-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dojo/OTHER_FILES.txt b/types/dojo/OTHER_FILES.txt new file mode 100644 index 0000000000..fb675a050a --- /dev/null +++ b/types/dojo/OTHER_FILES.txt @@ -0,0 +1,63 @@ +dijit.d.ts +doh.d.ts +dojox.NodeList.d.ts +dojox.analytics.d.ts +dojox.app.d.ts +dojox.atom.d.ts +dojox.av.d.ts +dojox.calc.d.ts +dojox.calendar.d.ts +dojox.charting.d.ts +dojox.collections.d.ts +dojox.color.d.ts +dojox.css3.d.ts +dojox.data.d.ts +dojox.date.d.ts +dojox.dgauges.d.ts +dojox.dnd.d.ts +dojox.drawing.d.ts +dojox.dtl.d.ts +dojox.editor.d.ts +dojox.embed.d.ts +dojox.encoding.d.ts +dojox.flash.d.ts +dojox.form.d.ts +dojox.fx.d.ts +dojox.gantt.d.ts +dojox.gauges.d.ts +dojox.geo.d.ts +dojox.gesture.d.ts +dojox.gfx.d.ts +dojox.gfx3d.d.ts +dojox.grid.d.ts +dojox.help.d.ts +dojox.highlight.d.ts +dojox.html.d.ts +dojox.image.d.ts +dojox.io.d.ts +dojox.jq.d.ts +dojox.json.d.ts +dojox.jsonPath.d.ts +dojox.lang.d.ts +dojox.layout.d.ts +dojox.main.d.ts +dojox.math.d.ts +dojox.mdnd.d.ts +dojox.mobile.d.ts +dojox.mvc.d.ts +dojox.rails.d.ts +dojox.robot.d.ts +dojox.rpc.d.ts +dojox.secure.d.ts +dojox.sketch.d.ts +dojox.socket.d.ts +dojox.sql.d.ts +dojox.storage.d.ts +dojox.string.d.ts +dojox.testing.d.ts +dojox.timing.d.ts +dojox.treemap.d.ts +dojox.uuid.d.ts +dojox.validate.d.ts +dojox.widget.d.ts +dojox.xml.d.ts \ No newline at end of file diff --git a/types/dojo/tsconfig.json b/types/dojo/tsconfig.json index 983ded2a9c..82e6284376 100644 --- a/types/dojo/tsconfig.json +++ b/types/dojo/tsconfig.json @@ -18,69 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "dijit.d.ts", - "doh.d.ts", - "dojox.NodeList.d.ts", - "dojox.analytics.d.ts", - "dojox.app.d.ts", - "dojox.atom.d.ts", - "dojox.av.d.ts", - "dojox.calc.d.ts", - "dojox.calendar.d.ts", - "dojox.charting.d.ts", - "dojox.collections.d.ts", - "dojox.color.d.ts", - "dojox.css3.d.ts", - "dojox.data.d.ts", - "dojox.date.d.ts", - "dojox.dgauges.d.ts", - "dojox.dnd.d.ts", - "dojox.drawing.d.ts", - "dojox.dtl.d.ts", - "dojox.editor.d.ts", - "dojox.embed.d.ts", - "dojox.encoding.d.ts", - "dojox.flash.d.ts", - "dojox.form.d.ts", - "dojox.fx.d.ts", - "dojox.gantt.d.ts", - "dojox.gauges.d.ts", - "dojox.geo.d.ts", - "dojox.gesture.d.ts", - "dojox.gfx.d.ts", - "dojox.gfx3d.d.ts", - "dojox.grid.d.ts", - "dojox.help.d.ts", - "dojox.highlight.d.ts", - "dojox.html.d.ts", - "dojox.image.d.ts", - "dojox.io.d.ts", - "dojox.jq.d.ts", - "dojox.json.d.ts", - "dojox.jsonPath.d.ts", - "dojox.lang.d.ts", - "dojox.layout.d.ts", - "dojox.main.d.ts", - "dojox.math.d.ts", - "dojox.mdnd.d.ts", - "dojox.mobile.d.ts", - "dojox.mvc.d.ts", - "dojox.rails.d.ts", - "dojox.robot.d.ts", - "dojox.rpc.d.ts", - "dojox.secure.d.ts", - "dojox.sketch.d.ts", - "dojox.socket.d.ts", - "dojox.sql.d.ts", - "dojox.storage.d.ts", - "dojox.string.d.ts", - "dojox.testing.d.ts", - "dojox.timing.d.ts", - "dojox.treemap.d.ts", - "dojox.uuid.d.ts", - "dojox.validate.d.ts", - "dojox.widget.d.ts", - "dojox.xml.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/dwt/tsconfig.json b/types/dwt/tsconfig.json index d745632255..41c9e8b078 100644 --- a/types/dwt/tsconfig.json +++ b/types/dwt/tsconfig.json @@ -19,13 +19,6 @@ }, "files": [ "dwt-tests.ts", - "index.d.ts", - "Dynamsoft.d.ts", - "addon.ocr.d.ts", - "addon.ocrp.d.ts", - "addon.pdf.d.ts", - "addon.webcam.d.ts", - "dbr.d.ts", - "mbc.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/dwt/v13/OTHER_FILES.txt b/types/dwt/v13/OTHER_FILES.txt new file mode 100644 index 0000000000..9c254623ff --- /dev/null +++ b/types/dwt/v13/OTHER_FILES.txt @@ -0,0 +1,4 @@ +addon.ocr.d.ts +addon.ocrp.d.ts +addon.pdf.d.ts +addon.webcam.d.ts \ No newline at end of file diff --git a/types/dwt/v13/dwt-tests.ts b/types/dwt/v13/dwt-tests.ts index 1be94acca1..aefd197876 100644 --- a/types/dwt/v13/dwt-tests.ts +++ b/types/dwt/v13/dwt-tests.ts @@ -1,3 +1,4 @@ +/// function dwtOnReady() { const DWObject = Dynamsoft.WebTwainEnv.GetWebTwain('dwtcontrolContainer'); // Get the Dynamic Web TWAIN object that is embeded in the div with id 'dwtcontrolContainer' if (DWObject) { diff --git a/types/dwt/v13/index.d.ts b/types/dwt/v13/index.d.ts index a205a73aba..e430569775 100644 --- a/types/dwt/v13/index.d.ts +++ b/types/dwt/v13/index.d.ts @@ -5,7 +5,7 @@ // Lincoln Hu // Tom Kent // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.4 +// TypeScript Version: 3.2 /*! * Based on Dynamsoft WebTwain JavaScript Intellisense diff --git a/types/dwt/v13/tsconfig.json b/types/dwt/v13/tsconfig.json index 9098437226..766685e2ac 100644 --- a/types/dwt/v13/tsconfig.json +++ b/types/dwt/v13/tsconfig.json @@ -24,10 +24,6 @@ }, "files": [ "index.d.ts", - "addon.ocr.d.ts", - "addon.ocrp.d.ts", - "addon.pdf.d.ts", - "addon.webcam.d.ts", "dwt-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/dwt/v14/tsconfig.json b/types/dwt/v14/tsconfig.json index dff40aaef7..87d91ba087 100644 --- a/types/dwt/v14/tsconfig.json +++ b/types/dwt/v14/tsconfig.json @@ -24,13 +24,6 @@ }, "files": [ "dwt-tests.ts", - "index.d.ts", - "Dynamsoft.d.ts", - "addon.ocr.d.ts", - "addon.ocrp.d.ts", - "addon.pdf.d.ts", - "addon.webcam.d.ts", - "dbr.d.ts", - "mbc.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/eases/tsconfig.json b/types/eases/tsconfig.json index 1ed08e1b05..e5fced7c28 100644 --- a/types/eases/tsconfig.json +++ b/types/eases/tsconfig.json @@ -18,37 +18,6 @@ }, "files": [ "index.d.ts", - "eases-tests.ts", - "backInOut.d.ts", - "backIn.d.ts", - "backOut.d.ts", - "bounceInOut.d.ts", - "bounceIn.d.ts", - "bounceOut.d.ts", - "circInOut.d.ts", - "circIn.d.ts", - "circOut.d.ts", - "cubicInOut.d.ts", - "cubicIn.d.ts", - "cubicOut.d.ts", - "elasticInOut.d.ts", - "elasticIn.d.ts", - "elasticOut.d.ts", - "expoInOut.d.ts", - "expoIn.d.ts", - "expoOut.d.ts", - "linear.d.ts", - "quadInOut.d.ts", - "quadIn.d.ts", - "quadOut.d.ts", - "quartInOut.d.ts", - "quartIn.d.ts", - "quartOut.d.ts", - "quintInOut.d.ts", - "quintIn.d.ts", - "quintOut.d.ts", - "sineInOut.d.ts", - "sineIn.d.ts", - "sineOut.d.ts" + "eases-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/echarts/tsconfig.json b/types/echarts/tsconfig.json index e47ffe60e9..2eae92bb60 100644 --- a/types/echarts/tsconfig.json +++ b/types/echarts/tsconfig.json @@ -18,34 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "options/axis-pointer.d.ts", - "options/data-zoom.d.ts", - "options/text-style.d.ts", - "options/tooltip.d.ts", - "options/x-axis.d.ts", - "options/y-axis.d.ts", - "options/series/bar.d.ts", - "options/series/boxplot.d.ts", - "options/series/candlestick.d.ts", - "options/series/custom.d.ts", - "options/series/effect-scatter.d.ts", - "options/series/funnel.d.ts", - "options/series/gauge.d.ts", - "options/series/graph.d.ts", - "options/series/heatmap.d.ts", - "options/series/line.d.ts", - "options/series/lines.d.ts", - "options/series/map.d.ts", - "options/series/parallel.d.ts", - "options/series/pictorial-bar.d.ts", - "options/series/pie.d.ts", - "options/series/radar.d.ts", - "options/series/sankey.d.ts", - "options/series/scatter.d.ts", - "options/series/sunburst.d.ts", - "options/series/theme-river.d.ts", - "options/series/tree.d.ts", - "options/series/treemap.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/ember-data/OTHER_FILES.txt b/types/ember-data/OTHER_FILES.txt new file mode 100644 index 0000000000..05cfd9a033 --- /dev/null +++ b/types/ember-data/OTHER_FILES.txt @@ -0,0 +1,2 @@ +serializers/embedded-records-mixin.d.ts +transform.d.ts \ No newline at end of file diff --git a/types/ember-data/tsconfig.json b/types/ember-data/tsconfig.json index 9faf0479cf..a07f9b5fc8 100644 --- a/types/ember-data/tsconfig.json +++ b/types/ember-data/tsconfig.json @@ -14,34 +14,90 @@ "../" ], "paths": { - "@ember/application": ["ember__application"], - "@ember/application/*": ["ember__application/*"], - "@ember/array": ["ember__array"], - "@ember/array/*": ["ember__array/*"], - "@ember/component": ["ember__component"], - "@ember/component/*": ["ember__component/*"], - "@ember/controller": ["ember__controller"], - "@ember/debug": ["ember__debug"], - "@ember/debug/*": ["ember__debug/*"], - "@ember/engine": ["ember__engine"], - "@ember/engine/*": ["ember__engine/*"], - "@ember/error": ["ember__error"], - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/polyfills": ["ember__polyfills"], - "@ember/routing": ["ember__routing"], - "@ember/routing/*": ["ember__routing/*"], - "@ember/runloop": ["ember__runloop"], - "@ember/runloop/*": ["ember__runloop/*"], - "@ember/service": ["ember__service"], - "@ember/string": ["ember__string"], - "@ember/string/*": ["ember__string/*"], - "@ember/template": ["ember__template"], - "@ember/template/*": ["ember__template/*"], - "@ember/test": ["ember__test"], - "@ember/test/*": ["ember__test/*"], - "@ember/utils": ["ember__utils"], - "@ember/utils/*": ["ember__utils/*"] + "@ember/application": [ + "ember__application" + ], + "@ember/application/*": [ + "ember__application/*" + ], + "@ember/array": [ + "ember__array" + ], + "@ember/array/*": [ + "ember__array/*" + ], + "@ember/component": [ + "ember__component" + ], + "@ember/component/*": [ + "ember__component/*" + ], + "@ember/controller": [ + "ember__controller" + ], + "@ember/debug": [ + "ember__debug" + ], + "@ember/debug/*": [ + "ember__debug/*" + ], + "@ember/engine": [ + "ember__engine" + ], + "@ember/engine/*": [ + "ember__engine/*" + ], + "@ember/error": [ + "ember__error" + ], + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/polyfills": [ + "ember__polyfills" + ], + "@ember/routing": [ + "ember__routing" + ], + "@ember/routing/*": [ + "ember__routing/*" + ], + "@ember/runloop": [ + "ember__runloop" + ], + "@ember/runloop/*": [ + "ember__runloop/*" + ], + "@ember/service": [ + "ember__service" + ], + "@ember/string": [ + "ember__string" + ], + "@ember/string/*": [ + "ember__string/*" + ], + "@ember/template": [ + "ember__template" + ], + "@ember/template/*": [ + "ember__template/*" + ], + "@ember/test": [ + "ember__test" + ], + "@ember/test/*": [ + "ember__test/*" + ], + "@ember/utils": [ + "ember__utils" + ], + "@ember/utils/*": [ + "ember__utils/*" + ] }, "types": [], "noEmit": true, @@ -50,29 +106,6 @@ }, "files": [ "index.d.ts", - "adapters/errors.d.ts", - "adapters/json-api.d.ts", - "adapters/rest.d.ts", - "serializers/embedded-records-mixin.d.ts", - "serializers/json-api.d.ts", - "serializers/json.d.ts", - "serializers/rest.d.ts", - "transforms/boolean.d.ts", - "transforms/date.d.ts", - "transforms/number.d.ts", - "transforms/string.d.ts", - "transforms/transform.d.ts", - "adapter.d.ts", - "attr.d.ts", - "model.d.ts", - "relationships.d.ts", - "serializer.d.ts", - "store.d.ts", - "transform.d.ts", - "types/registries/adapter.d.ts", - "types/registries/model.d.ts", - "types/registries/serializer.d.ts", - "types/registries/transform.d.ts", "test/lib/assert.ts", "test/model.ts", "test/module-api.ts", @@ -88,4 +121,4 @@ "test/error.ts", "test/promises.ts" ] -} +} \ No newline at end of file diff --git a/types/ember-data/v2/OTHER_FILES.txt b/types/ember-data/v2/OTHER_FILES.txt new file mode 100644 index 0000000000..05cfd9a033 --- /dev/null +++ b/types/ember-data/v2/OTHER_FILES.txt @@ -0,0 +1,2 @@ +serializers/embedded-records-mixin.d.ts +transform.d.ts \ No newline at end of file diff --git a/types/ember-data/v2/tsconfig.json b/types/ember-data/v2/tsconfig.json index 003157a332..8a51508f87 100644 --- a/types/ember-data/v2/tsconfig.json +++ b/types/ember-data/v2/tsconfig.json @@ -14,9 +14,15 @@ "../../" ], "paths": { - "ember": ["ember/v2"], - "ember-data": ["ember-data/v2"], - "ember-data/*": ["ember-data/v2/*"] + "ember": [ + "ember/v2" + ], + "ember-data": [ + "ember-data/v2" + ], + "ember-data/*": [ + "ember-data/v2/*" + ] }, "types": [], "noEmit": true, @@ -25,25 +31,6 @@ }, "files": [ "index.d.ts", - "adapter.d.ts", - "serializer.d.ts", - "model.d.ts", - "attr.d.ts", - "relationships.d.ts", - "store.d.ts", - "transform.d.ts", - "adapters/errors.d.ts", - "adapters/rest.d.ts", - "adapters/json-api.d.ts", - "serializers/json-api.d.ts", - "serializers/json.d.ts", - "serializers/rest.d.ts", - "serializers/embedded-records-mixin.d.ts", - "transforms/transform.d.ts", - "transforms/date.d.ts", - "transforms/boolean.d.ts", - "transforms/string.d.ts", - "transforms/number.d.ts", "test/lib/assert.ts", "test/model.ts", "test/module-api.ts", @@ -58,4 +45,4 @@ "test/injections.ts", "test/error.ts" ] -} +} \ No newline at end of file diff --git a/types/ember-feature-flags/tsconfig.json b/types/ember-feature-flags/tsconfig.json index 236a684014..8b0dac3197 100644 --- a/types/ember-feature-flags/tsconfig.json +++ b/types/ember-feature-flags/tsconfig.json @@ -14,34 +14,90 @@ "../" ], "paths": { - "@ember/application": ["ember__application"], - "@ember/application/*": ["ember__application/*"], - "@ember/array": ["ember__array"], - "@ember/array/*": ["ember__array/*"], - "@ember/component": ["ember__component"], - "@ember/component/*": ["ember__component/*"], - "@ember/controller": ["ember__controller"], - "@ember/debug": ["ember__debug"], - "@ember/debug/*": ["ember__debug/*"], - "@ember/engine": ["ember__engine"], - "@ember/engine/*": ["ember__engine/*"], - "@ember/error": ["ember__error"], - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/polyfills": ["ember__polyfills"], - "@ember/routing": ["ember__routing"], - "@ember/routing/*": ["ember__routing/*"], - "@ember/runloop": ["ember__runloop"], - "@ember/runloop/*": ["ember__runloop/*"], - "@ember/service": ["ember__service"], - "@ember/string": ["ember__string"], - "@ember/string/*": ["ember__string/*"], - "@ember/template": ["ember__template"], - "@ember/template/*": ["ember__template/*"], - "@ember/test": ["ember__test"], - "@ember/test/*": ["ember__test/*"], - "@ember/utils": ["ember__utils"], - "@ember/utils/*": ["ember__utils/*"] + "@ember/application": [ + "ember__application" + ], + "@ember/application/*": [ + "ember__application/*" + ], + "@ember/array": [ + "ember__array" + ], + "@ember/array/*": [ + "ember__array/*" + ], + "@ember/component": [ + "ember__component" + ], + "@ember/component/*": [ + "ember__component/*" + ], + "@ember/controller": [ + "ember__controller" + ], + "@ember/debug": [ + "ember__debug" + ], + "@ember/debug/*": [ + "ember__debug/*" + ], + "@ember/engine": [ + "ember__engine" + ], + "@ember/engine/*": [ + "ember__engine/*" + ], + "@ember/error": [ + "ember__error" + ], + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/polyfills": [ + "ember__polyfills" + ], + "@ember/routing": [ + "ember__routing" + ], + "@ember/routing/*": [ + "ember__routing/*" + ], + "@ember/runloop": [ + "ember__runloop" + ], + "@ember/runloop/*": [ + "ember__runloop/*" + ], + "@ember/service": [ + "ember__service" + ], + "@ember/string": [ + "ember__string" + ], + "@ember/string/*": [ + "ember__string/*" + ], + "@ember/template": [ + "ember__template" + ], + "@ember/template/*": [ + "ember__template/*" + ], + "@ember/test": [ + "ember__test" + ], + "@ember/test/*": [ + "ember__test/*" + ], + "@ember/utils": [ + "ember__utils" + ], + "@ember/utils/*": [ + "ember__utils/*" + ] }, "types": [], "noEmit": true, @@ -49,8 +105,6 @@ }, "files": [ "index.d.ts", - "tests/helpers/with-feature.d.ts", - "test-support/index.d.ts", "ember-feature-flags-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember-feature-flags/v3/tsconfig.json b/types/ember-feature-flags/v3/tsconfig.json index 62622d02af..31734fc3d4 100644 --- a/types/ember-feature-flags/v3/tsconfig.json +++ b/types/ember-feature-flags/v3/tsconfig.json @@ -14,8 +14,12 @@ "../../" ], "paths": { - "ember": ["ember/v2"], - "ember-feature-flags": ["ember-feature-flags/v3"] + "ember": [ + "ember/v2" + ], + "ember-feature-flags": [ + "ember-feature-flags/v3" + ] }, "types": [], "noEmit": true, @@ -23,7 +27,6 @@ }, "files": [ "index.d.ts", - "tests/helpers/with-feature.d.ts", "ember-feature-flags-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__application/OTHER_FILES.txt b/types/ember__application/OTHER_FILES.txt new file mode 100644 index 0000000000..7ae34ca9db --- /dev/null +++ b/types/ember__application/OTHER_FILES.txt @@ -0,0 +1,8 @@ +-private/default-resolver.d.ts +-private/event-dispatcher.d.ts +-private/registry.d.ts +deprecations.d.ts +globals-resolver.d.ts +instance.d.ts +resolver.d.ts +types.d.ts \ No newline at end of file diff --git a/types/ember__application/tsconfig.json b/types/ember__application/tsconfig.json index 46e1acb468..6fcc25a262 100644 --- a/types/ember__application/tsconfig.json +++ b/types/ember__application/tsconfig.json @@ -15,35 +15,47 @@ "../" ], "paths": { - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/engine": ["ember__engine"], - "@ember/engine/*": ["ember__engine/*"], - "@ember/routing": ["ember__routing"], - "@ember/routing/*": ["ember__routing/*"], - "@ember/service": ["ember__service"], - "@ember/application": ["ember__application"], - "@ember/application/*": ["ember__application/*"], - "@ember/controller": ["ember__controller"] + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/engine": [ + "ember__engine" + ], + "@ember/engine/*": [ + "ember__engine/*" + ], + "@ember/routing": [ + "ember__routing" + ], + "@ember/routing/*": [ + "ember__routing/*" + ], + "@ember/service": [ + "ember__service" + ], + "@ember/application": [ + "ember__application" + ], + "@ember/application/*": [ + "ember__application/*" + ], + "@ember/controller": [ + "ember__controller" + ] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ - "deprecations.d.ts", - "globals-resolver.d.ts", "index.d.ts", - "instance.d.ts", - "resolver.d.ts", - "types.d.ts", - "-private/default-resolver.d.ts", - "-private/event-dispatcher.d.ts", - "-private/registry.d.ts", "test/application.ts", "test/deprecations.ts", "test/resolver.ts", "test/globals-resolver.ts", "test/application-instance.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__array/OTHER_FILES.txt b/types/ember__array/OTHER_FILES.txt new file mode 100644 index 0000000000..3bf021c30b --- /dev/null +++ b/types/ember__array/OTHER_FILES.txt @@ -0,0 +1,6 @@ +-private/enumerable.d.ts +-private/mutable-enumerable.d.ts +-private/native-array.d.ts +mutable.d.ts +proxy.d.ts +types/prototype-extensions.d.ts \ No newline at end of file diff --git a/types/ember__array/tsconfig.json b/types/ember__array/tsconfig.json index 11e1966393..b41fefe9c8 100644 --- a/types/ember__array/tsconfig.json +++ b/types/ember__array/tsconfig.json @@ -15,10 +15,18 @@ "../" ], "paths": { - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/array": ["ember__array"], - "@ember/array/*": ["ember__array/*"] + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/array": [ + "ember__array" + ], + "@ember/array/*": [ + "ember__array/*" + ] }, "types": [], "noEmit": true, @@ -26,15 +34,9 @@ }, "files": [ "index.d.ts", - "mutable.d.ts", - "proxy.d.ts", - "-private/native-array.d.ts", - "-private/enumerable.d.ts", - "-private/mutable-enumerable.d.ts", - "types/prototype-extensions.d.ts", "test/lib/assert.ts", "test/array.ts", "test/array-ext.ts", "test/array-proxy.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__component/OTHER_FILES.txt b/types/ember__component/OTHER_FILES.txt new file mode 100644 index 0000000000..9db4c34619 --- /dev/null +++ b/types/ember__component/OTHER_FILES.txt @@ -0,0 +1,10 @@ +-private/action-support.d.ts +-private/class-names-support.d.ts +-private/core-view.d.ts +-private/target-action-support.d.ts +-private/text-support.d.ts +-private/view-mixin.d.ts +checkbox.d.ts +helper.d.ts +text-area.d.ts +text-field.d.ts \ No newline at end of file diff --git a/types/ember__component/tsconfig.json b/types/ember__component/tsconfig.json index 23411b5e01..cfa115accf 100644 --- a/types/ember__component/tsconfig.json +++ b/types/ember__component/tsconfig.json @@ -15,12 +15,24 @@ "../" ], "paths": { - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/controller": ["ember__controller"], - "@ember/controller/*": ["ember__controller/*"], - "@ember/component": ["ember__component"], - "@ember/component/*": ["ember__component/*"] + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/controller": [ + "ember__controller" + ], + "@ember/controller/*": [ + "ember__controller/*" + ], + "@ember/component": [ + "ember__component" + ], + "@ember/component/*": [ + "ember__component/*" + ] }, "types": [], "noEmit": true, @@ -28,18 +40,8 @@ }, "files": [ "index.d.ts", - "checkbox.d.ts", - "text-area.d.ts", - "text-field.d.ts", - "helper.d.ts", - "-private/core-view.d.ts", - "-private/class-names-support.d.ts", - "-private/view-mixin.d.ts", - "-private/action-support.d.ts", - "-private/target-action-support.d.ts", - "-private/text-support.d.ts", "test/lib/assert.ts", "test/component.ts", "test/helper.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__debug/OTHER_FILES.txt b/types/ember__debug/OTHER_FILES.txt new file mode 100644 index 0000000000..c66e10ec04 --- /dev/null +++ b/types/ember__debug/OTHER_FILES.txt @@ -0,0 +1,2 @@ +data-adapter.d.ts +container-debug-adapter.d.ts diff --git a/types/ember__debug/tsconfig.json b/types/ember__debug/tsconfig.json index b6795b034b..d4742fa47a 100644 --- a/types/ember__debug/tsconfig.json +++ b/types/ember__debug/tsconfig.json @@ -15,12 +15,24 @@ "../" ], "paths": { - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/engine": ["ember__engine"], - "@ember/engine/*": ["ember__engine/*"], - "@ember/debug": ["ember__debug"], - "@ember/debug/*": ["ember__debug/*"] + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/engine": [ + "ember__engine" + ], + "@ember/engine/*": [ + "ember__engine/*" + ], + "@ember/debug": [ + "ember__debug" + ], + "@ember/debug/*": [ + "ember__debug/*" + ] }, "types": [], "noEmit": true, @@ -28,8 +40,6 @@ }, "files": [ "index.d.ts", - "data-adapter.d.ts", - "container-debug-adapter.d.ts", "ember__debug-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__engine/OTHER_FILES.txt b/types/ember__engine/OTHER_FILES.txt new file mode 100644 index 0000000000..a2ac49e889 --- /dev/null +++ b/types/ember__engine/OTHER_FILES.txt @@ -0,0 +1,5 @@ +-private/container-proxy-mixin.d.ts +-private/registry-proxy-mixin.d.ts +-private/resolver.d.ts +-private/types/initializer.d.ts +instance.d.ts \ No newline at end of file diff --git a/types/ember__engine/tsconfig.json b/types/ember__engine/tsconfig.json index 5052d049ab..327c78bf3f 100644 --- a/types/ember__engine/tsconfig.json +++ b/types/ember__engine/tsconfig.json @@ -15,10 +15,18 @@ "../" ], "paths": { - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/engine": ["ember__engine"], - "@ember/engine/*": ["ember__engine/*"] + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/engine": [ + "ember__engine" + ], + "@ember/engine/*": [ + "ember__engine/*" + ] }, "types": [], "noEmit": true, @@ -26,12 +34,7 @@ }, "files": [ "index.d.ts", - "instance.d.ts", - "-private/registry-proxy-mixin.d.ts", - "-private/resolver.d.ts", - "-private/container-proxy-mixin.d.ts", - "-private/types/initializer.d.ts", "test/engine.ts", "test/engine-instance.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__object/OTHER_FILES.txt b/types/ember__object/OTHER_FILES.txt new file mode 100644 index 0000000000..0c19db6952 --- /dev/null +++ b/types/ember__object/OTHER_FILES.txt @@ -0,0 +1,13 @@ +-private/action-handler.d.ts +-private/copyable.d.ts +-private/types.d.ts +computed.d.ts +core.d.ts +evented.d.ts +events.d.ts +internals.d.ts +mixin.d.ts +observable.d.ts +observers.d.ts +promise-proxy-mixin.d.ts +proxy.d.ts \ No newline at end of file diff --git a/types/ember__object/tsconfig.json b/types/ember__object/tsconfig.json index 5f6af3fbda..3a684e0cff 100644 --- a/types/ember__object/tsconfig.json +++ b/types/ember__object/tsconfig.json @@ -16,28 +16,19 @@ "../" ], "paths": { - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"] + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ - "computed.d.ts", - "core.d.ts", - "evented.d.ts", - "events.d.ts", "index.d.ts", - "internals.d.ts", - "mixin.d.ts", - "observable.d.ts", - "observers.d.ts", - "promise-proxy-mixin.d.ts", - "proxy.d.ts", - "-private/types.d.ts", - "-private/copyable.d.ts", - "-private/action-handler.d.ts", "test/lib/assert.ts", "test/access-modifier.ts", "test/core.ts", @@ -54,4 +45,4 @@ "test/proxy.ts", "test/reopen.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__polyfills/tsconfig.json b/types/ember__polyfills/tsconfig.json index ab08b95d99..373ef8d8f5 100644 --- a/types/ember__polyfills/tsconfig.json +++ b/types/ember__polyfills/tsconfig.json @@ -15,8 +15,12 @@ "../" ], "paths": { - "@ember/polyfills": ["ember__polyfills"], - "@ember/polyfills/*": ["ember__polyfills/*"] + "@ember/polyfills": [ + "ember__polyfills" + ], + "@ember/polyfills/*": [ + "ember__polyfills/*" + ] }, "types": [], "noEmit": true, @@ -24,7 +28,6 @@ }, "files": [ "index.d.ts", - "types.d.ts", "ember__polyfills-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__routing/OTHER_FILES.txt b/types/ember__routing/OTHER_FILES.txt new file mode 100644 index 0000000000..10a0c5b8e8 --- /dev/null +++ b/types/ember__routing/OTHER_FILES.txt @@ -0,0 +1,13 @@ +-private/route-info.d.ts +-private/router-dsl.d.ts +-private/transition.d.ts +auto-location.d.ts +hash-location.d.ts +history-location.d.ts +link-component.d.ts +location.d.ts +none-location.d.ts +route.d.ts +router.d.ts +router-service.d.ts +types.d.ts \ No newline at end of file diff --git a/types/ember__routing/tsconfig.json b/types/ember__routing/tsconfig.json index e7c16536f6..987e508d31 100644 --- a/types/ember__routing/tsconfig.json +++ b/types/ember__routing/tsconfig.json @@ -15,39 +15,48 @@ "../" ], "paths": { - "@ember/service": ["ember__service"], - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/array": ["ember__array"], - "@ember/array/*": ["ember__array/*"], - "@ember/service/*": ["ember__service/*"], - "@ember/component": ["ember__component"], - "@ember/component/*": ["ember__component/*"], - "@ember/controller": ["ember__controller"], - "@ember/routing": ["ember__routing"], - "@ember/routing/*": ["ember__routing/*"] + "@ember/service": [ + "ember__service" + ], + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/array": [ + "ember__array" + ], + "@ember/array/*": [ + "ember__array/*" + ], + "@ember/service/*": [ + "ember__service/*" + ], + "@ember/component": [ + "ember__component" + ], + "@ember/component/*": [ + "ember__component/*" + ], + "@ember/controller": [ + "ember__controller" + ], + "@ember/routing": [ + "ember__routing" + ], + "@ember/routing/*": [ + "ember__routing/*" + ] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ - "auto-location.d.ts", - "hash-location.d.ts", - "history-location.d.ts", "index.d.ts", - "link-component.d.ts", - "location.d.ts", - "none-location.d.ts", - "route.d.ts", - "router-service.d.ts", - "router.d.ts", - "types.d.ts", - "-private/router-dsl.d.ts", - "-private/route-info.d.ts", - "-private/transition.d.ts", "test/lib/assert.ts", "test/route.ts", "test/router.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__runloop/OTHER_FILES.txt b/types/ember__runloop/OTHER_FILES.txt new file mode 100644 index 0000000000..cc38659dc4 --- /dev/null +++ b/types/ember__runloop/OTHER_FILES.txt @@ -0,0 +1,3 @@ +-private/backburner.d.ts +-private/types.d.ts +types.d.ts \ No newline at end of file diff --git a/types/ember__runloop/tsconfig.json b/types/ember__runloop/tsconfig.json index 158a3d6459..801e0bc604 100644 --- a/types/ember__runloop/tsconfig.json +++ b/types/ember__runloop/tsconfig.json @@ -15,10 +15,18 @@ "../" ], "paths": { - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/runloop": ["ember__runloop"], - "@ember/runloop/*": ["ember__runloop/*"] + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/runloop": [ + "ember__runloop" + ], + "@ember/runloop/*": [ + "ember__runloop/*" + ] }, "types": [], "noEmit": true, @@ -26,9 +34,6 @@ }, "files": [ "index.d.ts", - "types.d.ts", - "-private/types.d.ts", - "-private/backburner.d.ts", "ember__runloop-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__template/tsconfig.json b/types/ember__template/tsconfig.json index 482c869d26..d08586bb92 100644 --- a/types/ember__template/tsconfig.json +++ b/types/ember__template/tsconfig.json @@ -15,16 +15,19 @@ "../" ], "paths": { - "@ember/template": ["ember__template"], - "@ember/template/*": ["ember__template/*"] + "@ember/template": [ + "ember__template" + ], + "@ember/template/*": [ + "ember__template/*" + ] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ - "-private/handlebars.d.ts", "index.d.ts", "ember__template-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__test/OTHER_FILES.txt b/types/ember__test/OTHER_FILES.txt new file mode 100644 index 0000000000..f6b5b96db3 --- /dev/null +++ b/types/ember__test/OTHER_FILES.txt @@ -0,0 +1 @@ +adapter.d.ts \ No newline at end of file diff --git a/types/ember__test/tsconfig.json b/types/ember__test/tsconfig.json index bb95710392..5911baad8f 100644 --- a/types/ember__test/tsconfig.json +++ b/types/ember__test/tsconfig.json @@ -15,32 +15,84 @@ "../" ], "paths": { - "@ember/application": ["ember__application"], - "@ember/application/*": ["ember__application/*"], - "@ember/array": ["ember__array"], - "@ember/array/*": ["ember__array/*"], - "@ember/component": ["ember__component"], - "@ember/component/*": ["ember__component/*"], - "@ember/controller": ["ember__controller"], - "@ember/debug": ["ember__debug"], - "@ember/debug/*": ["ember__debug/*"], - "@ember/engine": ["ember__engine"], - "@ember/engine/*": ["ember__engine/*"], - "@ember/error": ["ember__error"], - "@ember/object": ["ember__object"], - "@ember/object/*": ["ember__object/*"], - "@ember/polyfills": ["ember__polyfills"], - "@ember/routing": ["ember__routing"], - "@ember/routing/*": ["ember__routing/*"], - "@ember/runloop": ["ember__runloop"], - "@ember/runloop/*": ["ember__runloop/*"], - "@ember/service": ["ember__service"], - "@ember/string": ["ember__string"], - "@ember/string/*": ["ember__string/*"], - "@ember/test": ["ember__test"], - "@ember/test/*": ["ember__test/*"], - "@ember/utils": ["ember__utils"], - "@ember/utils/*": ["ember__utils/*"] + "@ember/application": [ + "ember__application" + ], + "@ember/application/*": [ + "ember__application/*" + ], + "@ember/array": [ + "ember__array" + ], + "@ember/array/*": [ + "ember__array/*" + ], + "@ember/component": [ + "ember__component" + ], + "@ember/component/*": [ + "ember__component/*" + ], + "@ember/controller": [ + "ember__controller" + ], + "@ember/debug": [ + "ember__debug" + ], + "@ember/debug/*": [ + "ember__debug/*" + ], + "@ember/engine": [ + "ember__engine" + ], + "@ember/engine/*": [ + "ember__engine/*" + ], + "@ember/error": [ + "ember__error" + ], + "@ember/object": [ + "ember__object" + ], + "@ember/object/*": [ + "ember__object/*" + ], + "@ember/polyfills": [ + "ember__polyfills" + ], + "@ember/routing": [ + "ember__routing" + ], + "@ember/routing/*": [ + "ember__routing/*" + ], + "@ember/runloop": [ + "ember__runloop" + ], + "@ember/runloop/*": [ + "ember__runloop/*" + ], + "@ember/service": [ + "ember__service" + ], + "@ember/string": [ + "ember__string" + ], + "@ember/string/*": [ + "ember__string/*" + ], + "@ember/test": [ + "ember__test" + ], + "@ember/test/*": [ + "ember__test/*" + ], + "@ember/utils": [ + "ember__utils" + ], + "@ember/utils/*": [ + "ember__utils/*" + ] }, "types": [], "noEmit": true, @@ -48,7 +100,6 @@ }, "files": [ "index.d.ts", - "adapter.d.ts", "ember__test-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ember__utils/tsconfig.json b/types/ember__utils/tsconfig.json index 505ee72dec..52fee90500 100644 --- a/types/ember__utils/tsconfig.json +++ b/types/ember__utils/tsconfig.json @@ -15,7 +15,9 @@ "../" ], "paths": { - "@ember/utils": ["ember__utils"] + "@ember/utils": [ + "ember__utils" + ] }, "types": [], "noEmit": true, @@ -23,7 +25,6 @@ }, "files": [ "index.d.ts", - "-private/types.d.ts", "ember__utils-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/emoji-mart/tsconfig.json b/types/emoji-mart/tsconfig.json index 2ec91bbb30..95948659a3 100644 --- a/types/emoji-mart/tsconfig.json +++ b/types/emoji-mart/tsconfig.json @@ -1,13 +1,17 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -15,19 +19,6 @@ }, "files": [ "index.d.ts", - "dist-es/components/category.d.ts", - "dist-es/components/emoji/emoji.d.ts", - "dist-es/components/emoji/nimble-emoji.d.ts", - "dist-es/components/index.d.ts", - "dist-es/components/picker/picker.d.ts", - "dist-es/components/picker/nimble-picker.d.ts", - "dist-es/utils/emoji-index/emoji-index.d.ts", - "dist-es/utils/emoji-index/nimble-emoji-index.d.ts", - "dist-es/utils/data.d.ts", - "dist-es/utils/frequently.d.ts", - "dist-es/utils/shared-props.d.ts", - "dist-es/utils/store.d.ts", - "dist-es/index.d.ts", "emoji-mart-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/emoji-regex/tsconfig.json b/types/emoji-regex/tsconfig.json index 89f72c86a8..4043479d52 100644 --- a/types/emoji-regex/tsconfig.json +++ b/types/emoji-regex/tsconfig.json @@ -2,22 +2,23 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictFunctionTypes": true, "strictNullChecks": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "text.d.ts", - "es2015/index.d.ts", - "es2015/text.d.ts", "emoji-regex-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/enhanced-resolve/OTHER_FILES.txt b/types/enhanced-resolve/OTHER_FILES.txt new file mode 100644 index 0000000000..156b33c019 --- /dev/null +++ b/types/enhanced-resolve/OTHER_FILES.txt @@ -0,0 +1 @@ +lib/SyncAsyncFileSystemDecorator.d.ts \ No newline at end of file diff --git a/types/enhanced-resolve/tsconfig.json b/types/enhanced-resolve/tsconfig.json index c2716adaa1..b282ceda52 100644 --- a/types/enhanced-resolve/tsconfig.json +++ b/types/enhanced-resolve/tsconfig.json @@ -16,44 +16,13 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "tapable": ["tapable/v0"] + "tapable": [ + "tapable/v0" + ] } }, "files": [ "index.d.ts", - "lib/AliasFieldPlugin.d.ts", - "lib/AliasPlugin.d.ts", - "lib/AppendPlugin.d.ts", - "lib/CloneBasenamePlugin.d.ts", - "lib/common-types.d.ts", - "lib/concord.d.ts", - "lib/ConcordExtensionsPlugin.d.ts", - "lib/ConcordMainPlugin.d.ts", - "lib/ConcordModulesPlugin.d.ts", - "lib/DescriptionFilePlugin.d.ts", - "lib/DescriptionFileUtils.d.ts", - "lib/DirectoryExistsPlugin.d.ts", - "lib/FileExistsPlugin.d.ts", - "lib/FileKindPlugin.d.ts", - "lib/getPaths.d.ts", - "lib/globToRegExp.d.ts", - "lib/JoinRequestPlugin.d.ts", - "lib/LogInfoPlugin.d.ts", - "lib/MainFieldPlugin.d.ts", - "lib/ModuleAppendPlugin.d.ts", - "lib/ModuleKindPlugin.d.ts", - "lib/ModulesInHierachicDirectoriesPlugin.d.ts", - "lib/ModulesInRootPlugin.d.ts", - "lib/NextPlugin.d.ts", - "lib/ParsePlugin.d.ts", - "lib/Resolver.d.ts", - "lib/ResultPlugin.d.ts", - "lib/Storage.d.ts", - "lib/SymlinkPlugin.d.ts", - "lib/SyncAsyncFileSystemDecorator.d.ts", - "lib/TryNextPlugin.d.ts", - "lib/UnsafeCachePlugin.d.ts", - "lib/UseFilePlugin.d.ts", "test/index.ts", "test/lib.ts" ] diff --git a/types/es-to-primitive/ts3.1/tsconfig.json b/types/es-to-primitive/ts3.1/tsconfig.json index a73da55d21..1b4e897544 100644 --- a/types/es-to-primitive/ts3.1/tsconfig.json +++ b/types/es-to-primitive/ts3.1/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es5"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictFunctionTypes": true, - "strictNullChecks": true, - "baseUrl": "../../", - "typeRoots": ["../../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "es5.d.ts", - "es6.d.ts", - "es2015.d.ts", - "index.d.ts", - "es-to-primitive-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es5" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictFunctionTypes": true, + "strictNullChecks": true, + "baseUrl": "../../", + "typeRoots": [ + "../../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "es-to-primitive-tests.ts" + ] +} \ No newline at end of file diff --git a/types/es-to-primitive/ts3.2/tsconfig.json b/types/es-to-primitive/ts3.2/tsconfig.json index a73da55d21..1b4e897544 100644 --- a/types/es-to-primitive/ts3.2/tsconfig.json +++ b/types/es-to-primitive/ts3.2/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es5"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictFunctionTypes": true, - "strictNullChecks": true, - "baseUrl": "../../", - "typeRoots": ["../../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "es5.d.ts", - "es6.d.ts", - "es2015.d.ts", - "index.d.ts", - "es-to-primitive-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es5" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictFunctionTypes": true, + "strictNullChecks": true, + "baseUrl": "../../", + "typeRoots": [ + "../../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "es-to-primitive-tests.ts" + ] +} \ No newline at end of file diff --git a/types/es-to-primitive/tsconfig.json b/types/es-to-primitive/tsconfig.json index d4fa0ceb6d..9c50e11f61 100644 --- a/types/es-to-primitive/tsconfig.json +++ b/types/es-to-primitive/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es5"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictFunctionTypes": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "es5.d.ts", - "es6.d.ts", - "es2015.d.ts", - "index.d.ts", - "es-to-primitive-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es5" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictFunctionTypes": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "es-to-primitive-tests.ts" + ] +} \ No newline at end of file diff --git a/types/eslint/ts3.1/OTHER_FILES.txt b/types/eslint/ts3.1/OTHER_FILES.txt new file mode 100644 index 0000000000..59e9d35950 --- /dev/null +++ b/types/eslint/ts3.1/OTHER_FILES.txt @@ -0,0 +1,9 @@ +rules/best-practices.d.ts +rules/deprecated.d.ts +rules/ecmascript-6.d.ts +rules/index.d.ts +rules/node-commonjs.d.ts +rules/possible-errors.d.ts +rules/strict-mode.d.ts +rules/stylistic-issues.d.ts +rules/variables.d.ts \ No newline at end of file diff --git a/types/eslint/ts3.1/tsconfig.json b/types/eslint/ts3.1/tsconfig.json index 2168a3832c..137a1606e0 100644 --- a/types/eslint/ts3.1/tsconfig.json +++ b/types/eslint/ts3.1/tsconfig.json @@ -19,15 +19,6 @@ }, "files": [ "index.d.ts", - "rules/index.d.ts", - "rules/best-practices.d.ts", - "rules/deprecated.d.ts", - "rules/ecmascript-6.d.ts", - "rules/node-commonjs.d.ts", - "rules/possible-errors.d.ts", - "rules/strict-mode.d.ts", - "rules/stylistic-issues.d.ts", - "rules/variables.d.ts", "eslint-tests.ts" ] } \ No newline at end of file diff --git a/types/event-emitter/tsconfig.json b/types/event-emitter/tsconfig.json index ef667ae292..e297278d65 100644 --- a/types/event-emitter/tsconfig.json +++ b/types/event-emitter/tsconfig.json @@ -17,11 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "all-off.d.ts", - "has-listeners.d.ts", "index.d.ts", - "pipe.d.ts", - "unify.d.ts", "event-emitter-tests.ts" ] } \ No newline at end of file diff --git a/types/eventsource/tsconfig.json b/types/eventsource/tsconfig.json index a7c1b19fae..1f6d1161ee 100644 --- a/types/eventsource/tsconfig.json +++ b/types/eventsource/tsconfig.json @@ -18,9 +18,7 @@ }, "files": [ "index.d.ts", - "dom-monkeypatch.d.ts", "test/eventsource-dom.test.ts", - "test/eventsource-nodejs.test.ts", - "lib/eventsource-polyfill/index.d.ts" + "test/eventsource-nodejs.test.ts" ] -} +} \ No newline at end of file diff --git a/types/excel-style-dataformatter/tsconfig.json b/types/excel-style-dataformatter/tsconfig.json index 563681d3ac..26204c5ee7 100644 --- a/types/excel-style-dataformatter/tsconfig.json +++ b/types/excel-style-dataformatter/tsconfig.json @@ -7,7 +7,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strictFunctionTypes": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "lib/locales/en-US.d.ts", - "lib/locales/ru.d.ts", "excel-style-dataformatter-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/feathersjs__errors/OTHER_FILES.txt b/types/feathersjs__errors/OTHER_FILES.txt new file mode 100644 index 0000000000..7422b17a41 --- /dev/null +++ b/types/feathersjs__errors/OTHER_FILES.txt @@ -0,0 +1,2 @@ +handler.d.ts +not-found.d.ts \ No newline at end of file diff --git a/types/feathersjs__errors/tsconfig.json b/types/feathersjs__errors/tsconfig.json index f796bba231..d17d5d1ccc 100644 --- a/types/feathersjs__errors/tsconfig.json +++ b/types/feathersjs__errors/tsconfig.json @@ -29,8 +29,6 @@ }, "files": [ "index.d.ts", - "feathersjs__errors-tests.ts", - "handler.d.ts", - "not-found.d.ts" + "feathersjs__errors-tests.ts" ] } \ No newline at end of file diff --git a/types/ffi-napi/OTHER_FILES.txt b/types/ffi-napi/OTHER_FILES.txt new file mode 100644 index 0000000000..179c5b9523 --- /dev/null +++ b/types/ffi-napi/OTHER_FILES.txt @@ -0,0 +1 @@ +node-ffi-napi-buffer.d.ts \ No newline at end of file diff --git a/types/ffi-napi/tsconfig.json b/types/ffi-napi/tsconfig.json index c914c55679..d8d6b79d03 100644 --- a/types/ffi-napi/tsconfig.json +++ b/types/ffi-napi/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "node-ffi-napi-buffer.d.ts", "ffi-napi-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/ffi/OTHER_FILES.txt b/types/ffi/OTHER_FILES.txt new file mode 100644 index 0000000000..85234b42d1 --- /dev/null +++ b/types/ffi/OTHER_FILES.txt @@ -0,0 +1 @@ +node-ffi-buffer.d.ts \ No newline at end of file diff --git a/types/ffi/tsconfig.json b/types/ffi/tsconfig.json index 73d314a1b0..cca9b82c3b 100644 --- a/types/ffi/tsconfig.json +++ b/types/ffi/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "node-ffi-buffer.d.ts", "ffi-tests.ts" ] } \ No newline at end of file diff --git a/types/ffmpeg.js/OTHER_FILES.txt b/types/ffmpeg.js/OTHER_FILES.txt new file mode 100644 index 0000000000..2aaaea4b35 --- /dev/null +++ b/types/ffmpeg.js/OTHER_FILES.txt @@ -0,0 +1,2 @@ +ffmpeg-webm/index.d.ts +ffmpeg-worker-mp4/index.d.ts \ No newline at end of file diff --git a/types/ffmpeg.js/tsconfig.json b/types/ffmpeg.js/tsconfig.json index 9a20811643..dc56da8bc9 100644 --- a/types/ffmpeg.js/tsconfig.json +++ b/types/ffmpeg.js/tsconfig.json @@ -19,11 +19,7 @@ }, "files": [ "index.d.ts", - "ffmpeg-mp4/index.d.ts", - "ffmpeg-webm/index.d.ts", - "ffmpeg-worker-mp4/index.d.ts", - "ffmpeg-worker-webm/index.d.ts", "test/ffmpeg.js-tests.ts", "test/ffmpeg.js-direct-tests.ts" ] -} \ No newline at end of file +} diff --git a/types/fibers/tsconfig.json b/types/fibers/tsconfig.json index 40e3d8d930..4147509783 100644 --- a/types/fibers/tsconfig.json +++ b/types/fibers/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6","dom" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true, @@ -19,8 +20,7 @@ }, "files": [ "index.d.ts", - "future.d.ts", "test/fibers.ts", "test/futures.ts" ] -} +} \ No newline at end of file diff --git a/types/flux/tsconfig.json b/types/flux/tsconfig.json index dd78eff24c..4fc2d8b09e 100644 --- a/types/flux/tsconfig.json +++ b/types/flux/tsconfig.json @@ -20,12 +20,6 @@ }, "files": [ "index.d.ts", - "utils.d.ts", - "lib/Dispatcher.d.ts", - "lib/FluxContainer.d.ts", - "lib/FluxMixinLegacy.d.ts", - "lib/FluxReduceStore.d.ts", - "lib/FluxStore.d.ts", "test/Flux.ts", "test/FluxUtils.tsx" ] diff --git a/types/fluxible/tsconfig.json b/types/fluxible/tsconfig.json index 9af8323ce8..a94fb93fed 100644 --- a/types/fluxible/tsconfig.json +++ b/types/fluxible/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "addons/createStore.d.ts", - "addons/BaseStore.d.ts", "fluxible-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/follow-redirects/OTHER_FILES.txt b/types/follow-redirects/OTHER_FILES.txt new file mode 100644 index 0000000000..99bd2abf51 --- /dev/null +++ b/types/follow-redirects/OTHER_FILES.txt @@ -0,0 +1,2 @@ +http.d.ts +https.d.ts \ No newline at end of file diff --git a/types/follow-redirects/tsconfig.json b/types/follow-redirects/tsconfig.json index 1b3c66288e..58b232ae35 100644 --- a/types/follow-redirects/tsconfig.json +++ b/types/follow-redirects/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "http.d.ts", - "https.d.ts", "follow-redirects-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/format-unicorn/tsconfig.json b/types/format-unicorn/tsconfig.json index 84864d0f7e..f0958f89e4 100644 --- a/types/format-unicorn/tsconfig.json +++ b/types/format-unicorn/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "safe.d.ts", "test/index.ts", "test/safe.ts" ] diff --git a/types/fundamental-react/tsconfig.json b/types/fundamental-react/tsconfig.json index d0c1bcf194..280841f2f8 100644 --- a/types/fundamental-react/tsconfig.json +++ b/types/fundamental-react/tsconfig.json @@ -1,13 +1,18 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "jsx": "react", "types": [], "noEmit": true, @@ -15,41 +20,6 @@ }, "files": [ "index.d.ts", - "fundamental-react-tests.tsx", - "lib/index.d.ts", - "lib/ActionBar/index.d.ts", - "lib/Alert/index.d.ts", - "lib/Badge/index.d.ts", - "lib/Breadcrumb/index.d.ts", - "lib/Button/index.d.ts", - "lib/Calendar/index.d.ts", - "lib/ComboboxInput/index.d.ts", - "lib/DatePicker/index.d.ts", - "lib/Dropdown/index.d.ts", - "lib/Forms/index.d.ts", - "lib/Icon/index.d.ts", - "lib/Identifier/index.d.ts", - "lib/Image/index.d.ts", - "lib/InlineHelp/index.d.ts", - "lib/InputGroup/index.d.ts", - "lib/ListGroup/index.d.ts", - "lib/LocalizationEditor/index.d.ts", - "lib/Menu/index.d.ts", - "lib/Modal/index.d.ts", - "lib/MultiInput/index.d.ts", - "lib/Pagination/index.d.ts", - "lib/Panel/index.d.ts", - "lib/Popover/index.d.ts", - "lib/SearchInput/index.d.ts", - "lib/Shellbar/index.d.ts", - "lib/SideNavigation/index.d.ts", - "lib/Table/index.d.ts", - "lib/Tabs/index.d.ts", - "lib/Tile/index.d.ts", - "lib/Time/index.d.ts", - "lib/TimePicker/index.d.ts", - "lib/Toggle/index.d.ts", - "lib/Token/index.d.ts", - "lib/TreeView/index.d.ts" + "fundamental-react-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/fusioncharts/OTHER_FILES.txt b/types/fusioncharts/OTHER_FILES.txt new file mode 100644 index 0000000000..4388a1e53e --- /dev/null +++ b/types/fusioncharts/OTHER_FILES.txt @@ -0,0 +1,14 @@ +fusioncharts.charts.d.ts +fusioncharts.gantt.d.ts +fusioncharts.maps.d.ts +fusioncharts.powercharts.d.ts +fusioncharts.ssgrid.d.ts +fusioncharts.treemap.d.ts +fusioncharts.widgets.d.ts +fusioncharts.zoomscatter.d.ts +maps/fusioncharts.usa.d.ts +maps/fusioncharts.world.d.ts +themes/fusioncharts.theme.carbon.d.ts +themes/fusioncharts.theme.fint.d.ts +themes/fusioncharts.theme.ocean.d.ts +themes/fusioncharts.theme.zune.d.ts \ No newline at end of file diff --git a/types/fusioncharts/tsconfig.json b/types/fusioncharts/tsconfig.json index f41f53056a..1f207ebf83 100644 --- a/types/fusioncharts/tsconfig.json +++ b/types/fusioncharts/tsconfig.json @@ -19,20 +19,6 @@ }, "files": [ "index.d.ts", - "fusioncharts.charts.d.ts", - "fusioncharts.powercharts.d.ts", - "fusioncharts.widgets.d.ts", - "fusioncharts.maps.d.ts", - "fusioncharts.zoomscatter.d.ts", - "fusioncharts.ssgrid.d.ts", - "fusioncharts.gantt.d.ts", - "fusioncharts.treemap.d.ts", - "maps/fusioncharts.usa.d.ts", - "maps/fusioncharts.world.d.ts", - "themes/fusioncharts.theme.carbon.d.ts", - "themes/fusioncharts.theme.fint.d.ts", - "themes/fusioncharts.theme.ocean.d.ts", - "themes/fusioncharts.theme.zune.d.ts", "fusioncharts-tests.ts" ] } \ No newline at end of file diff --git a/types/geodesy/tsconfig.json b/types/geodesy/tsconfig.json index eb98916761..486132fa4d 100644 --- a/types/geodesy/tsconfig.json +++ b/types/geodesy/tsconfig.json @@ -17,19 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "dms.d.ts", "geodesy-tests.ts", - "index.d.ts", - "latlon-ellipsoidal-datum.d.ts", - "latlon-ellipsoidal-referenceframe.d.ts", - "latlon-ellipsoidal-vincenty.d.ts", - "latlon-ellipsoidal.d.ts", - "latlon-nvector-ellipsoidal.d.ts", - "latlon-nvector-spherical.d.ts", - "latlon-spherical.d.ts", - "mgrs.d.ts", - "osgridref.d.ts", - "utm.d.ts", - "vector3d.d.ts" + "index.d.ts" ] } diff --git a/types/gl-vec2/tsconfig.json b/types/gl-vec2/tsconfig.json index c1f24a1dad..ef299abd70 100644 --- a/types/gl-vec2/tsconfig.json +++ b/types/gl-vec2/tsconfig.json @@ -1,58 +1,23 @@ { "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [ - - ], - "noEmit": true, - "forceConsistentCasingInFileNames": true + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "add.d.ts", - "clone.d.ts", - "copy.d.ts", - "create.d.ts", - "cross.d.ts", - "dist.d.ts", - "div.d.ts", - "dot.d.ts", - "equals.d.ts", - "exactEquals.d.ts", - "forEach.d.ts", - "fromValues.d.ts", - "floor.d.ts", - "inverse.d.ts", - "len.d.ts", - "lerp.d.ts", - "limit.d.ts", - "max.d.ts", - "min.d.ts", - "mul.d.ts", - "negate.d.ts", - "normalize.d.ts", - "random.d.ts", - "scale.d.ts", - "scaleAndAdd.d.ts", - "set.d.ts", - "sqrDist.d.ts", - "sqrLen.d.ts", - "sub.d.ts", - "transformMat2.d.ts", - "transformMat2d.d.ts", - "transformMat3.d.ts", - "transformMat4.d.ts", - "gl-vec2-tests.ts" + "index.d.ts", + "gl-vec2-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gl-vec3/tsconfig.json b/types/gl-vec3/tsconfig.json index 5382911c1a..e5001129c1 100644 --- a/types/gl-vec3/tsconfig.json +++ b/types/gl-vec3/tsconfig.json @@ -1,55 +1,23 @@ { "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [ - - ], - "noEmit": true, - "forceConsistentCasingInFileNames": true + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "angle.d.ts", - "add.d.ts", - "clone.d.ts", - "copy.d.ts", - "create.d.ts", - "dist.d.ts", - "div.d.ts", - "dot.d.ts", - "equals.d.ts", - "exactEquals.d.ts", - "forEach.d.ts", - "fromValues.d.ts", - "inverse.d.ts", - "len.d.ts", - "lerp.d.ts", - "max.d.ts", - "min.d.ts", - "mul.d.ts", - "negate.d.ts", - "normalize.d.ts", - "random.d.ts", - "scale.d.ts", - "scaleAndAdd.d.ts", - "set.d.ts", - "sqrDist.d.ts", - "sqrLen.d.ts", - "sub.d.ts", - "transformMat3.d.ts", - "transformMat4.d.ts", - "transformQuat.d.ts", - "gl-vec3-tests.ts" + "index.d.ts", + "gl-vec3-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gl-vec4/tsconfig.json b/types/gl-vec4/tsconfig.json index 341f7c3271..0fc307a12a 100644 --- a/types/gl-vec4/tsconfig.json +++ b/types/gl-vec4/tsconfig.json @@ -1,50 +1,23 @@ { "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [ - - ], - "noEmit": true, - "forceConsistentCasingInFileNames": true + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "add.d.ts", - "clone.d.ts", - "copy.d.ts", - "create.d.ts", - "distance.d.ts", - "divide.d.ts", - "dot.d.ts", - "fromValues.d.ts", - "inverse.d.ts", - "length.d.ts", - "lerp.d.ts", - "max.d.ts", - "min.d.ts", - "multiply.d.ts", - "negate.d.ts", - "normalize.d.ts", - "random.d.ts", - "scale.d.ts", - "scaleAndAdd.d.ts", - "set.d.ts", - "squaredDistance.d.ts", - "squaredLength.d.ts", - "subtract.d.ts", - "transformMat4.d.ts", - "transformQuat.d.ts", - "gl-vec4-tests.ts" + "index.d.ts", + "gl-vec4-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/globalize/tsconfig.json b/types/globalize/tsconfig.json index 4ef65615a9..b83bbf7b09 100644 --- a/types/globalize/tsconfig.json +++ b/types/globalize/tsconfig.json @@ -18,14 +18,6 @@ }, "files": [ "index.d.ts", - "dist/globalize.d.ts", - "dist/globalize/currency.d.ts", - "dist/globalize/date.d.ts", - "dist/globalize/message.d.ts", - "dist/globalize/number.d.ts", - "dist/globalize/plural.d.ts", - "dist/globalize/relative-time.d.ts", - "dist/globalize/unit.d.ts", "globalize-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/globalthis/OTHER_FILES.txt b/types/globalthis/OTHER_FILES.txt new file mode 100644 index 0000000000..eece49e52e --- /dev/null +++ b/types/globalthis/OTHER_FILES.txt @@ -0,0 +1,3 @@ +implementation.d.ts +polyfill.d.ts +shim.d.ts \ No newline at end of file diff --git a/types/globalthis/tsconfig.json b/types/globalthis/tsconfig.json index bf5c313f6c..ac388d7714 100644 --- a/types/globalthis/tsconfig.json +++ b/types/globalthis/tsconfig.json @@ -1,22 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es5"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictFunctionTypes": true, - "strictNullChecks": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "implementation.d.ts", - "index.d.ts", - "polyfill.d.ts", - "shim.d.ts", - "globalthis-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es5" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictFunctionTypes": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "globalthis-tests.ts" + ] +} \ No newline at end of file diff --git a/types/google-protobuf/tsconfig.json b/types/google-protobuf/tsconfig.json index b20bd4433e..5fe1627149 100644 --- a/types/google-protobuf/tsconfig.json +++ b/types/google-protobuf/tsconfig.json @@ -18,18 +18,6 @@ }, "files": [ "index.d.ts", - "google/protobuf/compiler/plugin_pb.d.ts", - "google/protobuf/any_pb.d.ts", - "google/protobuf/api_pb.d.ts", - "google/protobuf/descriptor_pb.d.ts", - "google/protobuf/duration_pb.d.ts", - "google/protobuf/empty_pb.d.ts", - "google/protobuf/field_mask_pb.d.ts", - "google/protobuf/source_context_pb.d.ts", - "google/protobuf/struct_pb.d.ts", - "google/protobuf/timestamp_pb.d.ts", - "google/protobuf/type_pb.d.ts", - "google/protobuf/wrappers_pb.d.ts", "google-protobuf-tests.ts" ] } \ No newline at end of file diff --git a/types/graphql-react/OTHER_FILES.txt b/types/graphql-react/OTHER_FILES.txt new file mode 100644 index 0000000000..bd326405fa --- /dev/null +++ b/types/graphql-react/OTHER_FILES.txt @@ -0,0 +1,2 @@ +server/index.d.ts +universal/index.d.ts \ No newline at end of file diff --git a/types/graphql-react/tsconfig.json b/types/graphql-react/tsconfig.json index 5c71232e99..6f2ab3d1c3 100644 --- a/types/graphql-react/tsconfig.json +++ b/types/graphql-react/tsconfig.json @@ -20,9 +20,7 @@ "esModuleInterop": true }, "files": [ - "server/index.d.ts", - "universal/index.d.ts", "index.d.ts", "graphql-react-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/gulp-uglify/tsconfig.json b/types/gulp-uglify/tsconfig.json index b759e9fc57..7fe743c22f 100644 --- a/types/gulp-uglify/tsconfig.json +++ b/types/gulp-uglify/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "composer.d.ts", "gulp-uglify-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/gun/tsconfig.json b/types/gun/tsconfig.json index 0b6beab5e6..83975a75d1 100644 --- a/types/gun/tsconfig.json +++ b/types/gun/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "gun.d.ts", "gun-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/hapi__nes/OTHER_FILES.txt b/types/hapi__nes/OTHER_FILES.txt new file mode 100644 index 0000000000..98961b4512 --- /dev/null +++ b/types/hapi__nes/OTHER_FILES.txt @@ -0,0 +1 @@ +lib/client.d.ts \ No newline at end of file diff --git a/types/hapi__nes/tsconfig.json b/types/hapi__nes/tsconfig.json index b15d8ed2bc..9a32989c63 100644 --- a/types/hapi__nes/tsconfig.json +++ b/types/hapi__nes/tsconfig.json @@ -53,7 +53,6 @@ }, "files": [ "index.d.ts", - "lib/client.d.ts", "test/client-require.ts", "test/hapi__nes-tests.ts", "test/broadcast-client.ts", @@ -68,4 +67,4 @@ "test/subscriptions-client.ts", "test/subscriptions-server.ts" ] -} +} \ No newline at end of file diff --git a/types/history/OTHER_FILES.txt b/types/history/OTHER_FILES.txt new file mode 100644 index 0000000000..1c70ba1130 --- /dev/null +++ b/types/history/OTHER_FILES.txt @@ -0,0 +1 @@ +createTransitionManager.d.ts \ No newline at end of file diff --git a/types/history/tsconfig.json b/types/history/tsconfig.json index f5638c9603..528d98e258 100644 --- a/types/history/tsconfig.json +++ b/types/history/tsconfig.json @@ -19,14 +19,6 @@ }, "files": [ "index.d.ts", - "history-tests.ts", - "createBrowserHistory.d.ts", - "createMemoryHistory.d.ts", - "createHashHistory.d.ts", - "createTransitionManager.d.ts", - "DOMUtils.d.ts", - "ExecutionEnvironment.d.ts", - "LocationUtils.d.ts", - "PathUtils.d.ts" + "history-tests.ts" ] } \ No newline at end of file diff --git a/types/history/v2/tsconfig.json b/types/history/v2/tsconfig.json index 4ee5476d05..fea859c99d 100644 --- a/types/history/v2/tsconfig.json +++ b/types/history/v2/tsconfig.json @@ -27,15 +27,6 @@ }, "files": [ "index.d.ts", - "history-tests.ts", - "lib/actions.d.ts", - "lib/createBrowserHistory.d.ts", - "lib/createHashHistory.d.ts", - "lib/createLocation.d.ts", - "lib/createMemoryHistory.d.ts", - "lib/DOMUtils.d.ts", - "lib/useBasename.d.ts", - "lib/useBeforeUnload.d.ts", - "lib/useQueries.d.ts" + "history-tests.ts" ] } \ No newline at end of file diff --git a/types/history/v3/OTHER_FILES.txt b/types/history/v3/OTHER_FILES.txt new file mode 100644 index 0000000000..8ce2cac6a8 --- /dev/null +++ b/types/history/v3/OTHER_FILES.txt @@ -0,0 +1 @@ +lib/createLocation.d.ts \ No newline at end of file diff --git a/types/history/v3/tsconfig.json b/types/history/v3/tsconfig.json index 2075f25a15..ab94b48a1f 100644 --- a/types/history/v3/tsconfig.json +++ b/types/history/v3/tsconfig.json @@ -26,15 +26,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "lib/actions.d.ts", - "lib/createBrowserHistory.d.ts", - "lib/createHashHistory.d.ts", - "lib/createLocation.d.ts", - "lib/createMemoryHistory.d.ts", - "lib/LocationUtils.d.ts", - "lib/useBasename.d.ts", - "lib/useBeforeUnload.d.ts", - "lib/useQueries.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/hls.js/OTHER_FILES.txt b/types/hls.js/OTHER_FILES.txt new file mode 100644 index 0000000000..ea677baa34 --- /dev/null +++ b/types/hls.js/OTHER_FILES.txt @@ -0,0 +1 @@ +dist/hls.light.d.ts \ No newline at end of file diff --git a/types/hls.js/tsconfig.json b/types/hls.js/tsconfig.json index 17aacd07df..ed68ee32f3 100644 --- a/types/hls.js/tsconfig.json +++ b/types/hls.js/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "dist/hls.light.d.ts", "hls.js-tests.ts" ] } \ No newline at end of file diff --git a/types/i2c-bus/tsconfig.json b/types/i2c-bus/tsconfig.json index 8407ea3efd..ee06aa533a 100644 --- a/types/i2c-bus/tsconfig.json +++ b/types/i2c-bus/tsconfig.json @@ -17,7 +17,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "../async/index.d.ts", "index.d.ts", "i2c-bus-tests.ts" ] diff --git a/types/iarna__toml/OTHER_FILES.txt b/types/iarna__toml/OTHER_FILES.txt new file mode 100644 index 0000000000..eadf5c9757 --- /dev/null +++ b/types/iarna__toml/OTHER_FILES.txt @@ -0,0 +1 @@ +parse-string.d.ts \ No newline at end of file diff --git a/types/iarna__toml/tsconfig.json b/types/iarna__toml/tsconfig.json index fe5c1cbf66..336e298df8 100644 --- a/types/iarna__toml/tsconfig.json +++ b/types/iarna__toml/tsconfig.json @@ -26,10 +26,6 @@ }, "files": [ "index.d.ts", - "parse-async.d.ts", - "parse-stream.d.ts", - "parse-string.d.ts", - "stringify.d.ts", "iarna__toml-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/integrate-adaptive-simpson/tsconfig.json b/types/integrate-adaptive-simpson/tsconfig.json index f0efedcb17..d7e00fa135 100644 --- a/types/integrate-adaptive-simpson/tsconfig.json +++ b/types/integrate-adaptive-simpson/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "vector.d.ts", "integrate-adaptive-simpson-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jquery/tsconfig.json b/types/jquery/tsconfig.json index 8b159bc81f..e481dc63c6 100644 --- a/types/jquery/tsconfig.json +++ b/types/jquery/tsconfig.json @@ -20,7 +20,6 @@ }, "files": [ "index.d.ts", - "dist/jquery.slim.d.ts", "jquery-tests.ts", "test/example-tests.ts", "test/longdesc-tests.ts", @@ -30,4 +29,4 @@ "test/jquery-slim-no-window-module-tests.ts", "test/jquery-slim-window-module-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/js-captcha/tsconfig.json b/types/js-captcha/tsconfig.json index 362549c090..6809647c0f 100644 --- a/types/js-captcha/tsconfig.json +++ b/types/js-captcha/tsconfig.json @@ -20,7 +20,6 @@ }, "files": [ "index.d.ts", - "dist/js/jCaptcha.d.ts", "js-captcha-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jscodeshift/tsconfig.json b/types/jscodeshift/tsconfig.json index 3887d91c9a..9207a40b25 100644 --- a/types/jscodeshift/tsconfig.json +++ b/types/jscodeshift/tsconfig.json @@ -18,13 +18,6 @@ }, "files": [ "index.d.ts", - "src/core.d.ts", - "src/Collection.d.ts", - "src/collections/JSXElement.d.ts", - "src/collections/Node.d.ts", - "src/collections/VariableDeclarator.d.ts", - "src/template.d.ts", - "src/testUtils.d.ts", "test/jscodeshift-tests.ts", "test/js-transforms/bind-this-to-bind-expression.ts", "test/js-transforms/call-expression-bind-this-to-arrow-function-expression.ts", @@ -32,4 +25,4 @@ "test/js-transforms/props-to-destructuring.ts", "test/js-transforms/pure-to-composite-component.ts" ] -} +} \ No newline at end of file diff --git a/types/jsfl/OTHER_FILES.txt b/types/jsfl/OTHER_FILES.txt new file mode 100644 index 0000000000..865178583d --- /dev/null +++ b/types/jsfl/OTHER_FILES.txt @@ -0,0 +1 @@ +xJSFL.d.ts \ No newline at end of file diff --git a/types/jsfl/tsconfig.json b/types/jsfl/tsconfig.json index 581bbb4199..fdcee9430c 100644 --- a/types/jsfl/tsconfig.json +++ b/types/jsfl/tsconfig.json @@ -17,7 +17,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "xJSFL.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/jsmediatags/OTHER_FILES.txt b/types/jsmediatags/OTHER_FILES.txt new file mode 100644 index 0000000000..b7f48ed5ed --- /dev/null +++ b/types/jsmediatags/OTHER_FILES.txt @@ -0,0 +1,14 @@ +build2/ArrayFileReader.d.ts +build2/BlobFileReader.d.ts +build2/ByteArrayUtils.d.ts +build2/ChunkedFileData.d.ts +build2/FLACTagContents.d.ts +build2/FLACTagReader.d.ts +build2/ID3v1TagReader.d.ts +build2/ID3v2FrameReader.d.ts +build2/ID3v2TagContents.d.ts +build2/ID3v2TagReader.d.ts +build2/MP4TagContents.d.ts +build2/MP4TagReader.d.ts +build2/NodeFileReader.d.ts +build2/XhrFileReader.d.ts \ No newline at end of file diff --git a/types/jsmediatags/tsconfig.json b/types/jsmediatags/tsconfig.json index 3f71eb0980..108c451099 100644 --- a/types/jsmediatags/tsconfig.json +++ b/types/jsmediatags/tsconfig.json @@ -19,23 +19,6 @@ }, "files": [ "index.d.ts", - "jsmediatags-tests.ts", - "build2/ArrayFileReader.d.ts", - "build2/BlobFileReader.d.ts", - "build2/ByteArrayUtils.d.ts", - "build2/ChunkedFileData.d.ts", - "build2/FLACTagContents.d.ts", - "build2/FLACTagReader.d.ts", - "build2/ID3v1TagReader.d.ts", - "build2/ID3v2FrameReader.d.ts", - "build2/ID3v2TagContents.d.ts", - "build2/ID3v2TagReader.d.ts", - "build2/MediaFileReader.d.ts", - "build2/MediaTagReader.d.ts", - "build2/MP4TagContents.d.ts", - "build2/MP4TagReader.d.ts", - "build2/NodeFileReader.d.ts", - "build2/StringUtils.d.ts", - "build2/XhrFileReader.d.ts" + "jsmediatags-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/jsonld/tsconfig.json b/types/jsonld/tsconfig.json index 4d9c179ebc..5a83858f47 100644 --- a/types/jsonld/tsconfig.json +++ b/types/jsonld/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "jsonld-tests.ts", - "jsonld-spec.d.ts" + "jsonld-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/k6/tsconfig.json b/types/k6/tsconfig.json index bf96c92334..a8b70690d9 100644 --- a/types/k6/tsconfig.json +++ b/types/k6/tsconfig.json @@ -1,28 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": [ "es2015" ], + "lib": [ + "es2015" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": [ "../" ], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true }, "files": [ - "crypto.d.ts", - "encoding.d.ts", - "global.d.ts", - "html.d.ts", - "http.d.ts", "index.d.ts", - "metrics.d.ts", - "options.d.ts", - "ws.d.ts", "k6-tests.ts", "test/crypto.ts", "test/encoding.ts", @@ -33,4 +29,4 @@ "test/metrics.ts", "test/ws.ts" ] -} +} \ No newline at end of file diff --git a/types/koa-session/OTHER_FILES.txt b/types/koa-session/OTHER_FILES.txt new file mode 100644 index 0000000000..1da9f388ee --- /dev/null +++ b/types/koa-session/OTHER_FILES.txt @@ -0,0 +1 @@ +lib/session.d.ts \ No newline at end of file diff --git a/types/koa-session/tsconfig.json b/types/koa-session/tsconfig.json index 3d8334f36e..eea5fc5068 100644 --- a/types/koa-session/tsconfig.json +++ b/types/koa-session/tsconfig.json @@ -18,9 +18,6 @@ }, "files": [ "index.d.ts", - "lib/context.d.ts", - "lib/session.d.ts", - "lib/util.d.ts", "koa-session-tests.ts" ] } \ No newline at end of file diff --git a/types/langmap/tsconfig.json b/types/langmap/tsconfig.json index 3888dc0f24..472cfbec1c 100644 --- a/types/langmap/tsconfig.json +++ b/types/langmap/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "langmap-tests.ts", - "types.d.ts" + "langmap-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lasso/tsconfig.json b/types/lasso/tsconfig.json index d83095e1d3..4947d0207c 100644 --- a/types/lasso/tsconfig.json +++ b/types/lasso/tsconfig.json @@ -19,14 +19,6 @@ }, "files": [ "lasso-tests.ts", - "node-require-no-op.d.ts", - "index.d.ts", - "lib/index.d.ts", - "lib/dependencies.d.ts", - "lib/Lasso.d.ts", - "lib/LassoContext.d.ts", - "lib/writers/index.d.ts", - "lib/writers/Writer.d.ts", - "middleware/index.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/libxslt/tsconfig.json b/types/libxslt/tsconfig.json index 00f8d27037..a7f7f94ffc 100644 --- a/types/libxslt/tsconfig.json +++ b/types/libxslt/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "internal-types.d.ts", "libxslt-tests.ts" ] } \ No newline at end of file diff --git a/types/linkifyjs/OTHER_FILES.txt b/types/linkifyjs/OTHER_FILES.txt new file mode 100644 index 0000000000..06ca9b78a6 --- /dev/null +++ b/types/linkifyjs/OTHER_FILES.txt @@ -0,0 +1,4 @@ +element.d.ts +html.d.ts +react.d.ts +string.d.ts \ No newline at end of file diff --git a/types/linkifyjs/tsconfig.json b/types/linkifyjs/tsconfig.json index 07e3132f45..b11c3ab14c 100644 --- a/types/linkifyjs/tsconfig.json +++ b/types/linkifyjs/tsconfig.json @@ -18,11 +18,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "element.d.ts", - "html.d.ts", "index.d.ts", - "linkifyjs-tests.ts", - "react.d.ts", - "string.d.ts" + "linkifyjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lodash-es/OTHER_FILES.txt b/types/lodash-es/OTHER_FILES.txt new file mode 100644 index 0000000000..6784847fbd --- /dev/null +++ b/types/lodash-es/OTHER_FILES.txt @@ -0,0 +1,20 @@ +array.d.ts +array.default.d.ts +collection.d.ts +collection.default.d.ts +date.d.ts +date.default.d.ts +function.d.ts +function.default.d.ts +lang.d.ts +lang.default.d.ts +math.d.ts +math.default.d.ts +number.d.ts +number.default.d.ts +object.d.ts +object.default.d.ts +string.d.ts +string.default.d.ts +util.d.ts +util.default.d.ts \ No newline at end of file diff --git a/types/lodash-es/tsconfig.json b/types/lodash-es/tsconfig.json index fba6506cc9..1d7a8e1832 100644 --- a/types/lodash-es/tsconfig.json +++ b/types/lodash-es/tsconfig.json @@ -18,327 +18,6 @@ }, "files": [ "index.d.ts", - "lodash-es-tests.ts", - "add.d.ts", - "after.d.ts", - "array.d.ts", - "array.default.d.ts", - "ary.d.ts", - "assign.d.ts", - "assignIn.d.ts", - "assignInWith.d.ts", - "assignWith.d.ts", - "at.d.ts", - "attempt.d.ts", - "before.d.ts", - "bind.d.ts", - "bindAll.d.ts", - "bindKey.d.ts", - "camelCase.d.ts", - "capitalize.d.ts", - "castArray.d.ts", - "ceil.d.ts", - "chunk.d.ts", - "clamp.d.ts", - "clone.d.ts", - "cloneDeep.d.ts", - "cloneDeepWith.d.ts", - "cloneWith.d.ts", - "collection.d.ts", - "collection.default.d.ts", - "compact.d.ts", - "concat.d.ts", - "cond.d.ts", - "conforms.d.ts", - "conformsTo.d.ts", - "constant.d.ts", - "countBy.d.ts", - "create.d.ts", - "curry.d.ts", - "curryRight.d.ts", - "date.d.ts", - "date.default.d.ts", - "debounce.d.ts", - "deburr.d.ts", - "defaultTo.d.ts", - "defaults.d.ts", - "defaultsDeep.d.ts", - "defer.d.ts", - "delay.d.ts", - "difference.d.ts", - "differenceBy.d.ts", - "differenceWith.d.ts", - "divide.d.ts", - "drop.d.ts", - "dropRight.d.ts", - "dropRightWhile.d.ts", - "dropWhile.d.ts", - "each.d.ts", - "eachRight.d.ts", - "endsWith.d.ts", - "entries.d.ts", - "entriesIn.d.ts", - "eq.d.ts", - "escape.d.ts", - "escapeRegExp.d.ts", - "every.d.ts", - "extend.d.ts", - "extendWith.d.ts", - "fill.d.ts", - "filter.d.ts", - "find.d.ts", - "findIndex.d.ts", - "findKey.d.ts", - "findLast.d.ts", - "findLastIndex.d.ts", - "findLastKey.d.ts", - "first.d.ts", - "flatMap.d.ts", - "flatMapDeep.d.ts", - "flatMapDepth.d.ts", - "flatten.d.ts", - "flattenDeep.d.ts", - "flattenDepth.d.ts", - "flip.d.ts", - "floor.d.ts", - "flow.d.ts", - "flowRight.d.ts", - "forEach.d.ts", - "forEachRight.d.ts", - "forIn.d.ts", - "forInRight.d.ts", - "forOwn.d.ts", - "forOwnRight.d.ts", - "fromPairs.d.ts", - "function.d.ts", - "function.default.d.ts", - "functions.d.ts", - "functionsIn.d.ts", - "get.d.ts", - "groupBy.d.ts", - "gt.d.ts", - "gte.d.ts", - "has.d.ts", - "hasIn.d.ts", - "head.d.ts", - "identity.d.ts", - "inRange.d.ts", - "includes.d.ts", - "indexOf.d.ts", - "initial.d.ts", - "intersection.d.ts", - "intersectionBy.d.ts", - "intersectionWith.d.ts", - "invert.d.ts", - "invertBy.d.ts", - "invoke.d.ts", - "invokeMap.d.ts", - "isArguments.d.ts", - "isArray.d.ts", - "isArrayBuffer.d.ts", - "isArrayLike.d.ts", - "isArrayLikeObject.d.ts", - "isBoolean.d.ts", - "isBuffer.d.ts", - "isDate.d.ts", - "isElement.d.ts", - "isEmpty.d.ts", - "isEqual.d.ts", - "isEqualWith.d.ts", - "isError.d.ts", - "isFinite.d.ts", - "isFunction.d.ts", - "isInteger.d.ts", - "isLength.d.ts", - "isMap.d.ts", - "isMatch.d.ts", - "isMatchWith.d.ts", - "isNaN.d.ts", - "isNative.d.ts", - "isNil.d.ts", - "isNull.d.ts", - "isNumber.d.ts", - "isObject.d.ts", - "isObjectLike.d.ts", - "isPlainObject.d.ts", - "isRegExp.d.ts", - "isSafeInteger.d.ts", - "isSet.d.ts", - "isString.d.ts", - "isSymbol.d.ts", - "isTypedArray.d.ts", - "isUndefined.d.ts", - "isWeakMap.d.ts", - "isWeakSet.d.ts", - "iteratee.d.ts", - "join.d.ts", - "kebabCase.d.ts", - "keyBy.d.ts", - "keys.d.ts", - "keysIn.d.ts", - "lang.d.ts", - "lang.default.d.ts", - "last.d.ts", - "lastIndexOf.d.ts", - "lowerCase.d.ts", - "lowerFirst.d.ts", - "lt.d.ts", - "lte.d.ts", - "map.d.ts", - "mapKeys.d.ts", - "mapValues.d.ts", - "matches.d.ts", - "matchesProperty.d.ts", - "math.d.ts", - "math.default.d.ts", - "max.d.ts", - "maxBy.d.ts", - "mean.d.ts", - "meanBy.d.ts", - "memoize.d.ts", - "merge.d.ts", - "mergeWith.d.ts", - "method.d.ts", - "methodOf.d.ts", - "min.d.ts", - "minBy.d.ts", - "mixin.d.ts", - "multiply.d.ts", - "negate.d.ts", - "noop.d.ts", - "now.d.ts", - "nth.d.ts", - "nthArg.d.ts", - "number.d.ts", - "number.default.d.ts", - "object.d.ts", - "object.default.d.ts", - "omit.d.ts", - "omitBy.d.ts", - "once.d.ts", - "orderBy.d.ts", - "over.d.ts", - "overArgs.d.ts", - "overEvery.d.ts", - "overSome.d.ts", - "pad.d.ts", - "padEnd.d.ts", - "padStart.d.ts", - "parseInt.d.ts", - "partial.d.ts", - "partialRight.d.ts", - "partition.d.ts", - "pick.d.ts", - "pickBy.d.ts", - "property.d.ts", - "propertyOf.d.ts", - "pull.d.ts", - "pullAll.d.ts", - "pullAllBy.d.ts", - "pullAllWith.d.ts", - "pullAt.d.ts", - "random.d.ts", - "range.d.ts", - "rangeRight.d.ts", - "rearg.d.ts", - "reduce.d.ts", - "reduceRight.d.ts", - "reject.d.ts", - "remove.d.ts", - "repeat.d.ts", - "replace.d.ts", - "rest.d.ts", - "result.d.ts", - "reverse.d.ts", - "round.d.ts", - "sample.d.ts", - "sampleSize.d.ts", - "set.d.ts", - "setWith.d.ts", - "shuffle.d.ts", - "size.d.ts", - "slice.d.ts", - "snakeCase.d.ts", - "some.d.ts", - "sortBy.d.ts", - "sortedIndex.d.ts", - "sortedIndexBy.d.ts", - "sortedIndexOf.d.ts", - "sortedLastIndex.d.ts", - "sortedLastIndexBy.d.ts", - "sortedLastIndexOf.d.ts", - "sortedUniq.d.ts", - "sortedUniqBy.d.ts", - "split.d.ts", - "spread.d.ts", - "startCase.d.ts", - "startsWith.d.ts", - "string.d.ts", - "string.default.d.ts", - "stubArray.d.ts", - "stubFalse.d.ts", - "stubObject.d.ts", - "stubString.d.ts", - "stubTrue.d.ts", - "subtract.d.ts", - "sum.d.ts", - "sumBy.d.ts", - "tail.d.ts", - "take.d.ts", - "takeRight.d.ts", - "takeRightWhile.d.ts", - "takeWhile.d.ts", - "template.d.ts", - "templateSettings.d.ts", - "throttle.d.ts", - "times.d.ts", - "toArray.d.ts", - "toFinite.d.ts", - "toInteger.d.ts", - "toLength.d.ts", - "toLower.d.ts", - "toNumber.d.ts", - "toPairs.d.ts", - "toPairsIn.d.ts", - "toPath.d.ts", - "toPlainObject.d.ts", - "toSafeInteger.d.ts", - "toString.d.ts", - "toUpper.d.ts", - "transform.d.ts", - "trim.d.ts", - "trimEnd.d.ts", - "trimStart.d.ts", - "truncate.d.ts", - "unary.d.ts", - "unescape.d.ts", - "union.d.ts", - "unionBy.d.ts", - "unionWith.d.ts", - "uniq.d.ts", - "uniqBy.d.ts", - "uniqWith.d.ts", - "uniqueId.d.ts", - "unset.d.ts", - "unzip.d.ts", - "unzipWith.d.ts", - "update.d.ts", - "updateWith.d.ts", - "upperCase.d.ts", - "upperFirst.d.ts", - "util.d.ts", - "util.default.d.ts", - "values.d.ts", - "valuesIn.d.ts", - "without.d.ts", - "words.d.ts", - "wrap.d.ts", - "xor.d.ts", - "xorBy.d.ts", - "xorWith.d.ts", - "zip.d.ts", - "zipObject.d.ts", - "zipObjectDeep.d.ts", - "zipWith.d.ts" + "lodash-es-tests.ts" ] } \ No newline at end of file diff --git a/types/lodash/OTHER_FILES.txt b/types/lodash/OTHER_FILES.txt new file mode 100644 index 0000000000..70f9b5587f --- /dev/null +++ b/types/lodash/OTHER_FILES.txt @@ -0,0 +1,687 @@ +add.d.ts +after.d.ts +ary.d.ts +assign.d.ts +assignIn.d.ts +assignInWith.d.ts +assignWith.d.ts +at.d.ts +attempt.d.ts +before.d.ts +bind.d.ts +bindAll.d.ts +bindKey.d.ts +camelCase.d.ts +capitalize.d.ts +castArray.d.ts +ceil.d.ts +chain.d.ts +chunk.d.ts +clamp.d.ts +clone.d.ts +cloneDeep.d.ts +cloneDeepWith.d.ts +cloneWith.d.ts +compact.d.ts +concat.d.ts +cond.d.ts +conformsTo.d.ts +constant.d.ts +countBy.d.ts +create.d.ts +curry.d.ts +curryRight.d.ts +debounce.d.ts +deburr.d.ts +defaultTo.d.ts +defaults.d.ts +defaultsDeep.d.ts +defer.d.ts +delay.d.ts +difference.d.ts +differenceBy.d.ts +differenceWith.d.ts +divide.d.ts +drop.d.ts +dropRight.d.ts +dropRightWhile.d.ts +dropWhile.d.ts +each.d.ts +eachRight.d.ts +endsWith.d.ts +entries.d.ts +entriesIn.d.ts +eq.d.ts +escape.d.ts +escapeRegExp.d.ts +every.d.ts +extend.d.ts +extendWith.d.ts +fill.d.ts +filter.d.ts +find.d.ts +findIndex.d.ts +findKey.d.ts +findLast.d.ts +findLastIndex.d.ts +findLastKey.d.ts +first.d.ts +flatMap.d.ts +flatMapDeep.d.ts +flatMapDepth.d.ts +flatten.d.ts +flattenDeep.d.ts +flattenDepth.d.ts +flip.d.ts +floor.d.ts +flow.d.ts +flowRight.d.ts +forEach.d.ts +forEachRight.d.ts +forIn.d.ts +forInRight.d.ts +forOwn.d.ts +forOwnRight.d.ts +fp/F.d.ts +fp/T.d.ts +fp/__.d.ts +fp/add.d.ts +fp/after.d.ts +fp/all.d.ts +fp/allPass.d.ts +fp/always.d.ts +fp/any.d.ts +fp/anyPass.d.ts +fp/apply.d.ts +fp/ary.d.ts +fp/assign.d.ts +fp/assignAll.d.ts +fp/assignAllWith.d.ts +fp/assignIn.d.ts +fp/assignInAll.d.ts +fp/assignInAllWith.d.ts +fp/assignInWith.d.ts +fp/assignWith.d.ts +fp/assoc.d.ts +fp/assocPath.d.ts +fp/at.d.ts +fp/attempt.d.ts +fp/before.d.ts +fp/bind.d.ts +fp/bindAll.d.ts +fp/bindKey.d.ts +fp/camelCase.d.ts +fp/capitalize.d.ts +fp/castArray.d.ts +fp/ceil.d.ts +fp/chunk.d.ts +fp/clamp.d.ts +fp/clone.d.ts +fp/cloneDeep.d.ts +fp/cloneDeepWith.d.ts +fp/cloneWith.d.ts +fp/compact.d.ts +fp/complement.d.ts +fp/compose.d.ts +fp/concat.d.ts +fp/cond.d.ts +fp/conforms.d.ts +fp/conformsTo.d.ts +fp/constant.d.ts +fp/contains.d.ts +fp/convert.d.ts +fp/countBy.d.ts +fp/create.d.ts +fp/curry.d.ts +fp/curryN.d.ts +fp/curryRight.d.ts +fp/curryRightN.d.ts +fp/debounce.d.ts +fp/deburr.d.ts +fp/defaultTo.d.ts +fp/defaults.d.ts +fp/defaultsAll.d.ts +fp/defaultsDeep.d.ts +fp/defaultsDeepAll.d.ts +fp/defer.d.ts +fp/delay.d.ts +fp/difference.d.ts +fp/differenceBy.d.ts +fp/differenceWith.d.ts +fp/dissoc.d.ts +fp/dissocPath.d.ts +fp/divide.d.ts +fp/drop.d.ts +fp/dropLast.d.ts +fp/dropLastWhile.d.ts +fp/dropRight.d.ts +fp/dropRightWhile.d.ts +fp/dropWhile.d.ts +fp/each.d.ts +fp/eachRight.d.ts +fp/endsWith.d.ts +fp/entries.d.ts +fp/entriesIn.d.ts +fp/eq.d.ts +fp/equals.d.ts +fp/escape.d.ts +fp/escapeRegExp.d.ts +fp/every.d.ts +fp/extend.d.ts +fp/extendAll.d.ts +fp/extendAllWith.d.ts +fp/extendWith.d.ts +fp/fill.d.ts +fp/filter.d.ts +fp/find.d.ts +fp/findFrom.d.ts +fp/findIndex.d.ts +fp/findIndexFrom.d.ts +fp/findKey.d.ts +fp/findLast.d.ts +fp/findLastFrom.d.ts +fp/findLastIndex.d.ts +fp/findLastIndexFrom.d.ts +fp/findLastKey.d.ts +fp/first.d.ts +fp/flatMap.d.ts +fp/flatMapDeep.d.ts +fp/flatMapDepth.d.ts +fp/flatten.d.ts +fp/flattenDeep.d.ts +fp/flattenDepth.d.ts +fp/flip.d.ts +fp/floor.d.ts +fp/flow.d.ts +fp/flowRight.d.ts +fp/forEach.d.ts +fp/forEachRight.d.ts +fp/forIn.d.ts +fp/forInRight.d.ts +fp/forOwn.d.ts +fp/forOwnRight.d.ts +fp/fromPairs.d.ts +fp/functions.d.ts +fp/functionsIn.d.ts +fp/get.d.ts +fp/getOr.d.ts +fp/groupBy.d.ts +fp/gt.d.ts +fp/gte.d.ts +fp/has.d.ts +fp/hasIn.d.ts +fp/head.d.ts +fp/identical.d.ts +fp/identity.d.ts +fp/inRange.d.ts +fp/includes.d.ts +fp/includesFrom.d.ts +fp/indexBy.d.ts +fp/indexOf.d.ts +fp/indexOfFrom.d.ts +fp/init.d.ts +fp/initial.d.ts +fp/intersection.d.ts +fp/intersectionBy.d.ts +fp/intersectionWith.d.ts +fp/invert.d.ts +fp/invertBy.d.ts +fp/invertObj.d.ts +fp/invoke.d.ts +fp/invokeArgs.d.ts +fp/invokeArgsMap.d.ts +fp/invokeMap.d.ts +fp/isArguments.d.ts +fp/isArray.d.ts +fp/isArrayBuffer.d.ts +fp/isArrayLike.d.ts +fp/isArrayLikeObject.d.ts +fp/isBoolean.d.ts +fp/isBuffer.d.ts +fp/isDate.d.ts +fp/isElement.d.ts +fp/isEmpty.d.ts +fp/isEqual.d.ts +fp/isEqualWith.d.ts +fp/isError.d.ts +fp/isFinite.d.ts +fp/isFunction.d.ts +fp/isInteger.d.ts +fp/isLength.d.ts +fp/isMap.d.ts +fp/isMatch.d.ts +fp/isMatchWith.d.ts +fp/isNaN.d.ts +fp/isNative.d.ts +fp/isNil.d.ts +fp/isNull.d.ts +fp/isNumber.d.ts +fp/isObject.d.ts +fp/isObjectLike.d.ts +fp/isPlainObject.d.ts +fp/isRegExp.d.ts +fp/isSafeInteger.d.ts +fp/isSet.d.ts +fp/isString.d.ts +fp/isSymbol.d.ts +fp/isTypedArray.d.ts +fp/isUndefined.d.ts +fp/isWeakMap.d.ts +fp/isWeakSet.d.ts +fp/iteratee.d.ts +fp/join.d.ts +fp/juxt.d.ts +fp/kebabCase.d.ts +fp/keyBy.d.ts +fp/keys.d.ts +fp/keysIn.d.ts +fp/last.d.ts +fp/lastIndexOf.d.ts +fp/lastIndexOfFrom.d.ts +fp/lowerCase.d.ts +fp/lowerFirst.d.ts +fp/lt.d.ts +fp/lte.d.ts +fp/map.d.ts +fp/mapKeys.d.ts +fp/mapValues.d.ts +fp/matches.d.ts +fp/matchesProperty.d.ts +fp/max.d.ts +fp/maxBy.d.ts +fp/mean.d.ts +fp/meanBy.d.ts +fp/memoize.d.ts +fp/merge.d.ts +fp/mergeAll.d.ts +fp/mergeAllWith.d.ts +fp/mergeWith.d.ts +fp/method.d.ts +fp/methodOf.d.ts +fp/min.d.ts +fp/minBy.d.ts +fp/multiply.d.ts +fp/nAry.d.ts +fp/negate.d.ts +fp/noConflict.d.ts +fp/noop.d.ts +fp/now.d.ts +fp/nth.d.ts +fp/nthArg.d.ts +fp/omit.d.ts +fp/omitAll.d.ts +fp/omitBy.d.ts +fp/once.d.ts +fp/orderBy.d.ts +fp/over.d.ts +fp/overArgs.d.ts +fp/overEvery.d.ts +fp/overSome.d.ts +fp/pad.d.ts +fp/padChars.d.ts +fp/padCharsEnd.d.ts +fp/padCharsStart.d.ts +fp/padEnd.d.ts +fp/padStart.d.ts +fp/parseInt.d.ts +fp/partial.d.ts +fp/partialRight.d.ts +fp/partition.d.ts +fp/path.d.ts +fp/pathEq.d.ts +fp/pathOr.d.ts +fp/paths.d.ts +fp/pick.d.ts +fp/pickAll.d.ts +fp/pickBy.d.ts +fp/pipe.d.ts +fp/placeholder.d.ts +fp/pluck.d.ts +fp/prop.d.ts +fp/propEq.d.ts +fp/propOr.d.ts +fp/property.d.ts +fp/propertyOf.d.ts +fp/props.d.ts +fp/pull.d.ts +fp/pullAll.d.ts +fp/pullAllBy.d.ts +fp/pullAllWith.d.ts +fp/pullAt.d.ts +fp/random.d.ts +fp/range.d.ts +fp/rangeRight.d.ts +fp/rangeStep.d.ts +fp/rangeStepRight.d.ts +fp/rearg.d.ts +fp/reduce.d.ts +fp/reduceRight.d.ts +fp/reject.d.ts +fp/remove.d.ts +fp/repeat.d.ts +fp/replace.d.ts +fp/rest.d.ts +fp/restFrom.d.ts +fp/result.d.ts +fp/reverse.d.ts +fp/round.d.ts +fp/runInContext.d.ts +fp/sample.d.ts +fp/sampleSize.d.ts +fp/set.d.ts +fp/setWith.d.ts +fp/shuffle.d.ts +fp/size.d.ts +fp/slice.d.ts +fp/snakeCase.d.ts +fp/some.d.ts +fp/sortBy.d.ts +fp/sortedIndex.d.ts +fp/sortedIndexBy.d.ts +fp/sortedIndexOf.d.ts +fp/sortedLastIndex.d.ts +fp/sortedLastIndexBy.d.ts +fp/sortedLastIndexOf.d.ts +fp/sortedUniq.d.ts +fp/sortedUniqBy.d.ts +fp/split.d.ts +fp/spread.d.ts +fp/spreadFrom.d.ts +fp/startCase.d.ts +fp/startsWith.d.ts +fp/stubArray.d.ts +fp/stubFalse.d.ts +fp/stubObject.d.ts +fp/stubString.d.ts +fp/stubTrue.d.ts +fp/subtract.d.ts +fp/sum.d.ts +fp/sumBy.d.ts +fp/symmetricDifference.d.ts +fp/symmetricDifferenceBy.d.ts +fp/symmetricDifferenceWith.d.ts +fp/tail.d.ts +fp/take.d.ts +fp/takeLast.d.ts +fp/takeLastWhile.d.ts +fp/takeRight.d.ts +fp/takeRightWhile.d.ts +fp/takeWhile.d.ts +fp/tap.d.ts +fp/template.d.ts +fp/throttle.d.ts +fp/thru.d.ts +fp/times.d.ts +fp/toArray.d.ts +fp/toFinite.d.ts +fp/toInteger.d.ts +fp/toLength.d.ts +fp/toLower.d.ts +fp/toNumber.d.ts +fp/toPairs.d.ts +fp/toPairsIn.d.ts +fp/toPath.d.ts +fp/toPlainObject.d.ts +fp/toSafeInteger.d.ts +fp/toString.d.ts +fp/toUpper.d.ts +fp/transform.d.ts +fp/trim.d.ts +fp/trimChars.d.ts +fp/trimCharsEnd.d.ts +fp/trimCharsStart.d.ts +fp/trimEnd.d.ts +fp/trimStart.d.ts +fp/truncate.d.ts +fp/unapply.d.ts +fp/unary.d.ts +fp/unescape.d.ts +fp/union.d.ts +fp/unionBy.d.ts +fp/unionWith.d.ts +fp/uniq.d.ts +fp/uniqBy.d.ts +fp/uniqWith.d.ts +fp/uniqueId.d.ts +fp/unnest.d.ts +fp/unset.d.ts +fp/unzip.d.ts +fp/unzipWith.d.ts +fp/update.d.ts +fp/updateWith.d.ts +fp/upperCase.d.ts +fp/upperFirst.d.ts +fp/useWith.d.ts +fp/values.d.ts +fp/valuesIn.d.ts +fp/where.d.ts +fp/whereEq.d.ts +fp/without.d.ts +fp/words.d.ts +fp/wrap.d.ts +fp/xor.d.ts +fp/xorBy.d.ts +fp/xorWith.d.ts +fp/zip.d.ts +fp/zipAll.d.ts +fp/zipObj.d.ts +fp/zipObject.d.ts +fp/zipObjectDeep.d.ts +fp/zipWith.d.ts +fromPairs.d.ts +functions.d.ts +functionsIn.d.ts +get.d.ts +groupBy.d.ts +gt.d.ts +gte.d.ts +has.d.ts +hasIn.d.ts +head.d.ts +identity.d.ts +inRange.d.ts +includes.d.ts +indexOf.d.ts +initial.d.ts +intersection.d.ts +intersectionBy.d.ts +intersectionWith.d.ts +invert.d.ts +invertBy.d.ts +invoke.d.ts +invokeMap.d.ts +isArguments.d.ts +isArray.d.ts +isArrayBuffer.d.ts +isArrayLike.d.ts +isArrayLikeObject.d.ts +isBoolean.d.ts +isBuffer.d.ts +isDate.d.ts +isElement.d.ts +isEmpty.d.ts +isEqual.d.ts +isEqualWith.d.ts +isError.d.ts +isFinite.d.ts +isFunction.d.ts +isInteger.d.ts +isLength.d.ts +isMap.d.ts +isMatch.d.ts +isMatchWith.d.ts +isNaN.d.ts +isNative.d.ts +isNil.d.ts +isNull.d.ts +isNumber.d.ts +isObject.d.ts +isObjectLike.d.ts +isPlainObject.d.ts +isRegExp.d.ts +isSafeInteger.d.ts +isSet.d.ts +isString.d.ts +isSymbol.d.ts +isTypedArray.d.ts +isUndefined.d.ts +isWeakMap.d.ts +isWeakSet.d.ts +iteratee.d.ts +join.d.ts +kebabCase.d.ts +keyBy.d.ts +keys.d.ts +keysIn.d.ts +last.d.ts +lastIndexOf.d.ts +lowerCase.d.ts +lowerFirst.d.ts +lt.d.ts +lte.d.ts +map.d.ts +mapKeys.d.ts +mapValues.d.ts +matches.d.ts +matchesProperty.d.ts +max.d.ts +maxBy.d.ts +mean.d.ts +meanBy.d.ts +memoize.d.ts +merge.d.ts +mergeWith.d.ts +method.d.ts +methodOf.d.ts +min.d.ts +minBy.d.ts +mixin.d.ts +multiply.d.ts +negate.d.ts +noConflict.d.ts +noop.d.ts +now.d.ts +nth.d.ts +nthArg.d.ts +omit.d.ts +omitBy.d.ts +once.d.ts +orderBy.d.ts +over.d.ts +overArgs.d.ts +overEvery.d.ts +overSome.d.ts +pad.d.ts +padEnd.d.ts +padStart.d.ts +parseInt.d.ts +partial.d.ts +partialRight.d.ts +partition.d.ts +pick.d.ts +pickBy.d.ts +property.d.ts +propertyOf.d.ts +pull.d.ts +pullAll.d.ts +pullAllBy.d.ts +pullAllWith.d.ts +pullAt.d.ts +random.d.ts +range.d.ts +rangeRight.d.ts +rearg.d.ts +reduce.d.ts +reduceRight.d.ts +reject.d.ts +remove.d.ts +repeat.d.ts +replace.d.ts +rest.d.ts +result.d.ts +reverse.d.ts +round.d.ts +runInContext.d.ts +sample.d.ts +sampleSize.d.ts +set.d.ts +setWith.d.ts +shuffle.d.ts +size.d.ts +slice.d.ts +snakeCase.d.ts +some.d.ts +sortBy.d.ts +sortedIndex.d.ts +sortedIndexBy.d.ts +sortedIndexOf.d.ts +sortedLastIndex.d.ts +sortedLastIndexBy.d.ts +sortedLastIndexOf.d.ts +sortedUniq.d.ts +sortedUniqBy.d.ts +split.d.ts +spread.d.ts +startCase.d.ts +startsWith.d.ts +stubFalse.d.ts +stubTrue.d.ts +subtract.d.ts +sum.d.ts +sumBy.d.ts +tail.d.ts +take.d.ts +takeRight.d.ts +takeRightWhile.d.ts +takeWhile.d.ts +tap.d.ts +template.d.ts +throttle.d.ts +thru.d.ts +times.d.ts +toArray.d.ts +toFinite.d.ts +toInteger.d.ts +toLength.d.ts +toLower.d.ts +toNumber.d.ts +toPairs.d.ts +toPairsIn.d.ts +toPath.d.ts +toPlainObject.d.ts +toSafeInteger.d.ts +toString.d.ts +toUpper.d.ts +transform.d.ts +trim.d.ts +trimEnd.d.ts +trimStart.d.ts +truncate.d.ts +unary.d.ts +unescape.d.ts +union.d.ts +unionBy.d.ts +unionWith.d.ts +uniq.d.ts +uniqBy.d.ts +uniqWith.d.ts +uniqueId.d.ts +unset.d.ts +unzip.d.ts +unzipWith.d.ts +update.d.ts +updateWith.d.ts +upperCase.d.ts +upperFirst.d.ts +values.d.ts +valuesIn.d.ts +without.d.ts +words.d.ts +wrap.d.ts +xor.d.ts +xorBy.d.ts +xorWith.d.ts +zip.d.ts +zipObject.d.ts +zipObjectDeep.d.ts +zipWith.d.ts \ No newline at end of file diff --git a/types/lodash/ts3.1/OTHER_FILES.txt b/types/lodash/ts3.1/OTHER_FILES.txt new file mode 100644 index 0000000000..70f9b5587f --- /dev/null +++ b/types/lodash/ts3.1/OTHER_FILES.txt @@ -0,0 +1,687 @@ +add.d.ts +after.d.ts +ary.d.ts +assign.d.ts +assignIn.d.ts +assignInWith.d.ts +assignWith.d.ts +at.d.ts +attempt.d.ts +before.d.ts +bind.d.ts +bindAll.d.ts +bindKey.d.ts +camelCase.d.ts +capitalize.d.ts +castArray.d.ts +ceil.d.ts +chain.d.ts +chunk.d.ts +clamp.d.ts +clone.d.ts +cloneDeep.d.ts +cloneDeepWith.d.ts +cloneWith.d.ts +compact.d.ts +concat.d.ts +cond.d.ts +conformsTo.d.ts +constant.d.ts +countBy.d.ts +create.d.ts +curry.d.ts +curryRight.d.ts +debounce.d.ts +deburr.d.ts +defaultTo.d.ts +defaults.d.ts +defaultsDeep.d.ts +defer.d.ts +delay.d.ts +difference.d.ts +differenceBy.d.ts +differenceWith.d.ts +divide.d.ts +drop.d.ts +dropRight.d.ts +dropRightWhile.d.ts +dropWhile.d.ts +each.d.ts +eachRight.d.ts +endsWith.d.ts +entries.d.ts +entriesIn.d.ts +eq.d.ts +escape.d.ts +escapeRegExp.d.ts +every.d.ts +extend.d.ts +extendWith.d.ts +fill.d.ts +filter.d.ts +find.d.ts +findIndex.d.ts +findKey.d.ts +findLast.d.ts +findLastIndex.d.ts +findLastKey.d.ts +first.d.ts +flatMap.d.ts +flatMapDeep.d.ts +flatMapDepth.d.ts +flatten.d.ts +flattenDeep.d.ts +flattenDepth.d.ts +flip.d.ts +floor.d.ts +flow.d.ts +flowRight.d.ts +forEach.d.ts +forEachRight.d.ts +forIn.d.ts +forInRight.d.ts +forOwn.d.ts +forOwnRight.d.ts +fp/F.d.ts +fp/T.d.ts +fp/__.d.ts +fp/add.d.ts +fp/after.d.ts +fp/all.d.ts +fp/allPass.d.ts +fp/always.d.ts +fp/any.d.ts +fp/anyPass.d.ts +fp/apply.d.ts +fp/ary.d.ts +fp/assign.d.ts +fp/assignAll.d.ts +fp/assignAllWith.d.ts +fp/assignIn.d.ts +fp/assignInAll.d.ts +fp/assignInAllWith.d.ts +fp/assignInWith.d.ts +fp/assignWith.d.ts +fp/assoc.d.ts +fp/assocPath.d.ts +fp/at.d.ts +fp/attempt.d.ts +fp/before.d.ts +fp/bind.d.ts +fp/bindAll.d.ts +fp/bindKey.d.ts +fp/camelCase.d.ts +fp/capitalize.d.ts +fp/castArray.d.ts +fp/ceil.d.ts +fp/chunk.d.ts +fp/clamp.d.ts +fp/clone.d.ts +fp/cloneDeep.d.ts +fp/cloneDeepWith.d.ts +fp/cloneWith.d.ts +fp/compact.d.ts +fp/complement.d.ts +fp/compose.d.ts +fp/concat.d.ts +fp/cond.d.ts +fp/conforms.d.ts +fp/conformsTo.d.ts +fp/constant.d.ts +fp/contains.d.ts +fp/convert.d.ts +fp/countBy.d.ts +fp/create.d.ts +fp/curry.d.ts +fp/curryN.d.ts +fp/curryRight.d.ts +fp/curryRightN.d.ts +fp/debounce.d.ts +fp/deburr.d.ts +fp/defaultTo.d.ts +fp/defaults.d.ts +fp/defaultsAll.d.ts +fp/defaultsDeep.d.ts +fp/defaultsDeepAll.d.ts +fp/defer.d.ts +fp/delay.d.ts +fp/difference.d.ts +fp/differenceBy.d.ts +fp/differenceWith.d.ts +fp/dissoc.d.ts +fp/dissocPath.d.ts +fp/divide.d.ts +fp/drop.d.ts +fp/dropLast.d.ts +fp/dropLastWhile.d.ts +fp/dropRight.d.ts +fp/dropRightWhile.d.ts +fp/dropWhile.d.ts +fp/each.d.ts +fp/eachRight.d.ts +fp/endsWith.d.ts +fp/entries.d.ts +fp/entriesIn.d.ts +fp/eq.d.ts +fp/equals.d.ts +fp/escape.d.ts +fp/escapeRegExp.d.ts +fp/every.d.ts +fp/extend.d.ts +fp/extendAll.d.ts +fp/extendAllWith.d.ts +fp/extendWith.d.ts +fp/fill.d.ts +fp/filter.d.ts +fp/find.d.ts +fp/findFrom.d.ts +fp/findIndex.d.ts +fp/findIndexFrom.d.ts +fp/findKey.d.ts +fp/findLast.d.ts +fp/findLastFrom.d.ts +fp/findLastIndex.d.ts +fp/findLastIndexFrom.d.ts +fp/findLastKey.d.ts +fp/first.d.ts +fp/flatMap.d.ts +fp/flatMapDeep.d.ts +fp/flatMapDepth.d.ts +fp/flatten.d.ts +fp/flattenDeep.d.ts +fp/flattenDepth.d.ts +fp/flip.d.ts +fp/floor.d.ts +fp/flow.d.ts +fp/flowRight.d.ts +fp/forEach.d.ts +fp/forEachRight.d.ts +fp/forIn.d.ts +fp/forInRight.d.ts +fp/forOwn.d.ts +fp/forOwnRight.d.ts +fp/fromPairs.d.ts +fp/functions.d.ts +fp/functionsIn.d.ts +fp/get.d.ts +fp/getOr.d.ts +fp/groupBy.d.ts +fp/gt.d.ts +fp/gte.d.ts +fp/has.d.ts +fp/hasIn.d.ts +fp/head.d.ts +fp/identical.d.ts +fp/identity.d.ts +fp/inRange.d.ts +fp/includes.d.ts +fp/includesFrom.d.ts +fp/indexBy.d.ts +fp/indexOf.d.ts +fp/indexOfFrom.d.ts +fp/init.d.ts +fp/initial.d.ts +fp/intersection.d.ts +fp/intersectionBy.d.ts +fp/intersectionWith.d.ts +fp/invert.d.ts +fp/invertBy.d.ts +fp/invertObj.d.ts +fp/invoke.d.ts +fp/invokeArgs.d.ts +fp/invokeArgsMap.d.ts +fp/invokeMap.d.ts +fp/isArguments.d.ts +fp/isArray.d.ts +fp/isArrayBuffer.d.ts +fp/isArrayLike.d.ts +fp/isArrayLikeObject.d.ts +fp/isBoolean.d.ts +fp/isBuffer.d.ts +fp/isDate.d.ts +fp/isElement.d.ts +fp/isEmpty.d.ts +fp/isEqual.d.ts +fp/isEqualWith.d.ts +fp/isError.d.ts +fp/isFinite.d.ts +fp/isFunction.d.ts +fp/isInteger.d.ts +fp/isLength.d.ts +fp/isMap.d.ts +fp/isMatch.d.ts +fp/isMatchWith.d.ts +fp/isNaN.d.ts +fp/isNative.d.ts +fp/isNil.d.ts +fp/isNull.d.ts +fp/isNumber.d.ts +fp/isObject.d.ts +fp/isObjectLike.d.ts +fp/isPlainObject.d.ts +fp/isRegExp.d.ts +fp/isSafeInteger.d.ts +fp/isSet.d.ts +fp/isString.d.ts +fp/isSymbol.d.ts +fp/isTypedArray.d.ts +fp/isUndefined.d.ts +fp/isWeakMap.d.ts +fp/isWeakSet.d.ts +fp/iteratee.d.ts +fp/join.d.ts +fp/juxt.d.ts +fp/kebabCase.d.ts +fp/keyBy.d.ts +fp/keys.d.ts +fp/keysIn.d.ts +fp/last.d.ts +fp/lastIndexOf.d.ts +fp/lastIndexOfFrom.d.ts +fp/lowerCase.d.ts +fp/lowerFirst.d.ts +fp/lt.d.ts +fp/lte.d.ts +fp/map.d.ts +fp/mapKeys.d.ts +fp/mapValues.d.ts +fp/matches.d.ts +fp/matchesProperty.d.ts +fp/max.d.ts +fp/maxBy.d.ts +fp/mean.d.ts +fp/meanBy.d.ts +fp/memoize.d.ts +fp/merge.d.ts +fp/mergeAll.d.ts +fp/mergeAllWith.d.ts +fp/mergeWith.d.ts +fp/method.d.ts +fp/methodOf.d.ts +fp/min.d.ts +fp/minBy.d.ts +fp/multiply.d.ts +fp/nAry.d.ts +fp/negate.d.ts +fp/noConflict.d.ts +fp/noop.d.ts +fp/now.d.ts +fp/nth.d.ts +fp/nthArg.d.ts +fp/omit.d.ts +fp/omitAll.d.ts +fp/omitBy.d.ts +fp/once.d.ts +fp/orderBy.d.ts +fp/over.d.ts +fp/overArgs.d.ts +fp/overEvery.d.ts +fp/overSome.d.ts +fp/pad.d.ts +fp/padChars.d.ts +fp/padCharsEnd.d.ts +fp/padCharsStart.d.ts +fp/padEnd.d.ts +fp/padStart.d.ts +fp/parseInt.d.ts +fp/partial.d.ts +fp/partialRight.d.ts +fp/partition.d.ts +fp/path.d.ts +fp/pathEq.d.ts +fp/pathOr.d.ts +fp/paths.d.ts +fp/pick.d.ts +fp/pickAll.d.ts +fp/pickBy.d.ts +fp/pipe.d.ts +fp/placeholder.d.ts +fp/pluck.d.ts +fp/prop.d.ts +fp/propEq.d.ts +fp/propOr.d.ts +fp/property.d.ts +fp/propertyOf.d.ts +fp/props.d.ts +fp/pull.d.ts +fp/pullAll.d.ts +fp/pullAllBy.d.ts +fp/pullAllWith.d.ts +fp/pullAt.d.ts +fp/random.d.ts +fp/range.d.ts +fp/rangeRight.d.ts +fp/rangeStep.d.ts +fp/rangeStepRight.d.ts +fp/rearg.d.ts +fp/reduce.d.ts +fp/reduceRight.d.ts +fp/reject.d.ts +fp/remove.d.ts +fp/repeat.d.ts +fp/replace.d.ts +fp/rest.d.ts +fp/restFrom.d.ts +fp/result.d.ts +fp/reverse.d.ts +fp/round.d.ts +fp/runInContext.d.ts +fp/sample.d.ts +fp/sampleSize.d.ts +fp/set.d.ts +fp/setWith.d.ts +fp/shuffle.d.ts +fp/size.d.ts +fp/slice.d.ts +fp/snakeCase.d.ts +fp/some.d.ts +fp/sortBy.d.ts +fp/sortedIndex.d.ts +fp/sortedIndexBy.d.ts +fp/sortedIndexOf.d.ts +fp/sortedLastIndex.d.ts +fp/sortedLastIndexBy.d.ts +fp/sortedLastIndexOf.d.ts +fp/sortedUniq.d.ts +fp/sortedUniqBy.d.ts +fp/split.d.ts +fp/spread.d.ts +fp/spreadFrom.d.ts +fp/startCase.d.ts +fp/startsWith.d.ts +fp/stubArray.d.ts +fp/stubFalse.d.ts +fp/stubObject.d.ts +fp/stubString.d.ts +fp/stubTrue.d.ts +fp/subtract.d.ts +fp/sum.d.ts +fp/sumBy.d.ts +fp/symmetricDifference.d.ts +fp/symmetricDifferenceBy.d.ts +fp/symmetricDifferenceWith.d.ts +fp/tail.d.ts +fp/take.d.ts +fp/takeLast.d.ts +fp/takeLastWhile.d.ts +fp/takeRight.d.ts +fp/takeRightWhile.d.ts +fp/takeWhile.d.ts +fp/tap.d.ts +fp/template.d.ts +fp/throttle.d.ts +fp/thru.d.ts +fp/times.d.ts +fp/toArray.d.ts +fp/toFinite.d.ts +fp/toInteger.d.ts +fp/toLength.d.ts +fp/toLower.d.ts +fp/toNumber.d.ts +fp/toPairs.d.ts +fp/toPairsIn.d.ts +fp/toPath.d.ts +fp/toPlainObject.d.ts +fp/toSafeInteger.d.ts +fp/toString.d.ts +fp/toUpper.d.ts +fp/transform.d.ts +fp/trim.d.ts +fp/trimChars.d.ts +fp/trimCharsEnd.d.ts +fp/trimCharsStart.d.ts +fp/trimEnd.d.ts +fp/trimStart.d.ts +fp/truncate.d.ts +fp/unapply.d.ts +fp/unary.d.ts +fp/unescape.d.ts +fp/union.d.ts +fp/unionBy.d.ts +fp/unionWith.d.ts +fp/uniq.d.ts +fp/uniqBy.d.ts +fp/uniqWith.d.ts +fp/uniqueId.d.ts +fp/unnest.d.ts +fp/unset.d.ts +fp/unzip.d.ts +fp/unzipWith.d.ts +fp/update.d.ts +fp/updateWith.d.ts +fp/upperCase.d.ts +fp/upperFirst.d.ts +fp/useWith.d.ts +fp/values.d.ts +fp/valuesIn.d.ts +fp/where.d.ts +fp/whereEq.d.ts +fp/without.d.ts +fp/words.d.ts +fp/wrap.d.ts +fp/xor.d.ts +fp/xorBy.d.ts +fp/xorWith.d.ts +fp/zip.d.ts +fp/zipAll.d.ts +fp/zipObj.d.ts +fp/zipObject.d.ts +fp/zipObjectDeep.d.ts +fp/zipWith.d.ts +fromPairs.d.ts +functions.d.ts +functionsIn.d.ts +get.d.ts +groupBy.d.ts +gt.d.ts +gte.d.ts +has.d.ts +hasIn.d.ts +head.d.ts +identity.d.ts +inRange.d.ts +includes.d.ts +indexOf.d.ts +initial.d.ts +intersection.d.ts +intersectionBy.d.ts +intersectionWith.d.ts +invert.d.ts +invertBy.d.ts +invoke.d.ts +invokeMap.d.ts +isArguments.d.ts +isArray.d.ts +isArrayBuffer.d.ts +isArrayLike.d.ts +isArrayLikeObject.d.ts +isBoolean.d.ts +isBuffer.d.ts +isDate.d.ts +isElement.d.ts +isEmpty.d.ts +isEqual.d.ts +isEqualWith.d.ts +isError.d.ts +isFinite.d.ts +isFunction.d.ts +isInteger.d.ts +isLength.d.ts +isMap.d.ts +isMatch.d.ts +isMatchWith.d.ts +isNaN.d.ts +isNative.d.ts +isNil.d.ts +isNull.d.ts +isNumber.d.ts +isObject.d.ts +isObjectLike.d.ts +isPlainObject.d.ts +isRegExp.d.ts +isSafeInteger.d.ts +isSet.d.ts +isString.d.ts +isSymbol.d.ts +isTypedArray.d.ts +isUndefined.d.ts +isWeakMap.d.ts +isWeakSet.d.ts +iteratee.d.ts +join.d.ts +kebabCase.d.ts +keyBy.d.ts +keys.d.ts +keysIn.d.ts +last.d.ts +lastIndexOf.d.ts +lowerCase.d.ts +lowerFirst.d.ts +lt.d.ts +lte.d.ts +map.d.ts +mapKeys.d.ts +mapValues.d.ts +matches.d.ts +matchesProperty.d.ts +max.d.ts +maxBy.d.ts +mean.d.ts +meanBy.d.ts +memoize.d.ts +merge.d.ts +mergeWith.d.ts +method.d.ts +methodOf.d.ts +min.d.ts +minBy.d.ts +mixin.d.ts +multiply.d.ts +negate.d.ts +noConflict.d.ts +noop.d.ts +now.d.ts +nth.d.ts +nthArg.d.ts +omit.d.ts +omitBy.d.ts +once.d.ts +orderBy.d.ts +over.d.ts +overArgs.d.ts +overEvery.d.ts +overSome.d.ts +pad.d.ts +padEnd.d.ts +padStart.d.ts +parseInt.d.ts +partial.d.ts +partialRight.d.ts +partition.d.ts +pick.d.ts +pickBy.d.ts +property.d.ts +propertyOf.d.ts +pull.d.ts +pullAll.d.ts +pullAllBy.d.ts +pullAllWith.d.ts +pullAt.d.ts +random.d.ts +range.d.ts +rangeRight.d.ts +rearg.d.ts +reduce.d.ts +reduceRight.d.ts +reject.d.ts +remove.d.ts +repeat.d.ts +replace.d.ts +rest.d.ts +result.d.ts +reverse.d.ts +round.d.ts +runInContext.d.ts +sample.d.ts +sampleSize.d.ts +set.d.ts +setWith.d.ts +shuffle.d.ts +size.d.ts +slice.d.ts +snakeCase.d.ts +some.d.ts +sortBy.d.ts +sortedIndex.d.ts +sortedIndexBy.d.ts +sortedIndexOf.d.ts +sortedLastIndex.d.ts +sortedLastIndexBy.d.ts +sortedLastIndexOf.d.ts +sortedUniq.d.ts +sortedUniqBy.d.ts +split.d.ts +spread.d.ts +startCase.d.ts +startsWith.d.ts +stubFalse.d.ts +stubTrue.d.ts +subtract.d.ts +sum.d.ts +sumBy.d.ts +tail.d.ts +take.d.ts +takeRight.d.ts +takeRightWhile.d.ts +takeWhile.d.ts +tap.d.ts +template.d.ts +throttle.d.ts +thru.d.ts +times.d.ts +toArray.d.ts +toFinite.d.ts +toInteger.d.ts +toLength.d.ts +toLower.d.ts +toNumber.d.ts +toPairs.d.ts +toPairsIn.d.ts +toPath.d.ts +toPlainObject.d.ts +toSafeInteger.d.ts +toString.d.ts +toUpper.d.ts +transform.d.ts +trim.d.ts +trimEnd.d.ts +trimStart.d.ts +truncate.d.ts +unary.d.ts +unescape.d.ts +union.d.ts +unionBy.d.ts +unionWith.d.ts +uniq.d.ts +uniqBy.d.ts +uniqWith.d.ts +uniqueId.d.ts +unset.d.ts +unzip.d.ts +unzipWith.d.ts +update.d.ts +updateWith.d.ts +upperCase.d.ts +upperFirst.d.ts +values.d.ts +valuesIn.d.ts +without.d.ts +words.d.ts +wrap.d.ts +xor.d.ts +xorBy.d.ts +xorWith.d.ts +zip.d.ts +zipObject.d.ts +zipObjectDeep.d.ts +zipWith.d.ts \ No newline at end of file diff --git a/types/lodash/ts3.1/tsconfig.json b/types/lodash/ts3.1/tsconfig.json index 3b68d27028..285a66d385 100644 --- a/types/lodash/ts3.1/tsconfig.json +++ b/types/lodash/ts3.1/tsconfig.json @@ -19,706 +19,6 @@ }, "files": [ "index.d.ts", - "lodash-tests.ts", - "add.d.ts", - "after.d.ts", - "ary.d.ts", - "assign.d.ts", - "assignIn.d.ts", - "assignInWith.d.ts", - "assignWith.d.ts", - "at.d.ts", - "attempt.d.ts", - "before.d.ts", - "bind.d.ts", - "bindAll.d.ts", - "bindKey.d.ts", - "camelCase.d.ts", - "capitalize.d.ts", - "castArray.d.ts", - "ceil.d.ts", - "chain.d.ts", - "chunk.d.ts", - "clamp.d.ts", - "clone.d.ts", - "cloneDeep.d.ts", - "cloneDeepWith.d.ts", - "cloneWith.d.ts", - "compact.d.ts", - "concat.d.ts", - "cond.d.ts", - "conformsTo.d.ts", - "constant.d.ts", - "countBy.d.ts", - "create.d.ts", - "curry.d.ts", - "curryRight.d.ts", - "debounce.d.ts", - "deburr.d.ts", - "defaults.d.ts", - "defaultsDeep.d.ts", - "defaultTo.d.ts", - "defer.d.ts", - "delay.d.ts", - "difference.d.ts", - "differenceBy.d.ts", - "differenceWith.d.ts", - "divide.d.ts", - "drop.d.ts", - "dropRight.d.ts", - "dropRightWhile.d.ts", - "dropWhile.d.ts", - "each.d.ts", - "eachRight.d.ts", - "endsWith.d.ts", - "entries.d.ts", - "entriesIn.d.ts", - "eq.d.ts", - "escape.d.ts", - "escapeRegExp.d.ts", - "every.d.ts", - "extend.d.ts", - "extendWith.d.ts", - "fill.d.ts", - "filter.d.ts", - "find.d.ts", - "findIndex.d.ts", - "findKey.d.ts", - "findLast.d.ts", - "findLastIndex.d.ts", - "findLastKey.d.ts", - "first.d.ts", - "flatMap.d.ts", - "flatMapDeep.d.ts", - "flatMapDepth.d.ts", - "flatten.d.ts", - "flattenDeep.d.ts", - "flattenDepth.d.ts", - "flip.d.ts", - "floor.d.ts", - "flow.d.ts", - "flowRight.d.ts", - "forEach.d.ts", - "forEachRight.d.ts", - "forIn.d.ts", - "forInRight.d.ts", - "forOwn.d.ts", - "forOwnRight.d.ts", - "fp.d.ts", - "fromPairs.d.ts", - "functions.d.ts", - "functionsIn.d.ts", - "get.d.ts", - "groupBy.d.ts", - "gt.d.ts", - "gte.d.ts", - "has.d.ts", - "hasIn.d.ts", - "head.d.ts", - "identity.d.ts", - "includes.d.ts", - "indexOf.d.ts", - "initial.d.ts", - "inRange.d.ts", - "intersection.d.ts", - "intersectionBy.d.ts", - "intersectionWith.d.ts", - "invert.d.ts", - "invertBy.d.ts", - "invoke.d.ts", - "invokeMap.d.ts", - "isArguments.d.ts", - "isArray.d.ts", - "isArrayBuffer.d.ts", - "isArrayLike.d.ts", - "isArrayLikeObject.d.ts", - "isBoolean.d.ts", - "isBuffer.d.ts", - "isDate.d.ts", - "isElement.d.ts", - "isEmpty.d.ts", - "isEqual.d.ts", - "isEqualWith.d.ts", - "isError.d.ts", - "isFinite.d.ts", - "isFunction.d.ts", - "isInteger.d.ts", - "isLength.d.ts", - "isMap.d.ts", - "isMatch.d.ts", - "isMatchWith.d.ts", - "isNaN.d.ts", - "isNative.d.ts", - "isNil.d.ts", - "isNull.d.ts", - "isNumber.d.ts", - "isObject.d.ts", - "isObjectLike.d.ts", - "isPlainObject.d.ts", - "isRegExp.d.ts", - "isSafeInteger.d.ts", - "isSet.d.ts", - "isString.d.ts", - "isSymbol.d.ts", - "isTypedArray.d.ts", - "isUndefined.d.ts", - "isWeakMap.d.ts", - "isWeakSet.d.ts", - "iteratee.d.ts", - "join.d.ts", - "kebabCase.d.ts", - "keyBy.d.ts", - "keys.d.ts", - "keysIn.d.ts", - "last.d.ts", - "lastIndexOf.d.ts", - "lowerCase.d.ts", - "lowerFirst.d.ts", - "lt.d.ts", - "lte.d.ts", - "map.d.ts", - "mapKeys.d.ts", - "mapValues.d.ts", - "matches.d.ts", - "matchesProperty.d.ts", - "max.d.ts", - "maxBy.d.ts", - "mean.d.ts", - "meanBy.d.ts", - "memoize.d.ts", - "merge.d.ts", - "mergeWith.d.ts", - "method.d.ts", - "methodOf.d.ts", - "min.d.ts", - "minBy.d.ts", - "mixin.d.ts", - "multiply.d.ts", - "negate.d.ts", - "noConflict.d.ts", - "noop.d.ts", - "now.d.ts", - "nth.d.ts", - "nthArg.d.ts", - "omit.d.ts", - "omitBy.d.ts", - "once.d.ts", - "orderBy.d.ts", - "over.d.ts", - "overArgs.d.ts", - "overEvery.d.ts", - "overSome.d.ts", - "pad.d.ts", - "padEnd.d.ts", - "padStart.d.ts", - "parseInt.d.ts", - "partial.d.ts", - "partialRight.d.ts", - "partition.d.ts", - "pick.d.ts", - "pickBy.d.ts", - "property.d.ts", - "propertyOf.d.ts", - "pull.d.ts", - "pullAll.d.ts", - "pullAllBy.d.ts", - "pullAllWith.d.ts", - "pullAt.d.ts", - "random.d.ts", - "range.d.ts", - "rangeRight.d.ts", - "rearg.d.ts", - "reduce.d.ts", - "reduceRight.d.ts", - "reject.d.ts", - "remove.d.ts", - "repeat.d.ts", - "replace.d.ts", - "rest.d.ts", - "result.d.ts", - "reverse.d.ts", - "round.d.ts", - "runInContext.d.ts", - "sample.d.ts", - "sampleSize.d.ts", - "set.d.ts", - "setWith.d.ts", - "shuffle.d.ts", - "size.d.ts", - "slice.d.ts", - "snakeCase.d.ts", - "some.d.ts", - "sortBy.d.ts", - "sortedIndex.d.ts", - "sortedIndexBy.d.ts", - "sortedIndexOf.d.ts", - "sortedLastIndex.d.ts", - "sortedLastIndexBy.d.ts", - "sortedLastIndexOf.d.ts", - "sortedUniq.d.ts", - "sortedUniqBy.d.ts", - "split.d.ts", - "spread.d.ts", - "startCase.d.ts", - "startsWith.d.ts", - "stubFalse.d.ts", - "stubTrue.d.ts", - "subtract.d.ts", - "sum.d.ts", - "sumBy.d.ts", - "tail.d.ts", - "take.d.ts", - "takeRight.d.ts", - "takeRightWhile.d.ts", - "takeWhile.d.ts", - "tap.d.ts", - "template.d.ts", - "throttle.d.ts", - "thru.d.ts", - "times.d.ts", - "toArray.d.ts", - "toFinite.d.ts", - "toInteger.d.ts", - "toLength.d.ts", - "toLower.d.ts", - "toNumber.d.ts", - "toPairs.d.ts", - "toPairsIn.d.ts", - "toPath.d.ts", - "toPlainObject.d.ts", - "toSafeInteger.d.ts", - "toString.d.ts", - "toUpper.d.ts", - "transform.d.ts", - "trim.d.ts", - "trimEnd.d.ts", - "trimStart.d.ts", - "truncate.d.ts", - "unary.d.ts", - "unescape.d.ts", - "union.d.ts", - "unionBy.d.ts", - "unionWith.d.ts", - "uniq.d.ts", - "uniqBy.d.ts", - "uniqueId.d.ts", - "uniqWith.d.ts", - "unset.d.ts", - "unzip.d.ts", - "unzipWith.d.ts", - "update.d.ts", - "updateWith.d.ts", - "upperCase.d.ts", - "upperFirst.d.ts", - "values.d.ts", - "valuesIn.d.ts", - "without.d.ts", - "words.d.ts", - "wrap.d.ts", - "xor.d.ts", - "xorBy.d.ts", - "xorWith.d.ts", - "zip.d.ts", - "zipObject.d.ts", - "zipObjectDeep.d.ts", - "zipWith.d.ts", - "common/array.d.ts", - "common/collection.d.ts", - "common/common.d.ts", - "common/date.d.ts", - "common/function.d.ts", - "common/lang.d.ts", - "common/math.d.ts", - "common/number.d.ts", - "common/object.d.ts", - "common/seq.d.ts", - "common/string.d.ts", - "common/util.d.ts", - "fp/convert.d.ts", - "fp/add.d.ts", - "fp/after.d.ts", - "fp/all.d.ts", - "fp/allPass.d.ts", - "fp/always.d.ts", - "fp/any.d.ts", - "fp/anyPass.d.ts", - "fp/apply.d.ts", - "fp/ary.d.ts", - "fp/assign.d.ts", - "fp/assignAll.d.ts", - "fp/assignAllWith.d.ts", - "fp/assignIn.d.ts", - "fp/assignInAll.d.ts", - "fp/assignInAllWith.d.ts", - "fp/assignInWith.d.ts", - "fp/assignWith.d.ts", - "fp/assoc.d.ts", - "fp/assocPath.d.ts", - "fp/at.d.ts", - "fp/attempt.d.ts", - "fp/before.d.ts", - "fp/bind.d.ts", - "fp/bindAll.d.ts", - "fp/bindKey.d.ts", - "fp/camelCase.d.ts", - "fp/capitalize.d.ts", - "fp/castArray.d.ts", - "fp/ceil.d.ts", - "fp/chunk.d.ts", - "fp/clamp.d.ts", - "fp/clone.d.ts", - "fp/cloneDeep.d.ts", - "fp/cloneDeepWith.d.ts", - "fp/cloneWith.d.ts", - "fp/compact.d.ts", - "fp/complement.d.ts", - "fp/compose.d.ts", - "fp/concat.d.ts", - "fp/cond.d.ts", - "fp/conforms.d.ts", - "fp/conformsTo.d.ts", - "fp/constant.d.ts", - "fp/contains.d.ts", - "fp/countBy.d.ts", - "fp/create.d.ts", - "fp/curry.d.ts", - "fp/curryN.d.ts", - "fp/curryRight.d.ts", - "fp/curryRightN.d.ts", - "fp/debounce.d.ts", - "fp/deburr.d.ts", - "fp/defaults.d.ts", - "fp/defaultsAll.d.ts", - "fp/defaultsDeep.d.ts", - "fp/defaultsDeepAll.d.ts", - "fp/defaultTo.d.ts", - "fp/defer.d.ts", - "fp/delay.d.ts", - "fp/difference.d.ts", - "fp/differenceBy.d.ts", - "fp/differenceWith.d.ts", - "fp/dissoc.d.ts", - "fp/dissocPath.d.ts", - "fp/divide.d.ts", - "fp/drop.d.ts", - "fp/dropLast.d.ts", - "fp/dropLastWhile.d.ts", - "fp/dropRight.d.ts", - "fp/dropRightWhile.d.ts", - "fp/dropWhile.d.ts", - "fp/each.d.ts", - "fp/eachRight.d.ts", - "fp/endsWith.d.ts", - "fp/entries.d.ts", - "fp/entriesIn.d.ts", - "fp/eq.d.ts", - "fp/equals.d.ts", - "fp/escape.d.ts", - "fp/escapeRegExp.d.ts", - "fp/every.d.ts", - "fp/extend.d.ts", - "fp/extendAll.d.ts", - "fp/extendAllWith.d.ts", - "fp/extendWith.d.ts", - "fp/F.d.ts", - "fp/fill.d.ts", - "fp/filter.d.ts", - "fp/find.d.ts", - "fp/findFrom.d.ts", - "fp/findIndex.d.ts", - "fp/findIndexFrom.d.ts", - "fp/findKey.d.ts", - "fp/findLast.d.ts", - "fp/findLastFrom.d.ts", - "fp/findLastIndex.d.ts", - "fp/findLastIndexFrom.d.ts", - "fp/findLastKey.d.ts", - "fp/first.d.ts", - "fp/flatMap.d.ts", - "fp/flatMapDeep.d.ts", - "fp/flatMapDepth.d.ts", - "fp/flatten.d.ts", - "fp/flattenDeep.d.ts", - "fp/flattenDepth.d.ts", - "fp/flip.d.ts", - "fp/floor.d.ts", - "fp/flow.d.ts", - "fp/flowRight.d.ts", - "fp/forEach.d.ts", - "fp/forEachRight.d.ts", - "fp/forIn.d.ts", - "fp/forInRight.d.ts", - "fp/forOwn.d.ts", - "fp/forOwnRight.d.ts", - "fp/fromPairs.d.ts", - "fp/functions.d.ts", - "fp/functionsIn.d.ts", - "fp/get.d.ts", - "fp/getOr.d.ts", - "fp/groupBy.d.ts", - "fp/gt.d.ts", - "fp/gte.d.ts", - "fp/has.d.ts", - "fp/hasIn.d.ts", - "fp/head.d.ts", - "fp/identical.d.ts", - "fp/identity.d.ts", - "fp/includes.d.ts", - "fp/includesFrom.d.ts", - "fp/indexBy.d.ts", - "fp/indexOf.d.ts", - "fp/indexOfFrom.d.ts", - "fp/init.d.ts", - "fp/initial.d.ts", - "fp/inRange.d.ts", - "fp/intersection.d.ts", - "fp/intersectionBy.d.ts", - "fp/intersectionWith.d.ts", - "fp/invert.d.ts", - "fp/invertBy.d.ts", - "fp/invertObj.d.ts", - "fp/invoke.d.ts", - "fp/invokeArgs.d.ts", - "fp/invokeArgsMap.d.ts", - "fp/invokeMap.d.ts", - "fp/isArguments.d.ts", - "fp/isArray.d.ts", - "fp/isArrayBuffer.d.ts", - "fp/isArrayLike.d.ts", - "fp/isArrayLikeObject.d.ts", - "fp/isBoolean.d.ts", - "fp/isBuffer.d.ts", - "fp/isDate.d.ts", - "fp/isElement.d.ts", - "fp/isEmpty.d.ts", - "fp/isEqual.d.ts", - "fp/isEqualWith.d.ts", - "fp/isError.d.ts", - "fp/isFinite.d.ts", - "fp/isFunction.d.ts", - "fp/isInteger.d.ts", - "fp/isLength.d.ts", - "fp/isMap.d.ts", - "fp/isMatch.d.ts", - "fp/isMatchWith.d.ts", - "fp/isNaN.d.ts", - "fp/isNative.d.ts", - "fp/isNil.d.ts", - "fp/isNull.d.ts", - "fp/isNumber.d.ts", - "fp/isObject.d.ts", - "fp/isObjectLike.d.ts", - "fp/isPlainObject.d.ts", - "fp/isRegExp.d.ts", - "fp/isSafeInteger.d.ts", - "fp/isSet.d.ts", - "fp/isString.d.ts", - "fp/isSymbol.d.ts", - "fp/isTypedArray.d.ts", - "fp/isUndefined.d.ts", - "fp/isWeakMap.d.ts", - "fp/isWeakSet.d.ts", - "fp/iteratee.d.ts", - "fp/join.d.ts", - "fp/juxt.d.ts", - "fp/kebabCase.d.ts", - "fp/keyBy.d.ts", - "fp/keys.d.ts", - "fp/keysIn.d.ts", - "fp/last.d.ts", - "fp/lastIndexOf.d.ts", - "fp/lastIndexOfFrom.d.ts", - "fp/lowerCase.d.ts", - "fp/lowerFirst.d.ts", - "fp/lt.d.ts", - "fp/lte.d.ts", - "fp/map.d.ts", - "fp/mapKeys.d.ts", - "fp/mapValues.d.ts", - "fp/matches.d.ts", - "fp/matchesProperty.d.ts", - "fp/max.d.ts", - "fp/maxBy.d.ts", - "fp/mean.d.ts", - "fp/meanBy.d.ts", - "fp/memoize.d.ts", - "fp/merge.d.ts", - "fp/mergeAll.d.ts", - "fp/mergeAllWith.d.ts", - "fp/mergeWith.d.ts", - "fp/method.d.ts", - "fp/methodOf.d.ts", - "fp/min.d.ts", - "fp/minBy.d.ts", - "fp/multiply.d.ts", - "fp/nAry.d.ts", - "fp/negate.d.ts", - "fp/noConflict.d.ts", - "fp/noop.d.ts", - "fp/now.d.ts", - "fp/nth.d.ts", - "fp/nthArg.d.ts", - "fp/omit.d.ts", - "fp/omitAll.d.ts", - "fp/omitBy.d.ts", - "fp/once.d.ts", - "fp/orderBy.d.ts", - "fp/over.d.ts", - "fp/overArgs.d.ts", - "fp/overEvery.d.ts", - "fp/overSome.d.ts", - "fp/pad.d.ts", - "fp/padChars.d.ts", - "fp/padCharsEnd.d.ts", - "fp/padCharsStart.d.ts", - "fp/padEnd.d.ts", - "fp/padStart.d.ts", - "fp/parseInt.d.ts", - "fp/partial.d.ts", - "fp/partialRight.d.ts", - "fp/partition.d.ts", - "fp/path.d.ts", - "fp/pathEq.d.ts", - "fp/pathOr.d.ts", - "fp/paths.d.ts", - "fp/pick.d.ts", - "fp/pickAll.d.ts", - "fp/pickBy.d.ts", - "fp/pipe.d.ts", - "fp/pluck.d.ts", - "fp/prop.d.ts", - "fp/propEq.d.ts", - "fp/property.d.ts", - "fp/propertyOf.d.ts", - "fp/propOr.d.ts", - "fp/props.d.ts", - "fp/pull.d.ts", - "fp/pullAll.d.ts", - "fp/pullAllBy.d.ts", - "fp/pullAllWith.d.ts", - "fp/pullAt.d.ts", - "fp/random.d.ts", - "fp/range.d.ts", - "fp/rangeRight.d.ts", - "fp/rangeStep.d.ts", - "fp/rangeStepRight.d.ts", - "fp/rearg.d.ts", - "fp/reduce.d.ts", - "fp/reduceRight.d.ts", - "fp/reject.d.ts", - "fp/remove.d.ts", - "fp/repeat.d.ts", - "fp/replace.d.ts", - "fp/rest.d.ts", - "fp/restFrom.d.ts", - "fp/result.d.ts", - "fp/reverse.d.ts", - "fp/round.d.ts", - "fp/runInContext.d.ts", - "fp/sample.d.ts", - "fp/sampleSize.d.ts", - "fp/set.d.ts", - "fp/setWith.d.ts", - "fp/shuffle.d.ts", - "fp/size.d.ts", - "fp/slice.d.ts", - "fp/snakeCase.d.ts", - "fp/some.d.ts", - "fp/sortBy.d.ts", - "fp/sortedIndex.d.ts", - "fp/sortedIndexBy.d.ts", - "fp/sortedIndexOf.d.ts", - "fp/sortedLastIndex.d.ts", - "fp/sortedLastIndexBy.d.ts", - "fp/sortedLastIndexOf.d.ts", - "fp/sortedUniq.d.ts", - "fp/sortedUniqBy.d.ts", - "fp/split.d.ts", - "fp/spread.d.ts", - "fp/spreadFrom.d.ts", - "fp/startCase.d.ts", - "fp/startsWith.d.ts", - "fp/stubArray.d.ts", - "fp/stubFalse.d.ts", - "fp/stubObject.d.ts", - "fp/stubString.d.ts", - "fp/stubTrue.d.ts", - "fp/subtract.d.ts", - "fp/sum.d.ts", - "fp/sumBy.d.ts", - "fp/symmetricDifference.d.ts", - "fp/symmetricDifferenceBy.d.ts", - "fp/symmetricDifferenceWith.d.ts", - "fp/T.d.ts", - "fp/tail.d.ts", - "fp/take.d.ts", - "fp/takeLast.d.ts", - "fp/takeLastWhile.d.ts", - "fp/takeRight.d.ts", - "fp/takeRightWhile.d.ts", - "fp/takeWhile.d.ts", - "fp/tap.d.ts", - "fp/template.d.ts", - "fp/throttle.d.ts", - "fp/thru.d.ts", - "fp/times.d.ts", - "fp/toArray.d.ts", - "fp/toFinite.d.ts", - "fp/toInteger.d.ts", - "fp/toLength.d.ts", - "fp/toLower.d.ts", - "fp/toNumber.d.ts", - "fp/toPairs.d.ts", - "fp/toPairsIn.d.ts", - "fp/toPath.d.ts", - "fp/toPlainObject.d.ts", - "fp/toSafeInteger.d.ts", - "fp/toString.d.ts", - "fp/toUpper.d.ts", - "fp/transform.d.ts", - "fp/trim.d.ts", - "fp/trimChars.d.ts", - "fp/trimCharsEnd.d.ts", - "fp/trimCharsStart.d.ts", - "fp/trimEnd.d.ts", - "fp/trimStart.d.ts", - "fp/truncate.d.ts", - "fp/unapply.d.ts", - "fp/unary.d.ts", - "fp/unescape.d.ts", - "fp/union.d.ts", - "fp/unionBy.d.ts", - "fp/unionWith.d.ts", - "fp/uniq.d.ts", - "fp/uniqBy.d.ts", - "fp/uniqueId.d.ts", - "fp/uniqWith.d.ts", - "fp/unnest.d.ts", - "fp/unset.d.ts", - "fp/unzip.d.ts", - "fp/unzipWith.d.ts", - "fp/update.d.ts", - "fp/updateWith.d.ts", - "fp/upperCase.d.ts", - "fp/upperFirst.d.ts", - "fp/useWith.d.ts", - "fp/values.d.ts", - "fp/valuesIn.d.ts", - "fp/where.d.ts", - "fp/whereEq.d.ts", - "fp/without.d.ts", - "fp/words.d.ts", - "fp/wrap.d.ts", - "fp/xor.d.ts", - "fp/xorBy.d.ts", - "fp/xorWith.d.ts", - "fp/zip.d.ts", - "fp/zipAll.d.ts", - "fp/zipObj.d.ts", - "fp/zipObject.d.ts", - "fp/zipObjectDeep.d.ts", - "fp/zipWith.d.ts", - "fp/__.d.ts", - "fp/placeholder.d.ts" + "lodash-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/lodash/tsconfig.json b/types/lodash/tsconfig.json index f3a2ad8c98..c7bc56b891 100644 --- a/types/lodash/tsconfig.json +++ b/types/lodash/tsconfig.json @@ -19,706 +19,6 @@ }, "files": [ "index.d.ts", - "lodash-tests.ts", - "add.d.ts", - "after.d.ts", - "ary.d.ts", - "assign.d.ts", - "assignIn.d.ts", - "assignInWith.d.ts", - "assignWith.d.ts", - "at.d.ts", - "attempt.d.ts", - "before.d.ts", - "bind.d.ts", - "bindAll.d.ts", - "bindKey.d.ts", - "camelCase.d.ts", - "capitalize.d.ts", - "castArray.d.ts", - "ceil.d.ts", - "chain.d.ts", - "chunk.d.ts", - "clamp.d.ts", - "clone.d.ts", - "cloneDeep.d.ts", - "cloneDeepWith.d.ts", - "cloneWith.d.ts", - "compact.d.ts", - "concat.d.ts", - "cond.d.ts", - "conformsTo.d.ts", - "constant.d.ts", - "countBy.d.ts", - "create.d.ts", - "curry.d.ts", - "curryRight.d.ts", - "debounce.d.ts", - "deburr.d.ts", - "defaults.d.ts", - "defaultsDeep.d.ts", - "defaultTo.d.ts", - "defer.d.ts", - "delay.d.ts", - "difference.d.ts", - "differenceBy.d.ts", - "differenceWith.d.ts", - "divide.d.ts", - "drop.d.ts", - "dropRight.d.ts", - "dropRightWhile.d.ts", - "dropWhile.d.ts", - "each.d.ts", - "eachRight.d.ts", - "endsWith.d.ts", - "entries.d.ts", - "entriesIn.d.ts", - "eq.d.ts", - "escape.d.ts", - "escapeRegExp.d.ts", - "every.d.ts", - "extend.d.ts", - "extendWith.d.ts", - "fill.d.ts", - "filter.d.ts", - "find.d.ts", - "findIndex.d.ts", - "findKey.d.ts", - "findLast.d.ts", - "findLastIndex.d.ts", - "findLastKey.d.ts", - "first.d.ts", - "flatMap.d.ts", - "flatMapDeep.d.ts", - "flatMapDepth.d.ts", - "flatten.d.ts", - "flattenDeep.d.ts", - "flattenDepth.d.ts", - "flip.d.ts", - "floor.d.ts", - "flow.d.ts", - "flowRight.d.ts", - "forEach.d.ts", - "forEachRight.d.ts", - "forIn.d.ts", - "forInRight.d.ts", - "forOwn.d.ts", - "forOwnRight.d.ts", - "fp.d.ts", - "fromPairs.d.ts", - "functions.d.ts", - "functionsIn.d.ts", - "get.d.ts", - "groupBy.d.ts", - "gt.d.ts", - "gte.d.ts", - "has.d.ts", - "hasIn.d.ts", - "head.d.ts", - "identity.d.ts", - "includes.d.ts", - "indexOf.d.ts", - "initial.d.ts", - "inRange.d.ts", - "intersection.d.ts", - "intersectionBy.d.ts", - "intersectionWith.d.ts", - "invert.d.ts", - "invertBy.d.ts", - "invoke.d.ts", - "invokeMap.d.ts", - "isArguments.d.ts", - "isArray.d.ts", - "isArrayBuffer.d.ts", - "isArrayLike.d.ts", - "isArrayLikeObject.d.ts", - "isBoolean.d.ts", - "isBuffer.d.ts", - "isDate.d.ts", - "isElement.d.ts", - "isEmpty.d.ts", - "isEqual.d.ts", - "isEqualWith.d.ts", - "isError.d.ts", - "isFinite.d.ts", - "isFunction.d.ts", - "isInteger.d.ts", - "isLength.d.ts", - "isMap.d.ts", - "isMatch.d.ts", - "isMatchWith.d.ts", - "isNaN.d.ts", - "isNative.d.ts", - "isNil.d.ts", - "isNull.d.ts", - "isNumber.d.ts", - "isObject.d.ts", - "isObjectLike.d.ts", - "isPlainObject.d.ts", - "isRegExp.d.ts", - "isSafeInteger.d.ts", - "isSet.d.ts", - "isString.d.ts", - "isSymbol.d.ts", - "isTypedArray.d.ts", - "isUndefined.d.ts", - "isWeakMap.d.ts", - "isWeakSet.d.ts", - "iteratee.d.ts", - "join.d.ts", - "kebabCase.d.ts", - "keyBy.d.ts", - "keys.d.ts", - "keysIn.d.ts", - "last.d.ts", - "lastIndexOf.d.ts", - "lowerCase.d.ts", - "lowerFirst.d.ts", - "lt.d.ts", - "lte.d.ts", - "map.d.ts", - "mapKeys.d.ts", - "mapValues.d.ts", - "matches.d.ts", - "matchesProperty.d.ts", - "max.d.ts", - "maxBy.d.ts", - "mean.d.ts", - "meanBy.d.ts", - "memoize.d.ts", - "merge.d.ts", - "mergeWith.d.ts", - "method.d.ts", - "methodOf.d.ts", - "min.d.ts", - "minBy.d.ts", - "mixin.d.ts", - "multiply.d.ts", - "negate.d.ts", - "noConflict.d.ts", - "noop.d.ts", - "now.d.ts", - "nth.d.ts", - "nthArg.d.ts", - "omit.d.ts", - "omitBy.d.ts", - "once.d.ts", - "orderBy.d.ts", - "over.d.ts", - "overArgs.d.ts", - "overEvery.d.ts", - "overSome.d.ts", - "pad.d.ts", - "padEnd.d.ts", - "padStart.d.ts", - "parseInt.d.ts", - "partial.d.ts", - "partialRight.d.ts", - "partition.d.ts", - "pick.d.ts", - "pickBy.d.ts", - "property.d.ts", - "propertyOf.d.ts", - "pull.d.ts", - "pullAll.d.ts", - "pullAllBy.d.ts", - "pullAllWith.d.ts", - "pullAt.d.ts", - "random.d.ts", - "range.d.ts", - "rangeRight.d.ts", - "rearg.d.ts", - "reduce.d.ts", - "reduceRight.d.ts", - "reject.d.ts", - "remove.d.ts", - "repeat.d.ts", - "replace.d.ts", - "rest.d.ts", - "result.d.ts", - "reverse.d.ts", - "round.d.ts", - "runInContext.d.ts", - "sample.d.ts", - "sampleSize.d.ts", - "set.d.ts", - "setWith.d.ts", - "shuffle.d.ts", - "size.d.ts", - "slice.d.ts", - "snakeCase.d.ts", - "some.d.ts", - "sortBy.d.ts", - "sortedIndex.d.ts", - "sortedIndexBy.d.ts", - "sortedIndexOf.d.ts", - "sortedLastIndex.d.ts", - "sortedLastIndexBy.d.ts", - "sortedLastIndexOf.d.ts", - "sortedUniq.d.ts", - "sortedUniqBy.d.ts", - "split.d.ts", - "spread.d.ts", - "startCase.d.ts", - "startsWith.d.ts", - "stubFalse.d.ts", - "stubTrue.d.ts", - "subtract.d.ts", - "sum.d.ts", - "sumBy.d.ts", - "tail.d.ts", - "take.d.ts", - "takeRight.d.ts", - "takeRightWhile.d.ts", - "takeWhile.d.ts", - "tap.d.ts", - "template.d.ts", - "throttle.d.ts", - "thru.d.ts", - "times.d.ts", - "toArray.d.ts", - "toFinite.d.ts", - "toInteger.d.ts", - "toLength.d.ts", - "toLower.d.ts", - "toNumber.d.ts", - "toPairs.d.ts", - "toPairsIn.d.ts", - "toPath.d.ts", - "toPlainObject.d.ts", - "toSafeInteger.d.ts", - "toString.d.ts", - "toUpper.d.ts", - "transform.d.ts", - "trim.d.ts", - "trimEnd.d.ts", - "trimStart.d.ts", - "truncate.d.ts", - "unary.d.ts", - "unescape.d.ts", - "union.d.ts", - "unionBy.d.ts", - "unionWith.d.ts", - "uniq.d.ts", - "uniqBy.d.ts", - "uniqueId.d.ts", - "uniqWith.d.ts", - "unset.d.ts", - "unzip.d.ts", - "unzipWith.d.ts", - "update.d.ts", - "updateWith.d.ts", - "upperCase.d.ts", - "upperFirst.d.ts", - "values.d.ts", - "valuesIn.d.ts", - "without.d.ts", - "words.d.ts", - "wrap.d.ts", - "xor.d.ts", - "xorBy.d.ts", - "xorWith.d.ts", - "zip.d.ts", - "zipObject.d.ts", - "zipObjectDeep.d.ts", - "zipWith.d.ts", - "common/array.d.ts", - "common/collection.d.ts", - "common/common.d.ts", - "common/date.d.ts", - "common/function.d.ts", - "common/lang.d.ts", - "common/math.d.ts", - "common/number.d.ts", - "common/object.d.ts", - "common/seq.d.ts", - "common/string.d.ts", - "common/util.d.ts", - "fp/convert.d.ts", - "fp/add.d.ts", - "fp/after.d.ts", - "fp/all.d.ts", - "fp/allPass.d.ts", - "fp/always.d.ts", - "fp/any.d.ts", - "fp/anyPass.d.ts", - "fp/apply.d.ts", - "fp/ary.d.ts", - "fp/assign.d.ts", - "fp/assignAll.d.ts", - "fp/assignAllWith.d.ts", - "fp/assignIn.d.ts", - "fp/assignInAll.d.ts", - "fp/assignInAllWith.d.ts", - "fp/assignInWith.d.ts", - "fp/assignWith.d.ts", - "fp/assoc.d.ts", - "fp/assocPath.d.ts", - "fp/at.d.ts", - "fp/attempt.d.ts", - "fp/before.d.ts", - "fp/bind.d.ts", - "fp/bindAll.d.ts", - "fp/bindKey.d.ts", - "fp/camelCase.d.ts", - "fp/capitalize.d.ts", - "fp/castArray.d.ts", - "fp/ceil.d.ts", - "fp/chunk.d.ts", - "fp/clamp.d.ts", - "fp/clone.d.ts", - "fp/cloneDeep.d.ts", - "fp/cloneDeepWith.d.ts", - "fp/cloneWith.d.ts", - "fp/compact.d.ts", - "fp/complement.d.ts", - "fp/compose.d.ts", - "fp/concat.d.ts", - "fp/cond.d.ts", - "fp/conforms.d.ts", - "fp/conformsTo.d.ts", - "fp/constant.d.ts", - "fp/contains.d.ts", - "fp/countBy.d.ts", - "fp/create.d.ts", - "fp/curry.d.ts", - "fp/curryN.d.ts", - "fp/curryRight.d.ts", - "fp/curryRightN.d.ts", - "fp/debounce.d.ts", - "fp/deburr.d.ts", - "fp/defaults.d.ts", - "fp/defaultsAll.d.ts", - "fp/defaultsDeep.d.ts", - "fp/defaultsDeepAll.d.ts", - "fp/defaultTo.d.ts", - "fp/defer.d.ts", - "fp/delay.d.ts", - "fp/difference.d.ts", - "fp/differenceBy.d.ts", - "fp/differenceWith.d.ts", - "fp/dissoc.d.ts", - "fp/dissocPath.d.ts", - "fp/divide.d.ts", - "fp/drop.d.ts", - "fp/dropLast.d.ts", - "fp/dropLastWhile.d.ts", - "fp/dropRight.d.ts", - "fp/dropRightWhile.d.ts", - "fp/dropWhile.d.ts", - "fp/each.d.ts", - "fp/eachRight.d.ts", - "fp/endsWith.d.ts", - "fp/entries.d.ts", - "fp/entriesIn.d.ts", - "fp/eq.d.ts", - "fp/equals.d.ts", - "fp/escape.d.ts", - "fp/escapeRegExp.d.ts", - "fp/every.d.ts", - "fp/extend.d.ts", - "fp/extendAll.d.ts", - "fp/extendAllWith.d.ts", - "fp/extendWith.d.ts", - "fp/F.d.ts", - "fp/fill.d.ts", - "fp/filter.d.ts", - "fp/find.d.ts", - "fp/findFrom.d.ts", - "fp/findIndex.d.ts", - "fp/findIndexFrom.d.ts", - "fp/findKey.d.ts", - "fp/findLast.d.ts", - "fp/findLastFrom.d.ts", - "fp/findLastIndex.d.ts", - "fp/findLastIndexFrom.d.ts", - "fp/findLastKey.d.ts", - "fp/first.d.ts", - "fp/flatMap.d.ts", - "fp/flatMapDeep.d.ts", - "fp/flatMapDepth.d.ts", - "fp/flatten.d.ts", - "fp/flattenDeep.d.ts", - "fp/flattenDepth.d.ts", - "fp/flip.d.ts", - "fp/floor.d.ts", - "fp/flow.d.ts", - "fp/flowRight.d.ts", - "fp/forEach.d.ts", - "fp/forEachRight.d.ts", - "fp/forIn.d.ts", - "fp/forInRight.d.ts", - "fp/forOwn.d.ts", - "fp/forOwnRight.d.ts", - "fp/fromPairs.d.ts", - "fp/functions.d.ts", - "fp/functionsIn.d.ts", - "fp/get.d.ts", - "fp/getOr.d.ts", - "fp/groupBy.d.ts", - "fp/gt.d.ts", - "fp/gte.d.ts", - "fp/has.d.ts", - "fp/hasIn.d.ts", - "fp/head.d.ts", - "fp/identical.d.ts", - "fp/identity.d.ts", - "fp/includes.d.ts", - "fp/includesFrom.d.ts", - "fp/indexBy.d.ts", - "fp/indexOf.d.ts", - "fp/indexOfFrom.d.ts", - "fp/init.d.ts", - "fp/initial.d.ts", - "fp/inRange.d.ts", - "fp/intersection.d.ts", - "fp/intersectionBy.d.ts", - "fp/intersectionWith.d.ts", - "fp/invert.d.ts", - "fp/invertBy.d.ts", - "fp/invertObj.d.ts", - "fp/invoke.d.ts", - "fp/invokeArgs.d.ts", - "fp/invokeArgsMap.d.ts", - "fp/invokeMap.d.ts", - "fp/isArguments.d.ts", - "fp/isArray.d.ts", - "fp/isArrayBuffer.d.ts", - "fp/isArrayLike.d.ts", - "fp/isArrayLikeObject.d.ts", - "fp/isBoolean.d.ts", - "fp/isBuffer.d.ts", - "fp/isDate.d.ts", - "fp/isElement.d.ts", - "fp/isEmpty.d.ts", - "fp/isEqual.d.ts", - "fp/isEqualWith.d.ts", - "fp/isError.d.ts", - "fp/isFinite.d.ts", - "fp/isFunction.d.ts", - "fp/isInteger.d.ts", - "fp/isLength.d.ts", - "fp/isMap.d.ts", - "fp/isMatch.d.ts", - "fp/isMatchWith.d.ts", - "fp/isNaN.d.ts", - "fp/isNative.d.ts", - "fp/isNil.d.ts", - "fp/isNull.d.ts", - "fp/isNumber.d.ts", - "fp/isObject.d.ts", - "fp/isObjectLike.d.ts", - "fp/isPlainObject.d.ts", - "fp/isRegExp.d.ts", - "fp/isSafeInteger.d.ts", - "fp/isSet.d.ts", - "fp/isString.d.ts", - "fp/isSymbol.d.ts", - "fp/isTypedArray.d.ts", - "fp/isUndefined.d.ts", - "fp/isWeakMap.d.ts", - "fp/isWeakSet.d.ts", - "fp/iteratee.d.ts", - "fp/join.d.ts", - "fp/juxt.d.ts", - "fp/kebabCase.d.ts", - "fp/keyBy.d.ts", - "fp/keys.d.ts", - "fp/keysIn.d.ts", - "fp/last.d.ts", - "fp/lastIndexOf.d.ts", - "fp/lastIndexOfFrom.d.ts", - "fp/lowerCase.d.ts", - "fp/lowerFirst.d.ts", - "fp/lt.d.ts", - "fp/lte.d.ts", - "fp/map.d.ts", - "fp/mapKeys.d.ts", - "fp/mapValues.d.ts", - "fp/matches.d.ts", - "fp/matchesProperty.d.ts", - "fp/max.d.ts", - "fp/maxBy.d.ts", - "fp/mean.d.ts", - "fp/meanBy.d.ts", - "fp/memoize.d.ts", - "fp/merge.d.ts", - "fp/mergeAll.d.ts", - "fp/mergeAllWith.d.ts", - "fp/mergeWith.d.ts", - "fp/method.d.ts", - "fp/methodOf.d.ts", - "fp/min.d.ts", - "fp/minBy.d.ts", - "fp/multiply.d.ts", - "fp/nAry.d.ts", - "fp/negate.d.ts", - "fp/noConflict.d.ts", - "fp/noop.d.ts", - "fp/now.d.ts", - "fp/nth.d.ts", - "fp/nthArg.d.ts", - "fp/omit.d.ts", - "fp/omitAll.d.ts", - "fp/omitBy.d.ts", - "fp/once.d.ts", - "fp/orderBy.d.ts", - "fp/over.d.ts", - "fp/overArgs.d.ts", - "fp/overEvery.d.ts", - "fp/overSome.d.ts", - "fp/pad.d.ts", - "fp/padChars.d.ts", - "fp/padCharsEnd.d.ts", - "fp/padCharsStart.d.ts", - "fp/padEnd.d.ts", - "fp/padStart.d.ts", - "fp/parseInt.d.ts", - "fp/partial.d.ts", - "fp/partialRight.d.ts", - "fp/partition.d.ts", - "fp/path.d.ts", - "fp/pathEq.d.ts", - "fp/pathOr.d.ts", - "fp/paths.d.ts", - "fp/pick.d.ts", - "fp/pickAll.d.ts", - "fp/pickBy.d.ts", - "fp/pipe.d.ts", - "fp/pluck.d.ts", - "fp/prop.d.ts", - "fp/propEq.d.ts", - "fp/property.d.ts", - "fp/propertyOf.d.ts", - "fp/propOr.d.ts", - "fp/props.d.ts", - "fp/pull.d.ts", - "fp/pullAll.d.ts", - "fp/pullAllBy.d.ts", - "fp/pullAllWith.d.ts", - "fp/pullAt.d.ts", - "fp/random.d.ts", - "fp/range.d.ts", - "fp/rangeRight.d.ts", - "fp/rangeStep.d.ts", - "fp/rangeStepRight.d.ts", - "fp/rearg.d.ts", - "fp/reduce.d.ts", - "fp/reduceRight.d.ts", - "fp/reject.d.ts", - "fp/remove.d.ts", - "fp/repeat.d.ts", - "fp/replace.d.ts", - "fp/rest.d.ts", - "fp/restFrom.d.ts", - "fp/result.d.ts", - "fp/reverse.d.ts", - "fp/round.d.ts", - "fp/runInContext.d.ts", - "fp/sample.d.ts", - "fp/sampleSize.d.ts", - "fp/set.d.ts", - "fp/setWith.d.ts", - "fp/shuffle.d.ts", - "fp/size.d.ts", - "fp/slice.d.ts", - "fp/snakeCase.d.ts", - "fp/some.d.ts", - "fp/sortBy.d.ts", - "fp/sortedIndex.d.ts", - "fp/sortedIndexBy.d.ts", - "fp/sortedIndexOf.d.ts", - "fp/sortedLastIndex.d.ts", - "fp/sortedLastIndexBy.d.ts", - "fp/sortedLastIndexOf.d.ts", - "fp/sortedUniq.d.ts", - "fp/sortedUniqBy.d.ts", - "fp/split.d.ts", - "fp/spread.d.ts", - "fp/spreadFrom.d.ts", - "fp/startCase.d.ts", - "fp/startsWith.d.ts", - "fp/stubArray.d.ts", - "fp/stubFalse.d.ts", - "fp/stubObject.d.ts", - "fp/stubString.d.ts", - "fp/stubTrue.d.ts", - "fp/subtract.d.ts", - "fp/sum.d.ts", - "fp/sumBy.d.ts", - "fp/symmetricDifference.d.ts", - "fp/symmetricDifferenceBy.d.ts", - "fp/symmetricDifferenceWith.d.ts", - "fp/T.d.ts", - "fp/tail.d.ts", - "fp/take.d.ts", - "fp/takeLast.d.ts", - "fp/takeLastWhile.d.ts", - "fp/takeRight.d.ts", - "fp/takeRightWhile.d.ts", - "fp/takeWhile.d.ts", - "fp/tap.d.ts", - "fp/template.d.ts", - "fp/throttle.d.ts", - "fp/thru.d.ts", - "fp/times.d.ts", - "fp/toArray.d.ts", - "fp/toFinite.d.ts", - "fp/toInteger.d.ts", - "fp/toLength.d.ts", - "fp/toLower.d.ts", - "fp/toNumber.d.ts", - "fp/toPairs.d.ts", - "fp/toPairsIn.d.ts", - "fp/toPath.d.ts", - "fp/toPlainObject.d.ts", - "fp/toSafeInteger.d.ts", - "fp/toString.d.ts", - "fp/toUpper.d.ts", - "fp/transform.d.ts", - "fp/trim.d.ts", - "fp/trimChars.d.ts", - "fp/trimCharsEnd.d.ts", - "fp/trimCharsStart.d.ts", - "fp/trimEnd.d.ts", - "fp/trimStart.d.ts", - "fp/truncate.d.ts", - "fp/unapply.d.ts", - "fp/unary.d.ts", - "fp/unescape.d.ts", - "fp/union.d.ts", - "fp/unionBy.d.ts", - "fp/unionWith.d.ts", - "fp/uniq.d.ts", - "fp/uniqBy.d.ts", - "fp/uniqueId.d.ts", - "fp/uniqWith.d.ts", - "fp/unnest.d.ts", - "fp/unset.d.ts", - "fp/unzip.d.ts", - "fp/unzipWith.d.ts", - "fp/update.d.ts", - "fp/updateWith.d.ts", - "fp/upperCase.d.ts", - "fp/upperFirst.d.ts", - "fp/useWith.d.ts", - "fp/values.d.ts", - "fp/valuesIn.d.ts", - "fp/where.d.ts", - "fp/whereEq.d.ts", - "fp/without.d.ts", - "fp/words.d.ts", - "fp/wrap.d.ts", - "fp/xor.d.ts", - "fp/xorBy.d.ts", - "fp/xorWith.d.ts", - "fp/zip.d.ts", - "fp/zipAll.d.ts", - "fp/zipObj.d.ts", - "fp/zipObject.d.ts", - "fp/zipObjectDeep.d.ts", - "fp/zipWith.d.ts", - "fp/__.d.ts", - "fp/placeholder.d.ts" + "lodash-tests.ts" ] } \ No newline at end of file diff --git a/types/lowdb/OTHER_FILES.txt b/types/lowdb/OTHER_FILES.txt new file mode 100644 index 0000000000..3295aa2031 --- /dev/null +++ b/types/lowdb/OTHER_FILES.txt @@ -0,0 +1,2 @@ +adapters/Memory.d.ts +lib/main.d.ts \ No newline at end of file diff --git a/types/lowdb/tsconfig.json b/types/lowdb/tsconfig.json index ba8db2cede..3ca3c13b78 100644 --- a/types/lowdb/tsconfig.json +++ b/types/lowdb/tsconfig.json @@ -19,13 +19,6 @@ }, "files": [ "index.d.ts", - "adapters/Base.d.ts", - "adapters/FileAsync.d.ts", - "adapters/FileSync.d.ts", - "adapters/LocalStorage.d.ts", - "adapters/Memory.d.ts", - "lib/fp.d.ts", - "lib/main.d.ts", "lowdb-tests.ts" ] } \ No newline at end of file diff --git a/types/mangopay2-nodejs-sdk/tsconfig.json b/types/mangopay2-nodejs-sdk/tsconfig.json index 5ff752d7e4..ddfc48e61f 100644 --- a/types/mangopay2-nodejs-sdk/tsconfig.json +++ b/types/mangopay2-nodejs-sdk/tsconfig.json @@ -2,7 +2,9 @@ "compilerOptions": { "module": "commonjs", "noEmit": true, - "lib": ["es6"], + "lib": [ + "es6" + ], "noUnusedLocals": false, "noUnusedParameters": false, "forceConsistentCasingInFileNames": true, @@ -13,8 +15,12 @@ "strictFunctionTypes": true, "baseUrl": "../", "types": [], - "typeRoots": ["../"] + "typeRoots": [ + "../" + ] }, - - "files": ["index.d.ts", "types.d.ts", "mangopay2-nodejs-sdk-tests.ts"] -} + "files": [ + "index.d.ts", + "mangopay2-nodejs-sdk-tests.ts" + ] +} \ No newline at end of file diff --git a/types/marko/OTHER_FILES.txt b/types/marko/OTHER_FILES.txt new file mode 100644 index 0000000000..30615c6a6a --- /dev/null +++ b/types/marko/OTHER_FILES.txt @@ -0,0 +1 @@ +src/components/taglib/TransformHelper/getComponentFiles.d.ts \ No newline at end of file diff --git a/types/marko/tsconfig.json b/types/marko/tsconfig.json index 2d9f2eb4f9..23f56f39c1 100644 --- a/types/marko/tsconfig.json +++ b/types/marko/tsconfig.json @@ -10,36 +10,15 @@ "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "express.d.ts", - "node-require.d.ts", - "marko-tests.ts", - "src/compiler/index.d.ts", - "src/compiler/config.d.ts", - "src/compiler/modules.d.ts", - "src/compiler/taglib-finder/index.d.ts", - "src/compiler/taglib-loader/index.d.ts", - "src/compiler/taglib-loader/Attribute.d.ts", - "src/compiler/taglib-loader/Tag.d.ts", - "src/compiler/taglib-loader/Taglib.d.ts", - "src/compiler/taglib-loader/Transformer.d.ts", - "src/compiler/taglib-lookup/index.d.ts", - "src/compiler/taglib-lookup/TaglibLookup.d.ts", - "src/components/index.d.ts", - "src/components/Component.d.ts", - "src/components/taglib/TransformHelper/getComponentFiles.d.ts", - "src/runtime/Async.d.ts", - "src/runtime/DomElement.d.ts", - "src/runtime/html/index.d.ts", - "src/runtime/html/Template.d.ts", - "src/runtime/html/RenderResult.d.ts", - "src/runtime/html/AsyncStream.d.ts", - "src/runtime/vdom/AsyncVDOMBuilder.d.ts" + "marko-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/material__base/tsconfig.json b/types/material__base/tsconfig.json index 8d115d4eb3..6b0aa4b945 100644 --- a/types/material__base/tsconfig.json +++ b/types/material__base/tsconfig.json @@ -1,8 +1,6 @@ { "files": [ - "component.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__checkbox/tsconfig.json b/types/material__checkbox/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__checkbox/tsconfig.json +++ b/types/material__checkbox/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__chips/tsconfig.json b/types/material__chips/tsconfig.json index 424cb5a424..6b0aa4b945 100644 --- a/types/material__chips/tsconfig.json +++ b/types/material__chips/tsconfig.json @@ -1,13 +1,5 @@ { "files": [ - "chip/adapter.d.ts", - "chip/constants.d.ts", - "chip/foundation.d.ts", - "chip/index.d.ts", - "chip-set/adapter.d.ts", - "chip-set/constants.d.ts", - "chip-set/foundation.d.ts", - "chip-set/index.d.ts", "index.d.ts" ], "compilerOptions": { diff --git a/types/material__dialog/tsconfig.json b/types/material__dialog/tsconfig.json index 826161ca25..6b0aa4b945 100644 --- a/types/material__dialog/tsconfig.json +++ b/types/material__dialog/tsconfig.json @@ -1,10 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "util.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__dom/tsconfig.json b/types/material__dom/tsconfig.json index 3f76866c9d..6b0aa4b945 100644 --- a/types/material__dom/tsconfig.json +++ b/types/material__dom/tsconfig.json @@ -1,7 +1,6 @@ { "files": [ - "index.d.ts", - "ponyfill.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", @@ -22,4 +21,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/material__drawer/tsconfig.json b/types/material__drawer/tsconfig.json index 2f43565e69..6b0aa4b945 100644 --- a/types/material__drawer/tsconfig.json +++ b/types/material__drawer/tsconfig.json @@ -1,11 +1,5 @@ { "files": [ - "dismissible/foundation.d.ts", - "modal/foundation.d.ts", - "util.d.ts", - "adapter.d.ts", - "constants.d.ts", - "focus-trap.d.ts", "index.d.ts" ], "compilerOptions": { @@ -27,4 +21,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/material__floating-label/tsconfig.json b/types/material__floating-label/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__floating-label/tsconfig.json +++ b/types/material__floating-label/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__form-field/tsconfig.json b/types/material__form-field/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__form-field/tsconfig.json +++ b/types/material__form-field/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__grid-list/tsconfig.json b/types/material__grid-list/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__grid-list/tsconfig.json +++ b/types/material__grid-list/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__icon-toggle/tsconfig.json b/types/material__icon-toggle/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__icon-toggle/tsconfig.json +++ b/types/material__icon-toggle/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__line-ripple/tsconfig.json b/types/material__line-ripple/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__line-ripple/tsconfig.json +++ b/types/material__line-ripple/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__linear-progress/tsconfig.json b/types/material__linear-progress/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__linear-progress/tsconfig.json +++ b/types/material__linear-progress/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__list/tsconfig.json b/types/material__list/tsconfig.json index 915f471053..6b0aa4b945 100644 --- a/types/material__list/tsconfig.json +++ b/types/material__list/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "index.d.ts", - "foundation.d.ts", - "adapter.d.ts", - "constants.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", @@ -24,4 +21,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/material__menu/OTHER_FILES.txt b/types/material__menu/OTHER_FILES.txt new file mode 100644 index 0000000000..f7347506d9 --- /dev/null +++ b/types/material__menu/OTHER_FILES.txt @@ -0,0 +1 @@ +util.d.ts \ No newline at end of file diff --git a/types/material__menu/tsconfig.json b/types/material__menu/tsconfig.json index b257a72f11..6b0aa4b945 100644 --- a/types/material__menu/tsconfig.json +++ b/types/material__menu/tsconfig.json @@ -1,10 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts", - "util.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__notched-outline/tsconfig.json b/types/material__notched-outline/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__notched-outline/tsconfig.json +++ b/types/material__notched-outline/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__radio/tsconfig.json b/types/material__radio/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__radio/tsconfig.json +++ b/types/material__radio/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__ripple/tsconfig.json b/types/material__ripple/tsconfig.json index 826161ca25..6b0aa4b945 100644 --- a/types/material__ripple/tsconfig.json +++ b/types/material__ripple/tsconfig.json @@ -1,10 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "util.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__select/tsconfig.json b/types/material__select/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__select/tsconfig.json +++ b/types/material__select/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__slider/tsconfig.json b/types/material__slider/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__slider/tsconfig.json +++ b/types/material__slider/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__snackbar/tsconfig.json b/types/material__snackbar/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__snackbar/tsconfig.json +++ b/types/material__snackbar/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__tab/tsconfig.json b/types/material__tab/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__tab/tsconfig.json +++ b/types/material__tab/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__tabs/tsconfig.json b/types/material__tabs/tsconfig.json index 6cf952642a..6b0aa4b945 100644 --- a/types/material__tabs/tsconfig.json +++ b/types/material__tabs/tsconfig.json @@ -1,18 +1,6 @@ { "files": [ - "tab-bar/constants.d.ts", - "tab-bar/adapter.d.ts", - "tab-bar/index.d.ts", - "tab-bar/foundation.d.ts", - "tab/constants.d.ts", - "tab/adapter.d.ts", - "tab/index.d.ts", - "tab/foundation.d.ts", - "index.d.ts", - "tab-bar-scroller/constants.d.ts", - "tab-bar-scroller/adapter.d.ts", - "tab-bar-scroller/index.d.ts", - "tab-bar-scroller/foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__textfield/tsconfig.json b/types/material__textfield/tsconfig.json index a7c337feeb..6b0aa4b945 100644 --- a/types/material__textfield/tsconfig.json +++ b/types/material__textfield/tsconfig.json @@ -1,17 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "helper-text/constants.d.ts", - "helper-text/adapter.d.ts", - "helper-text/index.d.ts", - "helper-text/foundation.d.ts", - "icon/constants.d.ts", - "icon/adapter.d.ts", - "icon/index.d.ts", - "icon/foundation.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__toolbar/tsconfig.json b/types/material__toolbar/tsconfig.json index 2af99c6e5e..6b0aa4b945 100644 --- a/types/material__toolbar/tsconfig.json +++ b/types/material__toolbar/tsconfig.json @@ -1,9 +1,6 @@ { "files": [ - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/material__top-app-bar/tsconfig.json b/types/material__top-app-bar/tsconfig.json index 5652908420..6b0aa4b945 100644 --- a/types/material__top-app-bar/tsconfig.json +++ b/types/material__top-app-bar/tsconfig.json @@ -1,12 +1,6 @@ { "files": [ - "fixed/foundation.d.ts", - "short/foundation.d.ts", - "standard/foundation.d.ts", - "constants.d.ts", - "adapter.d.ts", - "index.d.ts", - "foundation.d.ts" + "index.d.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/memory-fs/tsconfig.json b/types/memory-fs/tsconfig.json index 287db4678b..58c64b2c1c 100644 --- a/types/memory-fs/tsconfig.json +++ b/types/memory-fs/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "lib/join.d.ts", - "lib/normalize.d.ts", "test/index.ts", "test/join.ts", "test/normalize.ts", diff --git a/types/mermaid/tsconfig.json b/types/mermaid/tsconfig.json index 5ead0b83e6..3c43dc79d6 100644 --- a/types/mermaid/tsconfig.json +++ b/types/mermaid/tsconfig.json @@ -1,16 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, - "files": ["index.d.ts", "mermaidAPI.d.ts", "mermaid-tests.ts"] -} + "files": [ + "index.d.ts", + "mermaid-tests.ts" + ] +} \ No newline at end of file diff --git a/types/meteor/tsconfig.json b/types/meteor/tsconfig.json index 42295d06e1..3fa72b7b96 100644 --- a/types/meteor/tsconfig.json +++ b/types/meteor/tsconfig.json @@ -19,52 +19,11 @@ "jsx": "preserve" }, "files": [ - "accounts-base.d.ts", - "globals/accounts-base.d.ts", - "blaze.d.ts", - "globals/blaze.d.ts", - "browser-policy-common.d.ts", - "globals/browser-policy-common.d.ts", - "check.d.ts", - "globals/check.d.ts", - "ddp-rate-limiter.d.ts", - "globals/ddp-rate-limiter.d.ts", - "ddp.d.ts", - "globals/ddp.d.ts", - "ejson.d.ts", - "globals/ejson.d.ts", - "email.d.ts", - "globals/email.d.ts", - "http.d.ts", - "globals/http.d.ts", - "meteor.d.ts", - "globals/meteor.d.ts", - "mongo.d.ts", - "globals/mongo.d.ts", - "random.d.ts", - "globals/random.d.ts", - "reactive-var.d.ts", - "globals/reactive-var.d.ts", - "server-render.d.ts", - "service-configuration.d.ts", - "session.d.ts", - "globals/session.d.ts", - "templating.d.ts", - "globals/templating.d.ts", - "tiny-test.d.ts", - "globals/tiny-test.d.ts", - "tools.d.ts", - "globals/tools.d.ts", - "tracker.d.ts", - "globals/tracker.d.ts", - "underscore.d.ts", - "webapp.d.ts", "index.d.ts", "test/meteor-tests.ts", "test/globals/meteor-tests.ts", "test/meteor-tests-module-only.ts", "test/server-render.tsx", - "react-meteor-data.d.ts", "test/react-meteor-data-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/mime/tsconfig.json b/types/mime/tsconfig.json index 8e0eb9488e..092d607882 100644 --- a/types/mime/tsconfig.json +++ b/types/mime/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "Mime.d.ts", "mime-tests.ts" ] } \ No newline at end of file diff --git a/types/miniprogram-wxs/tsconfig.json b/types/miniprogram-wxs/tsconfig.json index 7a0463cee4..83140ce6f9 100644 --- a/types/miniprogram-wxs/tsconfig.json +++ b/types/miniprogram-wxs/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "es5.d.ts", "miniprogram-wxs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mithril/OTHER_FILES.txt b/types/mithril/OTHER_FILES.txt new file mode 100644 index 0000000000..e38d546348 --- /dev/null +++ b/types/mithril/OTHER_FILES.txt @@ -0,0 +1,2 @@ +mount.d.ts +route.d.ts \ No newline at end of file diff --git a/types/mithril/tsconfig.json b/types/mithril/tsconfig.json index c1fd219440..0eae774213 100644 --- a/types/mithril/tsconfig.json +++ b/types/mithril/tsconfig.json @@ -31,16 +31,9 @@ "test/test-route.ts", "test/test-stream.ts", "test/test-tsx.tsx", - "index.d.ts", - "hyperscript.d.ts", - "mount.d.ts", - "redraw.d.ts", - "render.d.ts", - "request.d.ts", - "route.d.ts", - "stream/index.d.ts" + "index.d.ts" ], "atom": { "rewriteTsconfig": false } -} +} \ No newline at end of file diff --git a/types/mock-fs/OTHER_FILES.txt b/types/mock-fs/OTHER_FILES.txt new file mode 100644 index 0000000000..9f2270b3a4 --- /dev/null +++ b/types/mock-fs/OTHER_FILES.txt @@ -0,0 +1 @@ +lib/index.d.ts \ No newline at end of file diff --git a/types/mock-fs/tsconfig.json b/types/mock-fs/tsconfig.json index 49f2158c23..fbae202da0 100644 --- a/types/mock-fs/tsconfig.json +++ b/types/mock-fs/tsconfig.json @@ -18,12 +18,6 @@ }, "files": [ "index.d.ts", - "mock-fs-tests.ts", - "lib/directory.d.ts", - "lib/file.d.ts", - "lib/filesystem.d.ts", - "lib/index.d.ts", - "lib/item.d.ts", - "lib/symlink.d.ts" + "mock-fs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mssql/tsconfig.json b/types/mssql/tsconfig.json index 93848b2c5c..51f03fd652 100644 --- a/types/mssql/tsconfig.json +++ b/types/mssql/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "msnodesqlv8.d.ts", "mssql-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/muicss/tsconfig.json b/types/muicss/tsconfig.json index a7b54e6b6a..ac012b2ffc 100644 --- a/types/muicss/tsconfig.json +++ b/types/muicss/tsconfig.json @@ -1,26 +1,7 @@ { "files": [ "index.d.ts", - "react.d.ts", - "muicss-tests.tsx", - "lib/react/appbar.d.ts", - "lib/react/button.d.ts", - "lib/react/checkbox.d.ts", - "lib/react/col.d.ts", - "lib/react/container.d.ts", - "lib/react/divider.d.ts", - "lib/react/dropdown.d.ts", - "lib/react/dropdown-item.d.ts", - "lib/react/form.d.ts", - "lib/react/input.d.ts", - "lib/react/option.d.ts", - "lib/react/panel.d.ts", - "lib/react/radio.d.ts", - "lib/react/row.d.ts", - "lib/react/select.d.ts", - "lib/react/tab.d.ts", - "lib/react/tabs.d.ts", - "lib/react/textarea.d.ts" + "muicss-tests.tsx" ], "compilerOptions": { "module": "commonjs", @@ -43,4 +24,4 @@ "forceConsistentCasingInFileNames": true, "esModuleInterop": true } -} +} \ No newline at end of file diff --git a/types/mumath/tsconfig.json b/types/mumath/tsconfig.json index e96b912780..13a233a7ea 100644 --- a/types/mumath/tsconfig.json +++ b/types/mumath/tsconfig.json @@ -1,36 +1,23 @@ { "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [ - - ], - "noEmit": true, - "forceConsistentCasingInFileNames": true + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "clamp.d.ts", - "closest.d.ts", - "isMultiple.d.ts", - "len.d.ts", - "lerp.d.ts", - "mod.d.ts", - "order.d.ts", - "precision.d.ts", - "round.d.ts", - "scale.d.ts", - "within.d.ts", - "mumath-tests.ts" + "index.d.ts", + "mumath-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/mz/tsconfig.json b/types/mz/tsconfig.json index aa6ce45f48..a09a5263b2 100644 --- a/types/mz/tsconfig.json +++ b/types/mz/tsconfig.json @@ -1,30 +1,28 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": ["es6"], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": ["../"], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "child_process.d.ts", - "crypto.d.ts", - "dns.d.ts", - "fs.d.ts", - "readline.d.ts", - "zlib.d.ts", - "index.d.ts", - "test/child_process.test.ts", - "test/crypto.test.ts", - "test/fs.test.ts", - "test/readline.test.ts", - "test/zlib.test.ts", - "test/index.test.ts" - ] + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "test/child_process.test.ts", + "test/crypto.test.ts", + "test/fs.test.ts", + "test/readline.test.ts", + "test/zlib.test.ts", + "test/index.test.ts" + ] } diff --git a/types/nanoevents/tsconfig.json b/types/nanoevents/tsconfig.json index d3291ed1d9..a8abd64fa7 100644 --- a/types/nanoevents/tsconfig.json +++ b/types/nanoevents/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "nanoevents-tests.ts", - "unbind-all.d.ts" + "nanoevents-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/nanoid/tsconfig.json b/types/nanoid/tsconfig.json index 976141d432..9ba0a6c2cd 100644 --- a/types/nanoid/tsconfig.json +++ b/types/nanoid/tsconfig.json @@ -1,34 +1,23 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "strictFunctionTypes": true }, "files": [ - "non-secure/index.d.ts", - "non-secure/generate.d.ts", - "async/format.d.ts", - "async/generate.d.ts", - "async/index-browser.d.ts", - "async/index.d.ts", - "async/random-browser.d.ts", - "async/random-rn.d.ts", - "async/random.d.ts", - "format.d.ts", - "generate.d.ts", "index.d.ts", - "index-browser.d.ts", - "nanoid-tests.ts", - "random-browser.d.ts", - "random.d.ts", - "url.d.ts" + "nanoid-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/nes/tsconfig.json b/types/nes/tsconfig.json index 18fc2712d8..09e4f132e4 100644 --- a/types/nes/tsconfig.json +++ b/types/nes/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "client.d.ts", "test/client-require.ts", "test/nes-tests.ts", "test/broadcast-client.ts", @@ -33,4 +32,4 @@ "test/subscriptions-client.ts", "test/subscriptions-server.ts" ] -} +} \ No newline at end of file diff --git a/types/next-nprogress/tsconfig.json b/types/next-nprogress/tsconfig.json index 2d04e88867..4bec33c00d 100644 --- a/types/next-nprogress/tsconfig.json +++ b/types/next-nprogress/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "component.d.ts", "next-nprogress-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/node-fetch/tsconfig.json b/types/node-fetch/tsconfig.json index 50f65d691a..d349bf9665 100644 --- a/types/node-fetch/tsconfig.json +++ b/types/node-fetch/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "externals.d.ts", "node-fetch-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/node/tsconfig.json b/types/node/tsconfig.json index 599d5f37aa..5e1e225ea3 100644 --- a/types/node/tsconfig.json +++ b/types/node/tsconfig.json @@ -1,48 +1,6 @@ { "files": [ "index.d.ts", - "base.d.ts", - "globals.d.ts", - "assert.d.ts", - "async_hooks.d.ts", - "buffer.d.ts", - "child_process.d.ts", - "cluster.d.ts", - "console.d.ts", - "constants.d.ts", - "crypto.d.ts", - "dgram.d.ts", - "dns.d.ts", - "domain.d.ts", - "events.d.ts", - "fs.d.ts", - "http.d.ts", - "http2.d.ts", - "https.d.ts", - "inspector.d.ts", - "module.d.ts", - "net.d.ts", - "os.d.ts", - "path.d.ts", - "perf_hooks.d.ts", - "process.d.ts", - "punycode.d.ts", - "querystring.d.ts", - "readline.d.ts", - "repl.d.ts", - "stream.d.ts", - "string_decoder.d.ts", - "timers.d.ts", - "tls.d.ts", - "trace_events.d.ts", - "tty.d.ts", - "url.d.ts", - "util.d.ts", - "v8.d.ts", - "vm.d.ts", - "worker_threads.d.ts", - "zlib.d.ts", - "node-tests.ts", "test/assert.ts", "test/buffer.ts", @@ -92,4 +50,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/node/v10/tsconfig.json b/types/node/v10/tsconfig.json index d6dea0e2b3..aa3d2812f1 100644 --- a/types/node/v10/tsconfig.json +++ b/types/node/v10/tsconfig.json @@ -1,47 +1,6 @@ { "files": [ "index.d.ts", - "base.d.ts", - "globals.d.ts", - "assert.d.ts", - "async_hooks.d.ts", - "buffer.d.ts", - "child_process.d.ts", - "cluster.d.ts", - "console.d.ts", - "constants.d.ts", - "crypto.d.ts", - "dgram.d.ts", - "dns.d.ts", - "domain.d.ts", - "events.d.ts", - "fs.d.ts", - "http.d.ts", - "http2.d.ts", - "https.d.ts", - "inspector.d.ts", - "module.d.ts", - "net.d.ts", - "os.d.ts", - "path.d.ts", - "perf_hooks.d.ts", - "process.d.ts", - "punycode.d.ts", - "querystring.d.ts", - "readline.d.ts", - "repl.d.ts", - "stream.d.ts", - "string_decoder.d.ts", - "timers.d.ts", - "tls.d.ts", - "trace_events.d.ts", - "tty.d.ts", - "url.d.ts", - "util.d.ts", - "v8.d.ts", - "vm.d.ts", - "worker_threads.d.ts", - "zlib.d.ts", "node-tests.ts" ], "compilerOptions": { @@ -68,4 +27,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/node/v11/tsconfig.json b/types/node/v11/tsconfig.json index dc5042e22d..f0e7e59bb9 100644 --- a/types/node/v11/tsconfig.json +++ b/types/node/v11/tsconfig.json @@ -1,48 +1,6 @@ { "files": [ "index.d.ts", - "base.d.ts", - "globals.d.ts", - "assert.d.ts", - "async_hooks.d.ts", - "buffer.d.ts", - "child_process.d.ts", - "cluster.d.ts", - "console.d.ts", - "constants.d.ts", - "crypto.d.ts", - "dgram.d.ts", - "dns.d.ts", - "domain.d.ts", - "events.d.ts", - "fs.d.ts", - "http.d.ts", - "http2.d.ts", - "https.d.ts", - "inspector.d.ts", - "module.d.ts", - "net.d.ts", - "os.d.ts", - "path.d.ts", - "perf_hooks.d.ts", - "process.d.ts", - "punycode.d.ts", - "querystring.d.ts", - "readline.d.ts", - "repl.d.ts", - "stream.d.ts", - "string_decoder.d.ts", - "timers.d.ts", - "tls.d.ts", - "trace_events.d.ts", - "tty.d.ts", - "url.d.ts", - "util.d.ts", - "v8.d.ts", - "vm.d.ts", - "worker_threads.d.ts", - "zlib.d.ts", - "node-tests.ts", "test/assert.ts", "test/buffer.ts", @@ -94,4 +52,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/nodegit/tsconfig.json b/types/nodegit/tsconfig.json index 5d80518149..00af79810d 100644 --- a/types/nodegit/tsconfig.json +++ b/types/nodegit/tsconfig.json @@ -17,106 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "annotated-commit.d.ts", - "attr.d.ts", - "blame-hunk.d.ts", - "blame-options.d.ts", - "blame.d.ts", - "blob.d.ts", - "branch.d.ts", - "buf.d.ts", - "cert-host-key.d.ts", - "cert-x509.d.ts", - "cert.d.ts", - "checkout-options.d.ts", - "checkout.d.ts", - "cherry-pick-options.d.ts", - "cherry-pick.d.ts", - "clone-options.d.ts", - "clone.d.ts", - "commit.d.ts", - "config.d.ts", - "convenient-hunk.d.ts", - "convenient-patch.d.ts", - "cred-user-pass-payload.d.ts", - "cred-username.d.ts", - "cred.d.ts", - "cvar-map.d.ts", - "describe-format-options.d.ts", - "describe-options.d.ts", - "diff-binary-file.d.ts", - "diff-binary.d.ts", - "diff-delta.d.ts", - "diff-file.d.ts", - "diff-line.d.ts", - "diff-options.d.ts", - "diff-perf-data.d.ts", - "diff.d.ts", - "enums.d.ts", - "error.d.ts", - "fetch-options.d.ts", - "fetch.d.ts", - "filter.d.ts", - "git-err.d.ts", - "graph.d.ts", - "hash-sig.d.ts", - "ignore.d.ts", - "index-entry.d.ts", "index.d.ts", - "indexer.d.ts", - "lib-git2.d.ts", - "merge-file-input.d.ts", - "merge-file-options.d.ts", - "merge-file-result.d.ts", - "merge-options.d.ts", - "merge.d.ts", - "nodegit-tests.ts", - "note.d.ts", - "object.d.ts", - "odb-expand-id.d.ts", - "odb-object.d.ts", - "odb.d.ts", - "oid-array.d.ts", - "oid.d.ts", - "open-ssl.d.ts", - "pack-builder.d.ts", - "path-spec.d.ts", - "proxy-options.d.ts", - "proxy.d.ts", - "push-options.d.ts", - "push-update.d.ts", - "push.d.ts", - "rebase-operation.d.ts", - "rebase.d.ts", - "ref-db.d.ts", - "ref-log.d.ts", - "ref-spec.d.ts", - "reference.d.ts", - "remote-callbacks.d.ts", - "remote.d.ts", - "repository.d.ts", - "reset.d.ts", - "rev-parse.d.ts", - "rev-walk.d.ts", - "revert.d.ts", - "signature.d.ts", - "stash.d.ts", - "status-entry.d.ts", - "status-file-options.d.ts", - "status-file.d.ts", - "status-list.d.ts", - "status-options.d.ts", - "status.d.ts", - "str-array.d.ts", - "submodule-update-options.d.ts", - "submodule.d.ts", - "tag.d.ts", - "time.d.ts", - "transfer-progress.d.ts", - "transport.d.ts", - "tree-builder.d.ts", - "tree-entry.d.ts", - "tree-update.d.ts", - "tree.d.ts" + "nodegit-tests.ts" ] } \ No newline at end of file diff --git a/types/nodemailer/OTHER_FILES.txt b/types/nodemailer/OTHER_FILES.txt new file mode 100644 index 0000000000..f8c67fe1e3 --- /dev/null +++ b/types/nodemailer/OTHER_FILES.txt @@ -0,0 +1,7 @@ +lib/dkim/message-parser.d.ts +lib/dkim/relaxed-body.d.ts +lib/dkim/sign.d.ts +lib/mime-node/last-newline.d.ts +lib/smtp-connection/data-stream.d.ts +lib/smtp-connection/http-proxy-client.d.ts +lib/smtp-pool/pool-resource.d.ts \ No newline at end of file diff --git a/types/nodemailer/tsconfig.json b/types/nodemailer/tsconfig.json index 81fe569e0b..4ac0c150b2 100644 --- a/types/nodemailer/tsconfig.json +++ b/types/nodemailer/tsconfig.json @@ -18,37 +18,6 @@ }, "files": [ "index.d.ts", - "lib/addressparser.d.ts", - "lib/base64.d.ts", - "lib/dkim/index.d.ts", - "lib/dkim/message-parser.d.ts", - "lib/dkim/relaxed-body.d.ts", - "lib/dkim/sign.d.ts", - "lib/fetch/index.d.ts", - "lib/fetch/cookies.d.ts", - "lib/json-transport.d.ts", - "lib/mail-composer.d.ts", - "lib/mailer/index.d.ts", - "lib/mailer/mail-message.d.ts", - "lib/mime-funcs/index.d.ts", - "lib/mime-funcs/mime-types.d.ts", - "lib/mime-node/index.d.ts", - "lib/mime-node/last-newline.d.ts", - "lib/qp.d.ts", - "lib/sendmail-transport/index.d.ts", - "lib/sendmail-transport/le-unix.d.ts", - "lib/sendmail-transport/le-windows.d.ts", - "lib/ses-transport.d.ts", - "lib/shared.d.ts", - "lib/smtp-connection/index.d.ts", - "lib/smtp-connection/data-stream.d.ts", - "lib/smtp-connection/http-proxy-client.d.ts", - "lib/smtp-pool/index.d.ts", - "lib/smtp-pool/pool-resource.d.ts", - "lib/smtp-transport.d.ts", - "lib/stream-transport.d.ts", - "lib/well-known.d.ts", - "lib/xoauth2.d.ts", "nodemailer-tests.ts" ] } \ No newline at end of file diff --git a/types/novnc-core/OTHER_FILES.txt b/types/novnc-core/OTHER_FILES.txt new file mode 100644 index 0000000000..7d385a3033 --- /dev/null +++ b/types/novnc-core/OTHER_FILES.txt @@ -0,0 +1,2 @@ +lib/util/events.d.ts +lib/util/logging.d.ts \ No newline at end of file diff --git a/types/novnc-core/tsconfig.json b/types/novnc-core/tsconfig.json index 3aed33120e..5c66244160 100644 --- a/types/novnc-core/tsconfig.json +++ b/types/novnc-core/tsconfig.json @@ -19,10 +19,6 @@ }, "files": [ "index.d.ts", - "lib/display.d.ts", - "lib/input/devices.d.ts", - "lib/util/events.d.ts", - "lib/util/logging.d.ts", "novnc-core-tests.ts" ] } \ No newline at end of file diff --git a/types/ol/OTHER_FILES.txt b/types/ol/OTHER_FILES.txt new file mode 100644 index 0000000000..8727240ccb --- /dev/null +++ b/types/ol/OTHER_FILES.txt @@ -0,0 +1,129 @@ +CollectionEventType.d.ts +MapBrowserEventType.d.ts +MapEventType.d.ts +MapProperty.d.ts +ObjectEventType.d.ts +ViewProperty.d.ts +asserts.d.ts +css.d.ts +dom.d.ts +easing.d.ts +events/EventType.d.ts +events/KeyCode.d.ts +format/GML2.d.ts +format/GML32.d.ts +format/OSMXML.d.ts +format/XLink.d.ts +format/filter/And.d.ts +format/filter/EqualTo.d.ts +format/filter/GreaterThan.d.ts +format/filter/GreaterThanOrEqualTo.d.ts +format/filter/LessThan.d.ts +format/filter/LessThanOrEqualTo.d.ts +format/filter/NotEqualTo.d.ts +format/filter/Or.d.ts +format/filter.d.ts +format/xsd.d.ts +geom/flat/area.d.ts +geom/flat/center.d.ts +geom/flat/closest.d.ts +geom/flat/contains.d.ts +geom/flat/deflate.d.ts +geom/flat/flip.d.ts +geom/flat/geodesic.d.ts +geom/flat/inflate.d.ts +geom/flat/interiorpoint.d.ts +geom/flat/interpolate.d.ts +geom/flat/intersectsextent.d.ts +geom/flat/length.d.ts +geom/flat/orient.d.ts +geom/flat/reverse.d.ts +geom/flat/segments.d.ts +geom/flat/simplify.d.ts +geom/flat/straightchunk.d.ts +geom/flat/textpath.d.ts +geom/flat/topology.d.ts +geom/flat/transform.d.ts +geom.d.ts +has.d.ts +interaction/Property.d.ts +layer/Property.d.ts +layer/TileProperty.d.ts +loadingstrategy.d.ts +math.d.ts +net.d.ts +obj.d.ts +pointer/EventSource.d.ts +pointer/EventType.d.ts +pointer/MouseSource.d.ts +pointer/MsSource.d.ts +pointer/NativeSource.d.ts +pointer/PointerEventHandler.d.ts +pointer/TouchSource.d.ts +proj/epsg3857.d.ts +proj/epsg4326.d.ts +proj/projections.d.ts +proj/transforms.d.ts +render/Box.d.ts +render/canvas/ImageReplay.d.ts +render/canvas/Instruction.d.ts +render/canvas/LineStringReplay.d.ts +render/canvas/PolygonReplay.d.ts +render/canvas/Replay.d.ts +render/canvas/ReplayGroup.d.ts +render/canvas/TextReplay.d.ts +render/replay.d.ts +render/webgl/CircleReplay.d.ts +render/webgl/ImageReplay.d.ts +render/webgl/Immediate.d.ts +render/webgl/LineStringReplay.d.ts +render/webgl/PolygonReplay.d.ts +render/webgl/Replay.d.ts +render/webgl/ReplayGroup.d.ts +render/webgl/TextReplay.d.ts +render/webgl/TextureReplay.d.ts +render/webgl/circlereplay/defaultshader/Locations.d.ts +render/webgl/circlereplay/defaultshader.d.ts +render/webgl/linestringreplay/defaultshader/Locations.d.ts +render/webgl/linestringreplay/defaultshader.d.ts +render/webgl/polygonreplay/defaultshader/Locations.d.ts +render/webgl/polygonreplay/defaultshader.d.ts +render/webgl/texturereplay/defaultshader/Locations.d.ts +render/webgl/texturereplay/defaultshader.d.ts +render/webgl.d.ts +renderer/canvas/ImageLayer.d.ts +renderer/canvas/IntermediateCanvas.d.ts +renderer/canvas/Map.d.ts +renderer/canvas/TileLayer.d.ts +renderer/canvas/VectorLayer.d.ts +renderer/canvas/VectorTileLayer.d.ts +renderer/vector.d.ts +renderer/webgl/ImageLayer.d.ts +renderer/webgl/Layer.d.ts +renderer/webgl/Map.d.ts +renderer/webgl/TileLayer.d.ts +renderer/webgl/VectorLayer.d.ts +renderer/webgl/defaultmapshader/Locations.d.ts +renderer/webgl/defaultmapshader.d.ts +renderer/webgl/tilelayershader/Locations.d.ts +renderer/webgl/tilelayershader.d.ts +reproj/Image.d.ts +reproj/Tile.d.ts +reproj/Triangulation.d.ts +reproj/common.d.ts +reproj.d.ts +source/TileEventType.d.ts +source/VectorEventType.d.ts +source/common.d.ts +sphere.d.ts +string.d.ts +structs/LinkedList.d.ts +structs/RBush.d.ts +style/IconImageCache.d.ts +tilegrid/common.d.ts +tilegrid.d.ts +tileurlfunction.d.ts +uri.d.ts +vec/mat4.d.ts +webgl/ContextEventType.d.ts +webgl.d.ts \ No newline at end of file diff --git a/types/ol/tsconfig.json b/types/ol/tsconfig.json index 55f20012c6..08bfdbf105 100644 --- a/types/ol/tsconfig.json +++ b/types/ol/tsconfig.json @@ -18,357 +18,7 @@ "types": [] }, "files": [ - "array.d.ts", - "AssertionError.d.ts", - "asserts.d.ts", - "centerconstraint.d.ts", - "Collection.d.ts", - "CollectionEventType.d.ts", - "color.d.ts", - "colorlike.d.ts", - "control.d.ts", - "control/Attribution.d.ts", - "control/Control.d.ts", - "control/FullScreen.d.ts", - "control/MousePosition.d.ts", - "control/OverviewMap.d.ts", - "control/Rotate.d.ts", - "control/ScaleLine.d.ts", - "control/util.d.ts", - "control/Zoom.d.ts", - "control/ZoomSlider.d.ts", - "control/ZoomToExtent.d.ts", - "coordinate.d.ts", - "css.d.ts", - "Disposable.d.ts", - "dom.d.ts", - "easing.d.ts", - "events.d.ts", - "events/condition.d.ts", - "events/Event.d.ts", - "events/EventType.d.ts", - "events/KeyCode.d.ts", - "events/Target.d.ts", - "extent.d.ts", - "extent/Corner.d.ts", - "extent/Relationship.d.ts", - "Feature.d.ts", - "featureloader.d.ts", - "format.d.ts", - "format/EsriJSON.d.ts", - "format/Feature.d.ts", - "format/filter.d.ts", - "format/filter/And.d.ts", - "format/filter/Bbox.d.ts", - "format/filter/Comparison.d.ts", - "format/filter/ComparisonBinary.d.ts", - "format/filter/Contains.d.ts", - "format/filter/During.d.ts", - "format/filter/EqualTo.d.ts", - "format/filter/Filter.d.ts", - "format/filter/GreaterThan.d.ts", - "format/filter/GreaterThanOrEqualTo.d.ts", - "format/filter/Intersects.d.ts", - "format/filter/IsBetween.d.ts", - "format/filter/IsLike.d.ts", - "format/filter/IsNull.d.ts", - "format/filter/LessThan.d.ts", - "format/filter/LessThanOrEqualTo.d.ts", - "format/filter/LogicalNary.d.ts", - "format/filter/Not.d.ts", - "format/filter/NotEqualTo.d.ts", - "format/filter/Or.d.ts", - "format/filter/Spatial.d.ts", - "format/filter/Within.d.ts", - "format/FormatType.d.ts", - "format/GeoJSON.d.ts", - "format/GML.d.ts", - "format/GML2.d.ts", - "format/GML3.d.ts", - "format/GML32.d.ts", - "format/GMLBase.d.ts", - "format/GPX.d.ts", - "format/IGC.d.ts", - "format/JSONFeature.d.ts", - "format/KML.d.ts", - "format/MVT.d.ts", - "format/OSMXML.d.ts", - "format/OWS.d.ts", - "format/Polyline.d.ts", - "format/TextFeature.d.ts", - "format/TopoJSON.d.ts", - "format/WFS.d.ts", - "format/WKT.d.ts", - "format/WMSCapabilities.d.ts", - "format/WMSGetFeatureInfo.d.ts", - "format/WMTSCapabilities.d.ts", - "format/XLink.d.ts", - "format/XML.d.ts", - "format/XMLFeature.d.ts", - "format/xsd.d.ts", - "functions.d.ts", - "Geolocation.d.ts", - "geom.d.ts", - "geom/Circle.d.ts", - "geom/flat/area.d.ts", - "geom/flat/center.d.ts", - "geom/flat/closest.d.ts", - "geom/flat/contains.d.ts", - "geom/flat/deflate.d.ts", - "geom/flat/flip.d.ts", - "geom/flat/geodesic.d.ts", - "geom/flat/inflate.d.ts", - "geom/flat/interiorpoint.d.ts", - "geom/flat/interpolate.d.ts", - "geom/flat/intersectsextent.d.ts", - "geom/flat/length.d.ts", - "geom/flat/orient.d.ts", - "geom/flat/reverse.d.ts", - "geom/flat/segments.d.ts", - "geom/flat/simplify.d.ts", - "geom/flat/straightchunk.d.ts", - "geom/flat/textpath.d.ts", - "geom/flat/topology.d.ts", - "geom/flat/transform.d.ts", - "geom/Geometry.d.ts", - "geom/GeometryCollection.d.ts", - "geom/GeometryLayout.d.ts", - "geom/GeometryType.d.ts", - "geom/LinearRing.d.ts", - "geom/LineString.d.ts", - "geom/MultiLineString.d.ts", - "geom/MultiPoint.d.ts", - "geom/MultiPolygon.d.ts", - "geom/Point.d.ts", - "geom/Polygon.d.ts", - "geom/SimpleGeometry.d.ts", - "Graticule.d.ts", - "has.d.ts", - "Image.d.ts", - "ImageBase.d.ts", - "ImageCanvas.d.ts", - "ImageState.d.ts", - "ImageTile.d.ts", "index.d.ts", - "interaction.d.ts", - "interaction/DoubleClickZoom.d.ts", - "interaction/DragAndDrop.d.ts", - "interaction/DragBox.d.ts", - "interaction/DragPan.d.ts", - "interaction/DragRotate.d.ts", - "interaction/DragRotateAndZoom.d.ts", - "interaction/DragZoom.d.ts", - "interaction/Draw.d.ts", - "interaction/Extent.d.ts", - "interaction/Interaction.d.ts", - "interaction/KeyboardPan.d.ts", - "interaction/KeyboardZoom.d.ts", - "interaction/Modify.d.ts", - "interaction/MouseWheelZoom.d.ts", - "interaction/PinchRotate.d.ts", - "interaction/PinchZoom.d.ts", - "interaction/Pointer.d.ts", - "interaction/Property.d.ts", - "interaction/Select.d.ts", - "interaction/Snap.d.ts", - "interaction/Translate.d.ts", - "Kinetic.d.ts", - "layer.d.ts", - "layer/Base.d.ts", - "layer/Group.d.ts", - "layer/Heatmap.d.ts", - "layer/Image.d.ts", - "layer/Layer.d.ts", - "layer/Property.d.ts", - "layer/Tile.d.ts", - "layer/TileProperty.d.ts", - "layer/Vector.d.ts", - "layer/VectorRenderType.d.ts", - "layer/VectorTile.d.ts", - "layer/VectorTileRenderType.d.ts", - "LayerType.d.ts", - "loadingstrategy.d.ts", - "Map.d.ts", - "MapBrowserEvent.d.ts", - "MapBrowserEventHandler.d.ts", - "MapBrowserEventType.d.ts", - "MapBrowserPointerEvent.d.ts", - "MapEvent.d.ts", - "MapEventType.d.ts", - "MapProperty.d.ts", - "math.d.ts", - "net.d.ts", - "obj.d.ts", - "Object.d.ts", - "ObjectEventType.d.ts", - "Observable.d.ts", - "Overlay.d.ts", - "OverlayPositioning.d.ts", - "pixel.d.ts", - "PluggableMap.d.ts", - "pointer/EventSource.d.ts", - "pointer/EventType.d.ts", - "pointer/MouseSource.d.ts", - "pointer/MsSource.d.ts", - "pointer/NativeSource.d.ts", - "pointer/PointerEvent.d.ts", - "pointer/PointerEventHandler.d.ts", - "pointer/TouchSource.d.ts", - "proj.d.ts", - "proj/epsg3857.d.ts", - "proj/epsg4326.d.ts", - "proj/proj4.d.ts", - "proj/Projection.d.ts", - "proj/projections.d.ts", - "proj/transforms.d.ts", - "proj/Units.d.ts", - "render.d.ts", - "render/Box.d.ts", - "render/canvas.d.ts", - "render/canvas/ImageReplay.d.ts", - "render/canvas/Immediate.d.ts", - "render/canvas/Instruction.d.ts", - "render/canvas/LineStringReplay.d.ts", - "render/canvas/PolygonReplay.d.ts", - "render/canvas/Replay.d.ts", - "render/canvas/ReplayGroup.d.ts", - "render/canvas/TextReplay.d.ts", - "render/Event.d.ts", - "render/EventType.d.ts", - "render/Feature.d.ts", - "render/replay.d.ts", - "render/ReplayGroup.d.ts", - "render/ReplayType.d.ts", - "render/VectorContext.d.ts", - "render/webgl.d.ts", - "render/webgl/CircleReplay.d.ts", - "render/webgl/circlereplay/defaultshader.d.ts", - "render/webgl/circlereplay/defaultshader/Locations.d.ts", - "render/webgl/ImageReplay.d.ts", - "render/webgl/Immediate.d.ts", - "render/webgl/LineStringReplay.d.ts", - "render/webgl/linestringreplay/defaultshader.d.ts", - "render/webgl/linestringreplay/defaultshader/Locations.d.ts", - "render/webgl/PolygonReplay.d.ts", - "render/webgl/polygonreplay/defaultshader.d.ts", - "render/webgl/polygonreplay/defaultshader/Locations.d.ts", - "render/webgl/Replay.d.ts", - "render/webgl/ReplayGroup.d.ts", - "render/webgl/TextReplay.d.ts", - "render/webgl/TextureReplay.d.ts", - "render/webgl/texturereplay/defaultshader.d.ts", - "render/webgl/texturereplay/defaultshader/Locations.d.ts", - "renderer/canvas/ImageLayer.d.ts", - "renderer/canvas/IntermediateCanvas.d.ts", - "renderer/canvas/Layer.d.ts", - "renderer/canvas/Map.d.ts", - "renderer/canvas/TileLayer.d.ts", - "renderer/canvas/VectorLayer.d.ts", - "renderer/canvas/VectorTileLayer.d.ts", - "renderer/Layer.d.ts", - "renderer/Map.d.ts", - "renderer/vector.d.ts", - "renderer/webgl/defaultmapshader.d.ts", - "renderer/webgl/defaultmapshader/Locations.d.ts", - "renderer/webgl/ImageLayer.d.ts", - "renderer/webgl/Layer.d.ts", - "renderer/webgl/Map.d.ts", - "renderer/webgl/TileLayer.d.ts", - "renderer/webgl/tilelayershader.d.ts", - "renderer/webgl/tilelayershader/Locations.d.ts", - "renderer/webgl/VectorLayer.d.ts", - "reproj.d.ts", - "reproj/common.d.ts", - "reproj/Image.d.ts", - "reproj/Tile.d.ts", - "reproj/Triangulation.d.ts", - "resolutionconstraint.d.ts", - "rotationconstraint.d.ts", - "size.d.ts", - "source.d.ts", - "source/BingMaps.d.ts", - "source/CartoDB.d.ts", - "source/Cluster.d.ts", - "source/common.d.ts", - "source/Image.d.ts", - "source/ImageArcGISRest.d.ts", - "source/ImageCanvas.d.ts", - "source/ImageMapGuide.d.ts", - "source/ImageStatic.d.ts", - "source/ImageWMS.d.ts", - "source/OSM.d.ts", - "source/Raster.d.ts", - "source/Source.d.ts", - "source/Stamen.d.ts", - "source/State.d.ts", - "source/Tile.d.ts", - "source/TileArcGISRest.d.ts", - "source/TileDebug.d.ts", - "source/TileEventType.d.ts", - "source/TileImage.d.ts", - "source/TileJSON.d.ts", - "source/TileWMS.d.ts", - "source/UrlTile.d.ts", - "source/UTFGrid.d.ts", - "source/Vector.d.ts", - "source/VectorEventType.d.ts", - "source/VectorTile.d.ts", - "source/WMSServerType.d.ts", - "source/WMTS.d.ts", - "source/WMTSRequestEncoding.d.ts", - "source/XYZ.d.ts", - "source/Zoomify.d.ts", - "sphere.d.ts", - "string.d.ts", - "structs/LinkedList.d.ts", - "structs/LRUCache.d.ts", - "structs/PriorityQueue.d.ts", - "structs/RBush.d.ts", - "style.d.ts", - "style/Atlas.d.ts", - "style/AtlasManager.d.ts", - "style/Circle.d.ts", - "style/Fill.d.ts", - "style/Icon.d.ts", - "style/IconAnchorUnits.d.ts", - "style/IconImage.d.ts", - "style/IconImageCache.d.ts", - "style/IconOrigin.d.ts", - "style/Image.d.ts", - "style/RegularShape.d.ts", - "style/Stroke.d.ts", - "style/Style.d.ts", - "style/Text.d.ts", - "style/TextPlacement.d.ts", - "Tile.d.ts", - "TileCache.d.ts", - "tilecoord.d.ts", - "tilegrid.d.ts", - "tilegrid/common.d.ts", - "tilegrid/TileGrid.d.ts", - "tilegrid/WMTS.d.ts", - "TileQueue.d.ts", - "TileRange.d.ts", - "TileState.d.ts", - "tileurlfunction.d.ts", - "transform.d.ts", - "uri.d.ts", - "util.d.ts", - "vec/mat4.d.ts", - "VectorImageTile.d.ts", - "VectorTile.d.ts", - "View.d.ts", - "ViewHint.d.ts", - "ViewProperty.d.ts", - "webgl.d.ts", - "webgl/Buffer.d.ts", - "webgl/Context.d.ts", - "webgl/ContextEventType.d.ts", - "webgl/Fragment.d.ts", - "webgl/Shader.d.ts", - "webgl/Vertex.d.ts", - "WebGLMap.d.ts", - "xml.d.ts", "ol-tests.ts" ] } \ No newline at end of file diff --git a/types/openfin/OTHER_FILES.txt b/types/openfin/OTHER_FILES.txt new file mode 100644 index 0000000000..8dc1d49bf8 --- /dev/null +++ b/types/openfin/OTHER_FILES.txt @@ -0,0 +1,75 @@ +_v2/api/application/application.d.ts +_v2/api/application/applicationOption.d.ts +_v2/api/base.d.ts +_v2/api/browserview/browserview.d.ts +_v2/api/clipboard/clipboard.d.ts +_v2/api/clipboard/write-request.d.ts +_v2/api/events/application.d.ts +_v2/api/events/base.d.ts +_v2/api/events/browserview.d.ts +_v2/api/events/channel.d.ts +_v2/api/events/emitterMap.d.ts +_v2/api/events/eventAggregator.d.ts +_v2/api/events/externalApplication.d.ts +_v2/api/events/externalWindow.d.ts +_v2/api/events/frame.d.ts +_v2/api/events/globalHotkey.d.ts +_v2/api/events/notifications.d.ts +_v2/api/events/system.d.ts +_v2/api/events/webcontents.d.ts +_v2/api/events/window.d.ts +_v2/api/external-application/external-application.d.ts +_v2/api/external-window/external-window.d.ts +_v2/api/fin.d.ts +_v2/api/frame/frame.d.ts +_v2/api/global-hotkey/index.d.ts +_v2/api/interappbus/channel/channel.d.ts +_v2/api/interappbus/channel/client.d.ts +_v2/api/interappbus/channel/index.d.ts +_v2/api/interappbus/channel/provider.d.ts +_v2/api/interappbus/interappbus.d.ts +_v2/api/notification/notification.d.ts +_v2/api/system/application.d.ts +_v2/api/system/clearCacheOption.d.ts +_v2/api/system/cookie.d.ts +_v2/api/system/crashReporterOption.d.ts +_v2/api/system/download-asset.d.ts +_v2/api/system/download-preload.d.ts +_v2/api/system/entity.d.ts +_v2/api/system/external-process.d.ts +_v2/api/system/host-specs.d.ts +_v2/api/system/log.d.ts +_v2/api/system/monitor.d.ts +_v2/api/system/point.d.ts +_v2/api/system/process.d.ts +_v2/api/system/proxy.d.ts +_v2/api/system/registry-info.d.ts +_v2/api/system/runtime-info.d.ts +_v2/api/system/rvm.d.ts +_v2/api/system/system.d.ts +_v2/api/system/window.d.ts +_v2/api/webcontents/webcontents.d.ts +_v2/api/window/bounds-changed.d.ts +_v2/api/window/window.d.ts +_v2/api/window/windowOption.d.ts +_v2/environment/environment.d.ts +_v2/environment/node-env.d.ts +_v2/environment/openfin-env.d.ts +_v2/environment/openfin-renderer-api.d.ts +_v2/identity.d.ts +_v2/launcher/launcher.d.ts +_v2/launcher/nix-launch.d.ts +_v2/launcher/util.d.ts +_v2/launcher/win-launch.d.ts +_v2/main.d.ts +_v2/of-main.d.ts +_v2/shapes.d.ts +_v2/transport/elipc.d.ts +_v2/transport/port-discovery.d.ts +_v2/transport/transport-errors.d.ts +_v2/transport/transport.d.ts +_v2/transport/websocket.d.ts +_v2/transport/wire.d.ts +_v2/util/normalize-config.d.ts +_v2/util/promises.d.ts +_v2/util/ref-counter.d.ts \ No newline at end of file diff --git a/types/openfin/tsconfig.json b/types/openfin/tsconfig.json index 0ad684e57d..cbb08533c1 100644 --- a/types/openfin/tsconfig.json +++ b/types/openfin/tsconfig.json @@ -19,64 +19,6 @@ }, "files": [ "index.d.ts", - "openfin-tests.ts", - "_v2/api/application/application.d.ts", - "_v2/api/application/applicationOption.d.ts", - "_v2/api/base.d.ts", - "_v2/api/clipboard/clipboard.d.ts", - "_v2/api/clipboard/write-request.d.ts", - "_v2/api/external-application/external-application.d.ts", - "_v2/api/external-window/external-window.d.ts", - "_v2/api/fin.d.ts", - "_v2/api/frame/frame.d.ts", - "_v2/api/global-hotkey/index.d.ts", - "_v2/api/interappbus/channel/channel.d.ts", - "_v2/api/interappbus/channel/client.d.ts", - "_v2/api/interappbus/channel/index.d.ts", - "_v2/api/interappbus/channel/provider.d.ts", - "_v2/api/interappbus/interappbus.d.ts", - "_v2/api/notification/notification.d.ts", - "_v2/api/system/application.d.ts", - "_v2/api/system/clearCacheOption.d.ts", - "_v2/api/system/cookie.d.ts", - "_v2/api/system/crashReporterOption.d.ts", - "_v2/api/system/download-asset.d.ts", - "_v2/api/system/download-preload.d.ts", - "_v2/api/system/entity.d.ts", - "_v2/api/system/external-process.d.ts", - "_v2/api/system/host-specs.d.ts", - "_v2/api/system/log.d.ts", - "_v2/api/system/monitor.d.ts", - "_v2/api/system/point.d.ts", - "_v2/api/system/process.d.ts", - "_v2/api/system/proxy.d.ts", - "_v2/api/system/registry-info.d.ts", - "_v2/api/system/runtime-info.d.ts", - "_v2/api/system/rvm.d.ts", - "_v2/api/system/system.d.ts", - "_v2/api/system/window.d.ts", - "_v2/api/window/bounds-changed.d.ts", - "_v2/api/window/window.d.ts", - "_v2/api/window/windowOption.d.ts", - "_v2/environment/environment.d.ts", - "_v2/environment/node-env.d.ts", - "_v2/environment/openfin-env.d.ts", - "_v2/environment/openfin-renderer-api.d.ts", - "_v2/identity.d.ts", - "_v2/launcher/launcher.d.ts", - "_v2/launcher/nix-launch.d.ts", - "_v2/launcher/util.d.ts", - "_v2/launcher/win-launch.d.ts", - "_v2/main.d.ts", - "_v2/of-main.d.ts", - "_v2/transport/elipc.d.ts", - "_v2/transport/port-discovery.d.ts", - "_v2/transport/transport-errors.d.ts", - "_v2/transport/transport.d.ts", - "_v2/transport/websocket.d.ts", - "_v2/transport/wire.d.ts", - "_v2/util/normalize-config.d.ts", - "_v2/util/promises.d.ts", - "_v2/util/ref-counter.d.ts" + "openfin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openfin/v34/OTHER_FILES.txt b/types/openfin/v34/OTHER_FILES.txt new file mode 100644 index 0000000000..cfd17f063d --- /dev/null +++ b/types/openfin/v34/OTHER_FILES.txt @@ -0,0 +1,57 @@ +_v2/api/application/application.d.ts +_v2/api/base.d.ts +_v2/api/clipboard/clipboard.d.ts +_v2/api/clipboard/write-request.d.ts +_v2/api/external-application/external-application.d.ts +_v2/api/fin.d.ts +_v2/api/frame/frame.d.ts +_v2/api/global-hotkey/index.d.ts +_v2/api/interappbus/channel/channel.d.ts +_v2/api/interappbus/channel/client.d.ts +_v2/api/interappbus/channel/index.d.ts +_v2/api/interappbus/channel/provider.d.ts +_v2/api/interappbus/interappbus.d.ts +_v2/api/notification/notification.d.ts +_v2/api/system/application.d.ts +_v2/api/system/clearCacheOption.d.ts +_v2/api/system/cookie.d.ts +_v2/api/system/crashReporterOption.d.ts +_v2/api/system/download-asset.d.ts +_v2/api/system/download-preload.d.ts +_v2/api/system/entity.d.ts +_v2/api/system/external-process.d.ts +_v2/api/system/host-specs.d.ts +_v2/api/system/log.d.ts +_v2/api/system/monitor.d.ts +_v2/api/system/point.d.ts +_v2/api/system/process.d.ts +_v2/api/system/proxy.d.ts +_v2/api/system/registry-info.d.ts +_v2/api/system/runtime-info.d.ts +_v2/api/system/rvm.d.ts +_v2/api/system/system.d.ts +_v2/api/system/window.d.ts +_v2/api/window/bounds-changed.d.ts +_v2/api/window/bounds.d.ts +_v2/api/window/transition.d.ts +_v2/api/window/window.d.ts +_v2/environment/environment.d.ts +_v2/environment/node-env.d.ts +_v2/environment/openfin-env.d.ts +_v2/environment/openfin-renderer-api.d.ts +_v2/identity.d.ts +_v2/launcher/launcher.d.ts +_v2/launcher/nix-launch.d.ts +_v2/launcher/util.d.ts +_v2/launcher/win-launch.d.ts +_v2/main.d.ts +_v2/of-main.d.ts +_v2/transport/elipc.d.ts +_v2/transport/port-discovery.d.ts +_v2/transport/transport-errors.d.ts +_v2/transport/transport.d.ts +_v2/transport/websocket.d.ts +_v2/transport/wire.d.ts +_v2/util/normalize-config.d.ts +_v2/util/promises.d.ts +_v2/util/ref-counter.d.ts \ No newline at end of file diff --git a/types/openfin/v34/tsconfig.json b/types/openfin/v34/tsconfig.json index c446671530..151bd93e3c 100644 --- a/types/openfin/v34/tsconfig.json +++ b/types/openfin/v34/tsconfig.json @@ -24,63 +24,6 @@ }, "files": [ "index.d.ts", - "openfin-tests.ts", - "_v2/api/application/application.d.ts", - "_v2/api/base.d.ts", - "_v2/api/clipboard/clipboard.d.ts", - "_v2/api/clipboard/write-request.d.ts", - "_v2/api/external-application/external-application.d.ts", - "_v2/api/fin.d.ts", - "_v2/api/frame/frame.d.ts", - "_v2/api/global-hotkey/index.d.ts", - "_v2/api/interappbus/channel/channel.d.ts", - "_v2/api/interappbus/channel/client.d.ts", - "_v2/api/interappbus/channel/index.d.ts", - "_v2/api/interappbus/channel/provider.d.ts", - "_v2/api/interappbus/interappbus.d.ts", - "_v2/api/notification/notification.d.ts", - "_v2/api/system/application.d.ts", - "_v2/api/system/clearCacheOption.d.ts", - "_v2/api/system/cookie.d.ts", - "_v2/api/system/crashReporterOption.d.ts", - "_v2/api/system/download-asset.d.ts", - "_v2/api/system/download-preload.d.ts", - "_v2/api/system/entity.d.ts", - "_v2/api/system/external-process.d.ts", - "_v2/api/system/host-specs.d.ts", - "_v2/api/system/log.d.ts", - "_v2/api/system/monitor.d.ts", - "_v2/api/system/point.d.ts", - "_v2/api/system/process.d.ts", - "_v2/api/system/proxy.d.ts", - "_v2/api/system/registry-info.d.ts", - "_v2/api/system/runtime-info.d.ts", - "_v2/api/system/rvm.d.ts", - "_v2/api/system/system.d.ts", - "_v2/api/system/window.d.ts", - "_v2/api/window/bounds-changed.d.ts", - "_v2/api/window/bounds.d.ts", - "_v2/api/window/transition.d.ts", - "_v2/api/window/window.d.ts", - "_v2/environment/environment.d.ts", - "_v2/environment/node-env.d.ts", - "_v2/environment/openfin-env.d.ts", - "_v2/environment/openfin-renderer-api.d.ts", - "_v2/identity.d.ts", - "_v2/launcher/launcher.d.ts", - "_v2/launcher/nix-launch.d.ts", - "_v2/launcher/util.d.ts", - "_v2/launcher/win-launch.d.ts", - "_v2/main.d.ts", - "_v2/of-main.d.ts", - "_v2/transport/elipc.d.ts", - "_v2/transport/port-discovery.d.ts", - "_v2/transport/transport-errors.d.ts", - "_v2/transport/transport.d.ts", - "_v2/transport/websocket.d.ts", - "_v2/transport/wire.d.ts", - "_v2/util/normalize-config.d.ts", - "_v2/util/promises.d.ts", - "_v2/util/ref-counter.d.ts" + "openfin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openfin/v37/OTHER_FILES.txt b/types/openfin/v37/OTHER_FILES.txt new file mode 100644 index 0000000000..8bd66b8533 --- /dev/null +++ b/types/openfin/v37/OTHER_FILES.txt @@ -0,0 +1,71 @@ +_v2/api/application/application.d.ts +_v2/api/application/applicationOption.d.ts +_v2/api/base.d.ts +_v2/api/clipboard/clipboard.d.ts +_v2/api/clipboard/write-request.d.ts +_v2/api/events/application.d.ts +_v2/api/events/base.d.ts +_v2/api/events/channel.d.ts +_v2/api/events/emitterMap.d.ts +_v2/api/events/eventAggregator.d.ts +_v2/api/events/externalApplication.d.ts +_v2/api/events/frame.d.ts +_v2/api/events/globalHotkey.d.ts +_v2/api/events/notifications.d.ts +_v2/api/events/system.d.ts +_v2/api/events/window.d.ts +_v2/api/external-application/external-application.d.ts +_v2/api/fin.d.ts +_v2/api/frame/frame.d.ts +_v2/api/global-hotkey/index.d.ts +_v2/api/interappbus/channel/channel.d.ts +_v2/api/interappbus/channel/client.d.ts +_v2/api/interappbus/channel/index.d.ts +_v2/api/interappbus/channel/provider.d.ts +_v2/api/interappbus/interappbus.d.ts +_v2/api/notification/notification.d.ts +_v2/api/system/application.d.ts +_v2/api/system/clearCacheOption.d.ts +_v2/api/system/cookie.d.ts +_v2/api/system/crashReporterOption.d.ts +_v2/api/system/download-asset.d.ts +_v2/api/system/download-preload.d.ts +_v2/api/system/entity.d.ts +_v2/api/system/external-process.d.ts +_v2/api/system/host-specs.d.ts +_v2/api/system/log.d.ts +_v2/api/system/monitor.d.ts +_v2/api/system/point.d.ts +_v2/api/system/process.d.ts +_v2/api/system/proxy.d.ts +_v2/api/system/registry-info.d.ts +_v2/api/system/runtime-info.d.ts +_v2/api/system/rvm.d.ts +_v2/api/system/system.d.ts +_v2/api/system/window.d.ts +_v2/api/window/anchor-type.d.ts +_v2/api/window/bounds-changed.d.ts +_v2/api/window/bounds.d.ts +_v2/api/window/transition.d.ts +_v2/api/window/window.d.ts +_v2/api/window/windowOption.d.ts +_v2/environment/environment.d.ts +_v2/environment/node-env.d.ts +_v2/environment/openfin-env.d.ts +_v2/environment/openfin-renderer-api.d.ts +_v2/identity.d.ts +_v2/launcher/launcher.d.ts +_v2/launcher/nix-launch.d.ts +_v2/launcher/util.d.ts +_v2/launcher/win-launch.d.ts +_v2/main.d.ts +_v2/of-main.d.ts +_v2/transport/elipc.d.ts +_v2/transport/port-discovery.d.ts +_v2/transport/transport-errors.d.ts +_v2/transport/transport.d.ts +_v2/transport/websocket.d.ts +_v2/transport/wire.d.ts +_v2/util/normalize-config.d.ts +_v2/util/promises.d.ts +_v2/util/ref-counter.d.ts \ No newline at end of file diff --git a/types/openfin/v37/tsconfig.json b/types/openfin/v37/tsconfig.json index b054254a07..950dcfc9b6 100644 --- a/types/openfin/v37/tsconfig.json +++ b/types/openfin/v37/tsconfig.json @@ -24,66 +24,6 @@ }, "files": [ "index.d.ts", - "openfin-tests.ts", - "_v2/api/application/application.d.ts", - "_v2/api/application/applicationOption.d.ts", - "_v2/api/base.d.ts", - "_v2/api/clipboard/clipboard.d.ts", - "_v2/api/clipboard/write-request.d.ts", - "_v2/api/external-application/external-application.d.ts", - "_v2/api/fin.d.ts", - "_v2/api/frame/frame.d.ts", - "_v2/api/global-hotkey/index.d.ts", - "_v2/api/interappbus/channel/channel.d.ts", - "_v2/api/interappbus/channel/client.d.ts", - "_v2/api/interappbus/channel/index.d.ts", - "_v2/api/interappbus/channel/provider.d.ts", - "_v2/api/interappbus/interappbus.d.ts", - "_v2/api/notification/notification.d.ts", - "_v2/api/system/application.d.ts", - "_v2/api/system/clearCacheOption.d.ts", - "_v2/api/system/cookie.d.ts", - "_v2/api/system/crashReporterOption.d.ts", - "_v2/api/system/download-asset.d.ts", - "_v2/api/system/download-preload.d.ts", - "_v2/api/system/entity.d.ts", - "_v2/api/system/external-process.d.ts", - "_v2/api/system/host-specs.d.ts", - "_v2/api/system/log.d.ts", - "_v2/api/system/monitor.d.ts", - "_v2/api/system/point.d.ts", - "_v2/api/system/process.d.ts", - "_v2/api/system/proxy.d.ts", - "_v2/api/system/registry-info.d.ts", - "_v2/api/system/runtime-info.d.ts", - "_v2/api/system/rvm.d.ts", - "_v2/api/system/system.d.ts", - "_v2/api/system/window.d.ts", - "_v2/api/window/anchor-type.d.ts", - "_v2/api/window/bounds-changed.d.ts", - "_v2/api/window/bounds.d.ts", - "_v2/api/window/transition.d.ts", - "_v2/api/window/window.d.ts", - "_v2/api/window/windowOption.d.ts", - "_v2/environment/environment.d.ts", - "_v2/environment/node-env.d.ts", - "_v2/environment/openfin-env.d.ts", - "_v2/environment/openfin-renderer-api.d.ts", - "_v2/identity.d.ts", - "_v2/launcher/launcher.d.ts", - "_v2/launcher/nix-launch.d.ts", - "_v2/launcher/util.d.ts", - "_v2/launcher/win-launch.d.ts", - "_v2/main.d.ts", - "_v2/of-main.d.ts", - "_v2/transport/elipc.d.ts", - "_v2/transport/port-discovery.d.ts", - "_v2/transport/transport-errors.d.ts", - "_v2/transport/transport.d.ts", - "_v2/transport/websocket.d.ts", - "_v2/transport/wire.d.ts", - "_v2/util/normalize-config.d.ts", - "_v2/util/promises.d.ts", - "_v2/util/ref-counter.d.ts" + "openfin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openfin/v39/OTHER_FILES.txt b/types/openfin/v39/OTHER_FILES.txt new file mode 100644 index 0000000000..8bd66b8533 --- /dev/null +++ b/types/openfin/v39/OTHER_FILES.txt @@ -0,0 +1,71 @@ +_v2/api/application/application.d.ts +_v2/api/application/applicationOption.d.ts +_v2/api/base.d.ts +_v2/api/clipboard/clipboard.d.ts +_v2/api/clipboard/write-request.d.ts +_v2/api/events/application.d.ts +_v2/api/events/base.d.ts +_v2/api/events/channel.d.ts +_v2/api/events/emitterMap.d.ts +_v2/api/events/eventAggregator.d.ts +_v2/api/events/externalApplication.d.ts +_v2/api/events/frame.d.ts +_v2/api/events/globalHotkey.d.ts +_v2/api/events/notifications.d.ts +_v2/api/events/system.d.ts +_v2/api/events/window.d.ts +_v2/api/external-application/external-application.d.ts +_v2/api/fin.d.ts +_v2/api/frame/frame.d.ts +_v2/api/global-hotkey/index.d.ts +_v2/api/interappbus/channel/channel.d.ts +_v2/api/interappbus/channel/client.d.ts +_v2/api/interappbus/channel/index.d.ts +_v2/api/interappbus/channel/provider.d.ts +_v2/api/interappbus/interappbus.d.ts +_v2/api/notification/notification.d.ts +_v2/api/system/application.d.ts +_v2/api/system/clearCacheOption.d.ts +_v2/api/system/cookie.d.ts +_v2/api/system/crashReporterOption.d.ts +_v2/api/system/download-asset.d.ts +_v2/api/system/download-preload.d.ts +_v2/api/system/entity.d.ts +_v2/api/system/external-process.d.ts +_v2/api/system/host-specs.d.ts +_v2/api/system/log.d.ts +_v2/api/system/monitor.d.ts +_v2/api/system/point.d.ts +_v2/api/system/process.d.ts +_v2/api/system/proxy.d.ts +_v2/api/system/registry-info.d.ts +_v2/api/system/runtime-info.d.ts +_v2/api/system/rvm.d.ts +_v2/api/system/system.d.ts +_v2/api/system/window.d.ts +_v2/api/window/anchor-type.d.ts +_v2/api/window/bounds-changed.d.ts +_v2/api/window/bounds.d.ts +_v2/api/window/transition.d.ts +_v2/api/window/window.d.ts +_v2/api/window/windowOption.d.ts +_v2/environment/environment.d.ts +_v2/environment/node-env.d.ts +_v2/environment/openfin-env.d.ts +_v2/environment/openfin-renderer-api.d.ts +_v2/identity.d.ts +_v2/launcher/launcher.d.ts +_v2/launcher/nix-launch.d.ts +_v2/launcher/util.d.ts +_v2/launcher/win-launch.d.ts +_v2/main.d.ts +_v2/of-main.d.ts +_v2/transport/elipc.d.ts +_v2/transport/port-discovery.d.ts +_v2/transport/transport-errors.d.ts +_v2/transport/transport.d.ts +_v2/transport/websocket.d.ts +_v2/transport/wire.d.ts +_v2/util/normalize-config.d.ts +_v2/util/promises.d.ts +_v2/util/ref-counter.d.ts \ No newline at end of file diff --git a/types/openfin/v39/tsconfig.json b/types/openfin/v39/tsconfig.json index 0e81218917..3dd4ad2cd0 100644 --- a/types/openfin/v39/tsconfig.json +++ b/types/openfin/v39/tsconfig.json @@ -24,66 +24,6 @@ }, "files": [ "index.d.ts", - "openfin-tests.ts", - "_v2/api/application/application.d.ts", - "_v2/api/application/applicationOption.d.ts", - "_v2/api/base.d.ts", - "_v2/api/clipboard/clipboard.d.ts", - "_v2/api/clipboard/write-request.d.ts", - "_v2/api/external-application/external-application.d.ts", - "_v2/api/fin.d.ts", - "_v2/api/frame/frame.d.ts", - "_v2/api/global-hotkey/index.d.ts", - "_v2/api/interappbus/channel/channel.d.ts", - "_v2/api/interappbus/channel/client.d.ts", - "_v2/api/interappbus/channel/index.d.ts", - "_v2/api/interappbus/channel/provider.d.ts", - "_v2/api/interappbus/interappbus.d.ts", - "_v2/api/notification/notification.d.ts", - "_v2/api/system/application.d.ts", - "_v2/api/system/clearCacheOption.d.ts", - "_v2/api/system/cookie.d.ts", - "_v2/api/system/crashReporterOption.d.ts", - "_v2/api/system/download-asset.d.ts", - "_v2/api/system/download-preload.d.ts", - "_v2/api/system/entity.d.ts", - "_v2/api/system/external-process.d.ts", - "_v2/api/system/host-specs.d.ts", - "_v2/api/system/log.d.ts", - "_v2/api/system/monitor.d.ts", - "_v2/api/system/point.d.ts", - "_v2/api/system/process.d.ts", - "_v2/api/system/proxy.d.ts", - "_v2/api/system/registry-info.d.ts", - "_v2/api/system/runtime-info.d.ts", - "_v2/api/system/rvm.d.ts", - "_v2/api/system/system.d.ts", - "_v2/api/system/window.d.ts", - "_v2/api/window/anchor-type.d.ts", - "_v2/api/window/bounds-changed.d.ts", - "_v2/api/window/bounds.d.ts", - "_v2/api/window/transition.d.ts", - "_v2/api/window/window.d.ts", - "_v2/api/window/windowOption.d.ts", - "_v2/environment/environment.d.ts", - "_v2/environment/node-env.d.ts", - "_v2/environment/openfin-env.d.ts", - "_v2/environment/openfin-renderer-api.d.ts", - "_v2/identity.d.ts", - "_v2/launcher/launcher.d.ts", - "_v2/launcher/nix-launch.d.ts", - "_v2/launcher/util.d.ts", - "_v2/launcher/win-launch.d.ts", - "_v2/main.d.ts", - "_v2/of-main.d.ts", - "_v2/transport/elipc.d.ts", - "_v2/transport/port-discovery.d.ts", - "_v2/transport/transport-errors.d.ts", - "_v2/transport/transport.d.ts", - "_v2/transport/websocket.d.ts", - "_v2/transport/wire.d.ts", - "_v2/util/normalize-config.d.ts", - "_v2/util/promises.d.ts", - "_v2/util/ref-counter.d.ts" + "openfin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openfin/v41/OTHER_FILES.txt b/types/openfin/v41/OTHER_FILES.txt new file mode 100644 index 0000000000..8bd66b8533 --- /dev/null +++ b/types/openfin/v41/OTHER_FILES.txt @@ -0,0 +1,71 @@ +_v2/api/application/application.d.ts +_v2/api/application/applicationOption.d.ts +_v2/api/base.d.ts +_v2/api/clipboard/clipboard.d.ts +_v2/api/clipboard/write-request.d.ts +_v2/api/events/application.d.ts +_v2/api/events/base.d.ts +_v2/api/events/channel.d.ts +_v2/api/events/emitterMap.d.ts +_v2/api/events/eventAggregator.d.ts +_v2/api/events/externalApplication.d.ts +_v2/api/events/frame.d.ts +_v2/api/events/globalHotkey.d.ts +_v2/api/events/notifications.d.ts +_v2/api/events/system.d.ts +_v2/api/events/window.d.ts +_v2/api/external-application/external-application.d.ts +_v2/api/fin.d.ts +_v2/api/frame/frame.d.ts +_v2/api/global-hotkey/index.d.ts +_v2/api/interappbus/channel/channel.d.ts +_v2/api/interappbus/channel/client.d.ts +_v2/api/interappbus/channel/index.d.ts +_v2/api/interappbus/channel/provider.d.ts +_v2/api/interappbus/interappbus.d.ts +_v2/api/notification/notification.d.ts +_v2/api/system/application.d.ts +_v2/api/system/clearCacheOption.d.ts +_v2/api/system/cookie.d.ts +_v2/api/system/crashReporterOption.d.ts +_v2/api/system/download-asset.d.ts +_v2/api/system/download-preload.d.ts +_v2/api/system/entity.d.ts +_v2/api/system/external-process.d.ts +_v2/api/system/host-specs.d.ts +_v2/api/system/log.d.ts +_v2/api/system/monitor.d.ts +_v2/api/system/point.d.ts +_v2/api/system/process.d.ts +_v2/api/system/proxy.d.ts +_v2/api/system/registry-info.d.ts +_v2/api/system/runtime-info.d.ts +_v2/api/system/rvm.d.ts +_v2/api/system/system.d.ts +_v2/api/system/window.d.ts +_v2/api/window/anchor-type.d.ts +_v2/api/window/bounds-changed.d.ts +_v2/api/window/bounds.d.ts +_v2/api/window/transition.d.ts +_v2/api/window/window.d.ts +_v2/api/window/windowOption.d.ts +_v2/environment/environment.d.ts +_v2/environment/node-env.d.ts +_v2/environment/openfin-env.d.ts +_v2/environment/openfin-renderer-api.d.ts +_v2/identity.d.ts +_v2/launcher/launcher.d.ts +_v2/launcher/nix-launch.d.ts +_v2/launcher/util.d.ts +_v2/launcher/win-launch.d.ts +_v2/main.d.ts +_v2/of-main.d.ts +_v2/transport/elipc.d.ts +_v2/transport/port-discovery.d.ts +_v2/transport/transport-errors.d.ts +_v2/transport/transport.d.ts +_v2/transport/websocket.d.ts +_v2/transport/wire.d.ts +_v2/util/normalize-config.d.ts +_v2/util/promises.d.ts +_v2/util/ref-counter.d.ts \ No newline at end of file diff --git a/types/openfin/v41/tsconfig.json b/types/openfin/v41/tsconfig.json index 1d4b9e9327..ccb70b4b33 100644 --- a/types/openfin/v41/tsconfig.json +++ b/types/openfin/v41/tsconfig.json @@ -24,66 +24,6 @@ }, "files": [ "index.d.ts", - "openfin-tests.ts", - "_v2/api/application/application.d.ts", - "_v2/api/application/applicationOption.d.ts", - "_v2/api/base.d.ts", - "_v2/api/clipboard/clipboard.d.ts", - "_v2/api/clipboard/write-request.d.ts", - "_v2/api/external-application/external-application.d.ts", - "_v2/api/fin.d.ts", - "_v2/api/frame/frame.d.ts", - "_v2/api/global-hotkey/index.d.ts", - "_v2/api/interappbus/channel/channel.d.ts", - "_v2/api/interappbus/channel/client.d.ts", - "_v2/api/interappbus/channel/index.d.ts", - "_v2/api/interappbus/channel/provider.d.ts", - "_v2/api/interappbus/interappbus.d.ts", - "_v2/api/notification/notification.d.ts", - "_v2/api/system/application.d.ts", - "_v2/api/system/clearCacheOption.d.ts", - "_v2/api/system/cookie.d.ts", - "_v2/api/system/crashReporterOption.d.ts", - "_v2/api/system/download-asset.d.ts", - "_v2/api/system/download-preload.d.ts", - "_v2/api/system/entity.d.ts", - "_v2/api/system/external-process.d.ts", - "_v2/api/system/host-specs.d.ts", - "_v2/api/system/log.d.ts", - "_v2/api/system/monitor.d.ts", - "_v2/api/system/point.d.ts", - "_v2/api/system/process.d.ts", - "_v2/api/system/proxy.d.ts", - "_v2/api/system/registry-info.d.ts", - "_v2/api/system/runtime-info.d.ts", - "_v2/api/system/rvm.d.ts", - "_v2/api/system/system.d.ts", - "_v2/api/system/window.d.ts", - "_v2/api/window/anchor-type.d.ts", - "_v2/api/window/bounds-changed.d.ts", - "_v2/api/window/bounds.d.ts", - "_v2/api/window/transition.d.ts", - "_v2/api/window/window.d.ts", - "_v2/api/window/windowOption.d.ts", - "_v2/environment/environment.d.ts", - "_v2/environment/node-env.d.ts", - "_v2/environment/openfin-env.d.ts", - "_v2/environment/openfin-renderer-api.d.ts", - "_v2/identity.d.ts", - "_v2/launcher/launcher.d.ts", - "_v2/launcher/nix-launch.d.ts", - "_v2/launcher/util.d.ts", - "_v2/launcher/win-launch.d.ts", - "_v2/main.d.ts", - "_v2/of-main.d.ts", - "_v2/transport/elipc.d.ts", - "_v2/transport/port-discovery.d.ts", - "_v2/transport/transport-errors.d.ts", - "_v2/transport/transport.d.ts", - "_v2/transport/websocket.d.ts", - "_v2/transport/wire.d.ts", - "_v2/util/normalize-config.d.ts", - "_v2/util/promises.d.ts", - "_v2/util/ref-counter.d.ts" + "openfin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openfin/v43/OTHER_FILES.txt b/types/openfin/v43/OTHER_FILES.txt new file mode 100644 index 0000000000..5af846b19a --- /dev/null +++ b/types/openfin/v43/OTHER_FILES.txt @@ -0,0 +1,73 @@ +_v2/api/application/application.d.ts +_v2/api/application/applicationOption.d.ts +_v2/api/base.d.ts +_v2/api/browserview/browserview.d.ts +_v2/api/clipboard/clipboard.d.ts +_v2/api/clipboard/write-request.d.ts +_v2/api/events/application.d.ts +_v2/api/events/base.d.ts +_v2/api/events/channel.d.ts +_v2/api/events/emitterMap.d.ts +_v2/api/events/eventAggregator.d.ts +_v2/api/events/externalApplication.d.ts +_v2/api/events/externalWindow.d.ts +_v2/api/events/frame.d.ts +_v2/api/events/globalHotkey.d.ts +_v2/api/events/notifications.d.ts +_v2/api/events/system.d.ts +_v2/api/events/window.d.ts +_v2/api/external-application/external-application.d.ts +_v2/api/external-window/external-window.d.ts +_v2/api/fin.d.ts +_v2/api/frame/frame.d.ts +_v2/api/global-hotkey/index.d.ts +_v2/api/interappbus/channel/channel.d.ts +_v2/api/interappbus/channel/client.d.ts +_v2/api/interappbus/channel/index.d.ts +_v2/api/interappbus/channel/provider.d.ts +_v2/api/interappbus/interappbus.d.ts +_v2/api/notification/notification.d.ts +_v2/api/system/application.d.ts +_v2/api/system/clearCacheOption.d.ts +_v2/api/system/cookie.d.ts +_v2/api/system/crashReporterOption.d.ts +_v2/api/system/download-asset.d.ts +_v2/api/system/download-preload.d.ts +_v2/api/system/entity.d.ts +_v2/api/system/external-process.d.ts +_v2/api/system/host-specs.d.ts +_v2/api/system/log.d.ts +_v2/api/system/monitor.d.ts +_v2/api/system/point.d.ts +_v2/api/system/process.d.ts +_v2/api/system/proxy.d.ts +_v2/api/system/registry-info.d.ts +_v2/api/system/runtime-info.d.ts +_v2/api/system/rvm.d.ts +_v2/api/system/system.d.ts +_v2/api/system/window.d.ts +_v2/api/webcontents/webcontents.d.ts +_v2/api/window/bounds-changed.d.ts +_v2/api/window/window.d.ts +_v2/api/window/windowOption.d.ts +_v2/environment/environment.d.ts +_v2/environment/node-env.d.ts +_v2/environment/openfin-env.d.ts +_v2/environment/openfin-renderer-api.d.ts +_v2/identity.d.ts +_v2/launcher/launcher.d.ts +_v2/launcher/nix-launch.d.ts +_v2/launcher/util.d.ts +_v2/launcher/win-launch.d.ts +_v2/main.d.ts +_v2/of-main.d.ts +_v2/shapes.d.ts +_v2/transport/elipc.d.ts +_v2/transport/port-discovery.d.ts +_v2/transport/transport-errors.d.ts +_v2/transport/transport.d.ts +_v2/transport/websocket.d.ts +_v2/transport/wire.d.ts +_v2/util/normalize-config.d.ts +_v2/util/promises.d.ts +_v2/util/ref-counter.d.ts \ No newline at end of file diff --git a/types/openfin/v43/tsconfig.json b/types/openfin/v43/tsconfig.json index 2c92f617a2..ffbee4734b 100644 --- a/types/openfin/v43/tsconfig.json +++ b/types/openfin/v43/tsconfig.json @@ -24,64 +24,6 @@ }, "files": [ "index.d.ts", - "openfin-tests.ts", - "_v2/api/application/application.d.ts", - "_v2/api/application/applicationOption.d.ts", - "_v2/api/base.d.ts", - "_v2/api/clipboard/clipboard.d.ts", - "_v2/api/clipboard/write-request.d.ts", - "_v2/api/external-application/external-application.d.ts", - "_v2/api/external-window/external-window.d.ts", - "_v2/api/fin.d.ts", - "_v2/api/frame/frame.d.ts", - "_v2/api/global-hotkey/index.d.ts", - "_v2/api/interappbus/channel/channel.d.ts", - "_v2/api/interappbus/channel/client.d.ts", - "_v2/api/interappbus/channel/index.d.ts", - "_v2/api/interappbus/channel/provider.d.ts", - "_v2/api/interappbus/interappbus.d.ts", - "_v2/api/notification/notification.d.ts", - "_v2/api/system/application.d.ts", - "_v2/api/system/clearCacheOption.d.ts", - "_v2/api/system/cookie.d.ts", - "_v2/api/system/crashReporterOption.d.ts", - "_v2/api/system/download-asset.d.ts", - "_v2/api/system/download-preload.d.ts", - "_v2/api/system/entity.d.ts", - "_v2/api/system/external-process.d.ts", - "_v2/api/system/host-specs.d.ts", - "_v2/api/system/log.d.ts", - "_v2/api/system/monitor.d.ts", - "_v2/api/system/point.d.ts", - "_v2/api/system/process.d.ts", - "_v2/api/system/proxy.d.ts", - "_v2/api/system/registry-info.d.ts", - "_v2/api/system/runtime-info.d.ts", - "_v2/api/system/rvm.d.ts", - "_v2/api/system/system.d.ts", - "_v2/api/system/window.d.ts", - "_v2/api/window/bounds-changed.d.ts", - "_v2/api/window/window.d.ts", - "_v2/api/window/windowOption.d.ts", - "_v2/environment/environment.d.ts", - "_v2/environment/node-env.d.ts", - "_v2/environment/openfin-env.d.ts", - "_v2/environment/openfin-renderer-api.d.ts", - "_v2/identity.d.ts", - "_v2/launcher/launcher.d.ts", - "_v2/launcher/nix-launch.d.ts", - "_v2/launcher/util.d.ts", - "_v2/launcher/win-launch.d.ts", - "_v2/main.d.ts", - "_v2/of-main.d.ts", - "_v2/transport/elipc.d.ts", - "_v2/transport/port-discovery.d.ts", - "_v2/transport/transport-errors.d.ts", - "_v2/transport/transport.d.ts", - "_v2/transport/websocket.d.ts", - "_v2/transport/wire.d.ts", - "_v2/util/normalize-config.d.ts", - "_v2/util/promises.d.ts", - "_v2/util/ref-counter.d.ts" + "openfin-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/openui5/tsconfig.json b/types/openui5/tsconfig.json index e61a38f38c..d8489deeeb 100644 --- a/types/openui5/tsconfig.json +++ b/types/openui5/tsconfig.json @@ -19,9 +19,6 @@ }, "files": [ "index.d.ts", - "jquery.sap.d.ts", - "sap.m.d.ts", - "sap.ui.d.ts", "openui5-tests.ts" ] } \ No newline at end of file diff --git a/types/oracle__oraclejet/OTHER_FILES.txt b/types/oracle__oraclejet/OTHER_FILES.txt new file mode 100644 index 0000000000..016f89c31c --- /dev/null +++ b/types/oracle__oraclejet/OTHER_FILES.txt @@ -0,0 +1,96 @@ +ojaccordion/index.d.ts +ojanimation/index.d.ts +ojarraydataprovider/index.d.ts +ojarraytreedataprovider/index.d.ts +ojattributegrouphandler/index.d.ts +ojavatar/index.d.ts +ojbutton/index.d.ts +ojchart/index.d.ts +ojcheckboxset/index.d.ts +ojcollapsible/index.d.ts +ojcollectiondataprovider/index.d.ts +ojcolor/index.d.ts +ojcolorpalette/index.d.ts +ojcolorspectrum/index.d.ts +ojcomponentcore/index.d.ts +ojcomposite/index.d.ts +ojconfig/index.d.ts +ojcontext/index.d.ts +ojconveyorbelt/index.d.ts +ojdatagrid/index.d.ts +ojdataprovider/index.d.ts +ojdatetimepicker/index.d.ts +ojdefer/index.d.ts +ojdeferreddataprovider/index.d.ts +ojdiagram/index.d.ts +ojdiagram-utils/index.d.ts +ojdialog/index.d.ts +ojdvt-base/index.d.ts +ojeditablevalue/index.d.ts +ojexpressionutils/index.d.ts +ojfilepicker/index.d.ts +ojfilmstrip/index.d.ts +ojformlayout/index.d.ts +ojgantt/index.d.ts +ojganttutils/index.d.ts +ojgauge/index.d.ts +ojinputnumber/index.d.ts +ojinputtext/index.d.ts +ojkeyset/index.d.ts +ojknockout-keyset/index.d.ts +ojknockout-model/index.d.ts +ojknockouttemplateutils/index.d.ts +ojlabel/index.d.ts +ojlabelvalue/index.d.ts +ojlegend/index.d.ts +ojlistdataproviderview/index.d.ts +ojlistview/index.d.ts +ojlocaledata/index.d.ts +ojlogger/index.d.ts +ojmasonrylayout/index.d.ts +ojmenu/index.d.ts +ojmenuselectmany/index.d.ts +ojmessage/index.d.ts +ojmessages/index.d.ts +ojmessaging/index.d.ts +ojmodule-element/index.d.ts +ojmodule-element-utils/index.d.ts +ojmoduleanimations/index.d.ts +ojnavigationlist/index.d.ts +ojnbox/index.d.ts +ojoffcanvas/index.d.ts +ojoptgroup/index.d.ts +ojoption/index.d.ts +ojpictochart/index.d.ts +ojpopup/index.d.ts +ojprogress/index.d.ts +ojprogresslist/index.d.ts +ojpulltorefresh/index.d.ts +ojradioset/index.d.ts +ojrefresher/index.d.ts +ojresponsiveknockoututils/index.d.ts +ojresponsiveutils/index.d.ts +ojrouter/index.d.ts +ojselectcombobox/index.d.ts +ojslider/index.d.ts +ojsunburst/index.d.ts +ojswipeactions/index.d.ts +ojswipetoreveal/index.d.ts +ojswitch/index.d.ts +ojswitcher/index.d.ts +ojtable/index.d.ts +ojtagcloud/index.d.ts +ojthematicmap/index.d.ts +ojthemeutils/index.d.ts +ojtime-base/index.d.ts +ojtimeaxis/index.d.ts +ojtimeutils/index.d.ts +ojtoolbar/index.d.ts +ojtrain/index.d.ts +ojtranslation/index.d.ts +ojtreedataprovider/index.d.ts +ojtreemap/index.d.ts +ojvalidation-base/index.d.ts +ojvalidation-datetime/index.d.ts +ojvalidation-number/index.d.ts +ojvalidationgroup/index.d.ts \ No newline at end of file diff --git a/types/oracle__oraclejet/tsconfig.json b/types/oracle__oraclejet/tsconfig.json index be741c3fe7..0db364b902 100644 --- a/types/oracle__oraclejet/tsconfig.json +++ b/types/oracle__oraclejet/tsconfig.json @@ -1,8 +1,16 @@ { "compileOnSave": true, - "compilerOptions": { + "compilerOptions": { "module": "commonjs", - "lib": ["dom","es5","scripthost", "es2015.core","es2015.collection","es2015","esnext.asynciterable"], + "lib": [ + "dom", + "es5", + "scripthost", + "es2015.core", + "es2015.collection", + "es2015", + "esnext.asynciterable" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, @@ -22,107 +30,10 @@ "@oracle/oraclejet/*": [ "oracle__oraclejet/*" ] - } + } }, "files": [ "oracle__oraclejet-tests.ts", - "index.d.ts", - "ojaccordion/index.d.ts", - "ojanimation/index.d.ts", - "ojarraydataprovider/index.d.ts", - "ojarraytreedataprovider/index.d.ts", - "ojattributegrouphandler/index.d.ts", - "ojavatar/index.d.ts", - "ojbutton/index.d.ts", - "ojchart/index.d.ts", - "ojcheckboxset/index.d.ts", - "ojcollapsible/index.d.ts", - "ojcollectiondataprovider/index.d.ts", - "ojcolor/index.d.ts", - "ojcolorpalette/index.d.ts", - "ojcolorspectrum/index.d.ts", - "ojcomponentcore/index.d.ts", - "ojcomposite/index.d.ts", - "ojconfig/index.d.ts", - "ojcontext/index.d.ts", - "ojconveyorbelt/index.d.ts", - "ojdatagrid/index.d.ts", - "ojdataprovider/index.d.ts", - "ojdatetimepicker/index.d.ts", - "ojdefer/index.d.ts", - "ojdeferreddataprovider/index.d.ts", - "ojdiagram/index.d.ts", - "ojdiagram-utils/index.d.ts", - "ojdialog/index.d.ts", - "ojdvt-base/index.d.ts", - "ojeditablevalue/index.d.ts", - "ojexpressionutils/index.d.ts", - "ojfilepicker/index.d.ts", - "ojfilmstrip/index.d.ts", - "ojformlayout/index.d.ts", - "ojgantt/index.d.ts", - "ojganttutils/index.d.ts", - "ojgauge/index.d.ts", - "ojinputnumber/index.d.ts", - "ojinputtext/index.d.ts", - "ojkeyset/index.d.ts", - "ojknockout-keyset/index.d.ts", - "ojknockout-model/index.d.ts", - "ojknockouttemplateutils/index.d.ts", - "ojlabel/index.d.ts", - "ojlabelvalue/index.d.ts", - "ojlegend/index.d.ts", - "ojlistdataproviderview/index.d.ts", - "ojlistview/index.d.ts", - "ojlocaledata/index.d.ts", - "ojlogger/index.d.ts", - "ojmasonrylayout/index.d.ts", - "ojmenu/index.d.ts", - "ojmenuselectmany/index.d.ts", - "ojmessage/index.d.ts", - "ojmessages/index.d.ts", - "ojmessaging/index.d.ts", - "ojmodel/index.d.ts", - "ojmodule-element/index.d.ts", - "ojmodule-element-utils/index.d.ts", - "ojmoduleanimations/index.d.ts", - "ojnavigationlist/index.d.ts", - "ojnbox/index.d.ts", - "ojoffcanvas/index.d.ts", - "ojoptgroup/index.d.ts", - "ojoption/index.d.ts", - "ojpictochart/index.d.ts", - "ojpopup/index.d.ts", - "ojprogress/index.d.ts", - "ojprogresslist/index.d.ts", - "ojpulltorefresh/index.d.ts", - "ojradioset/index.d.ts", - "ojrefresher/index.d.ts", - "ojresponsiveknockoututils/index.d.ts", - "ojresponsiveutils/index.d.ts", - "ojrouter/index.d.ts", - "ojselectcombobox/index.d.ts", - "ojslider/index.d.ts", - "ojsunburst/index.d.ts", - "ojswipeactions/index.d.ts", - "ojswipetoreveal/index.d.ts", - "ojswitch/index.d.ts", - "ojswitcher/index.d.ts", - "ojtable/index.d.ts", - "ojtagcloud/index.d.ts", - "ojthematicmap/index.d.ts", - "ojthemeutils/index.d.ts", - "ojtime-base/index.d.ts", - "ojtimeaxis/index.d.ts", - "ojtimeutils/index.d.ts", - "ojtoolbar/index.d.ts", - "ojtrain/index.d.ts", - "ojtranslation/index.d.ts", - "ojtreedataprovider/index.d.ts", - "ojtreemap/index.d.ts", - "ojvalidation-base/index.d.ts", - "ojvalidation-datetime/index.d.ts", - "ojvalidation-number/index.d.ts", - "ojvalidationgroup/index.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/p5/OTHER_FILES.txt b/types/p5/OTHER_FILES.txt new file mode 100644 index 0000000000..02c87104d9 --- /dev/null +++ b/types/p5/OTHER_FILES.txt @@ -0,0 +1,2 @@ +global.d.ts +lib/addons/p5.sound.d.ts \ No newline at end of file diff --git a/types/p5/tsconfig.json b/types/p5/tsconfig.json index 2032fd3940..e82ea1a481 100644 --- a/types/p5/tsconfig.json +++ b/types/p5/tsconfig.json @@ -1,75 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es5"], + "lib": [ + "dom", + "es5" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "global.d.ts", - "literals.d.ts", - "constants.d.ts", - "lib/addons/p5.dom.d.ts", - "lib/addons/p5.sound.d.ts", - "src/color/creating_reading.d.ts", - "src/color/p5.Color.d.ts", - "src/color/setting.d.ts", - "src/core/constants.d.ts", - "src/core/environment.d.ts", - "src/core/p5.Element.d.ts", - "src/core/p5.Graphics.d.ts", - "src/core/p5.Renderer.d.ts", - "src/core/rendering.d.ts", - "src/core/shape/2d_primitives.d.ts", - "src/core/shape/attributes.d.ts", - "src/core/shape/curves.d.ts", - "src/core/shape/vertex.d.ts", - "src/core/structure.d.ts", - "src/core/transform.d.ts", - "src/data/local_storage.d.ts", - "src/data/p5.TypedDict.d.ts", - "src/events/acceleration.d.ts", - "src/events/keyboard.d.ts", - "src/events/mouse.d.ts", - "src/events/touch.d.ts", - "src/image/image.d.ts", - "src/image/loading_displaying.d.ts", - "src/image/p5.Image.d.ts", - "src/image/pixels.d.ts", - "src/io/files.d.ts", - "src/io/p5.Table.d.ts", - "src/io/p5.TableRow.d.ts", - "src/io/p5.XML.d.ts", - "src/math/calculation.d.ts", - "src/math/math.d.ts", - "src/math/noise.d.ts", - "src/math/p5.Vector.d.ts", - "src/math/random.d.ts", - "src/math/trigonometry.d.ts", - "src/typography/attributes.d.ts", - "src/typography/loading_displaying.d.ts", - "src/typography/p5.Font.d.ts", - "src/utilities/array_functions.d.ts", - "src/utilities/conversion.d.ts", - "src/utilities/string_functions.d.ts", - "src/utilities/time_date.d.ts", - "src/webgl/3d_primitives.d.ts", - "src/webgl/p5.Camera.d.ts", - "src/webgl/interaction.d.ts", - "src/webgl/light.d.ts", - "src/webgl/loading.d.ts", - "src/webgl/material.d.ts", - "src/webgl/p5.Geometry.d.ts", - "src/webgl/p5.RendererGL.d.ts", - "src/webgl/p5.Shader.d.ts", "test/index.ts" ] -} +} \ No newline at end of file diff --git a/types/pacote/tsconfig.json b/types/pacote/tsconfig.json index 259ba71649..2ad8a0a1de 100644 --- a/types/pacote/tsconfig.json +++ b/types/pacote/tsconfig.json @@ -17,12 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "extract.d.ts", "index.d.ts", - "manifest.d.ts", - "packument.d.ts", - "pacote-tests.ts", - "prefetch.d.ts", - "tarball.d.ts" + "pacote-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/parquetjs/OTHER_FILES.txt b/types/parquetjs/OTHER_FILES.txt new file mode 100644 index 0000000000..832b8158e7 --- /dev/null +++ b/types/parquetjs/OTHER_FILES.txt @@ -0,0 +1 @@ +parquet.d.ts \ No newline at end of file diff --git a/types/parquetjs/tsconfig.json b/types/parquetjs/tsconfig.json index 70cf21d1b1..a3501d7b8b 100755 --- a/types/parquetjs/tsconfig.json +++ b/types/parquetjs/tsconfig.json @@ -18,16 +18,6 @@ }, "files": [ "index.d.ts", - "parquet.d.ts", - "parquetjs-tests.ts", - "lib/shred.d.ts", - "lib/metadata.interface.d.ts", - "lib/rowBuffer.interface.d.ts", - "lib/schema.interface.d.ts", - "lib/reader.d.ts", - "lib/row.interface.d.ts", - "lib/writer.d.ts", - "lib/schema.d.ts", - "lib/field.interface.d.ts" + "parquetjs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/passport-saml/tsconfig.json b/types/passport-saml/tsconfig.json index 39283fa663..0809dbbaf7 100644 --- a/types/passport-saml/tsconfig.json +++ b/types/passport-saml/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "multiSamlStrategy.d.ts", "passport-saml-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/pdfjs-dist/OTHER_FILES.txt b/types/pdfjs-dist/OTHER_FILES.txt new file mode 100644 index 0000000000..8f501e38b7 --- /dev/null +++ b/types/pdfjs-dist/OTHER_FILES.txt @@ -0,0 +1 @@ +webpack/index.d.ts \ No newline at end of file diff --git a/types/pdfjs-dist/tsconfig.json b/types/pdfjs-dist/tsconfig.json index b7ced71e61..d189de9f02 100644 --- a/types/pdfjs-dist/tsconfig.json +++ b/types/pdfjs-dist/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "pdfjs-dist-tests.ts", - "webpack/index.d.ts" + "pdfjs-dist-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/photoswipe/tsconfig.json b/types/photoswipe/tsconfig.json index 9e83ea1174..e476822445 100644 --- a/types/photoswipe/tsconfig.json +++ b/types/photoswipe/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "dist/photoswipe-ui-default/index.d.ts", "photoswipe-tests.ts" ] } \ No newline at end of file diff --git a/types/plotly.js/tsconfig.json b/types/plotly.js/tsconfig.json index fe2dfd96bd..54d5ccc52a 100644 --- a/types/plotly.js/tsconfig.json +++ b/types/plotly.js/tsconfig.json @@ -14,7 +14,9 @@ "../" ], "paths": { - "d3": [ "d3/v3" ] + "d3": [ + "d3/v3" + ] }, "types": [], "noEmit": true, @@ -22,7 +24,6 @@ }, "files": [ "index.d.ts", - "lib/core.d.ts", "test/index-tests.ts", "test/core-tests.ts" ] diff --git a/types/prettier/OTHER_FILES.txt b/types/prettier/OTHER_FILES.txt new file mode 100644 index 0000000000..09bc46fc3e --- /dev/null +++ b/types/prettier/OTHER_FILES.txt @@ -0,0 +1,2 @@ +parser-angular.d.ts +parser-flow.d.ts \ No newline at end of file diff --git a/types/prettier/tsconfig.json b/types/prettier/tsconfig.json index bf0dee4abf..c3ff9609e6 100644 --- a/types/prettier/tsconfig.json +++ b/types/prettier/tsconfig.json @@ -1,29 +1,23 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "prettier-tests.ts", - "parser-angular.d.ts", - "parser-babylon.d.ts", - "parser-flow.d.ts", - "parser-graphql.d.ts", - "parser-html.d.ts", - "parser-markdown.d.ts", - "parser-postcss.d.ts", - "parser-typescript.d.ts", - "parser-yaml.d.ts", - "standalone.d.ts" + "prettier-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/promise.allsettled/OTHER_FILES.txt b/types/promise.allsettled/OTHER_FILES.txt new file mode 100644 index 0000000000..d337728996 --- /dev/null +++ b/types/promise.allsettled/OTHER_FILES.txt @@ -0,0 +1,2 @@ +auto.d.ts +requirePromise.d.ts \ No newline at end of file diff --git a/types/promise.allsettled/tsconfig.json b/types/promise.allsettled/tsconfig.json index 03c7d52c08..f33ae1db95 100644 --- a/types/promise.allsettled/tsconfig.json +++ b/types/promise.allsettled/tsconfig.json @@ -17,13 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "auto.d.ts", - "implementation.d.ts", "index.d.ts", - "polyfill.d.ts", - "promise.allsettled-tests.ts", - "requirePromise.d.ts", - "shim.d.ts", - "types.d.ts" + "promise.allsettled-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/protocol-buffers-schema/OTHER_FILES.txt b/types/protocol-buffers-schema/OTHER_FILES.txt new file mode 100644 index 0000000000..f60c410da3 --- /dev/null +++ b/types/protocol-buffers-schema/OTHER_FILES.txt @@ -0,0 +1,3 @@ +parse.d.ts +stringify.d.ts +tokenize.d.ts \ No newline at end of file diff --git a/types/protocol-buffers-schema/tsconfig.json b/types/protocol-buffers-schema/tsconfig.json index 76e4087db4..6292aa3bcc 100644 --- a/types/protocol-buffers-schema/tsconfig.json +++ b/types/protocol-buffers-schema/tsconfig.json @@ -1,13 +1,17 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -15,9 +19,6 @@ }, "files": [ "index.d.ts", - "parse.d.ts", - "stringify.d.ts", - "tokenize.d.ts", "protocol-buffers-schema-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/puppeteer/tsconfig.json b/types/puppeteer/tsconfig.json index 57b57e65aa..1231a85489 100644 --- a/types/puppeteer/tsconfig.json +++ b/types/puppeteer/tsconfig.json @@ -20,9 +20,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "Errors.d.ts", - "DeviceDescriptors.d.ts", "index.d.ts", "puppeteer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/puppeteer/v1/tsconfig.json b/types/puppeteer/v1/tsconfig.json index d1a206924c..4f3c844e08 100644 --- a/types/puppeteer/v1/tsconfig.json +++ b/types/puppeteer/v1/tsconfig.json @@ -25,9 +25,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "Errors.d.ts", - "DeviceDescriptors.d.ts", "index.d.ts", "puppeteer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/purl/OTHER_FILES.txt b/types/purl/OTHER_FILES.txt new file mode 100644 index 0000000000..1fa01d2b78 --- /dev/null +++ b/types/purl/OTHER_FILES.txt @@ -0,0 +1 @@ +purl-jquery.d.ts diff --git a/types/purl/tsconfig.json b/types/purl/tsconfig.json index ed87062a7f..82e6284376 100644 --- a/types/purl/tsconfig.json +++ b/types/purl/tsconfig.json @@ -18,7 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "purl-jquery.d.ts" + "index.d.ts" ] } \ No newline at end of file diff --git a/types/ramda/tsconfig.json b/types/ramda/tsconfig.json index 1e24cd964f..a9f7cbc808 100644 --- a/types/ramda/tsconfig.json +++ b/types/ramda/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "tools.d.ts", "ramda-tests.ts", "test/add-tests.ts", "test/addIndex-tests.ts", diff --git a/types/rangy/index.d.ts b/types/rangy/index.d.ts index e28a4d7b1c..962482d90e 100644 --- a/types/rangy/index.d.ts +++ b/types/rangy/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/timdown/rangy // Definitions by: Rudolph Gottesheim // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 3.2 interface RangyRange extends Range { setStartAndEnd(startNode:Node, startOffset:number, endNode?:Node, endOffset?:number):any; diff --git a/types/rangy/rangy-classapplier.d.ts b/types/rangy/rangy-classapplier.d.ts index bebf581b2e..5e985a2c51 100644 --- a/types/rangy/rangy-classapplier.d.ts +++ b/types/rangy/rangy-classapplier.d.ts @@ -3,7 +3,7 @@ // Definitions by: Maxime Kjaer // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// +/// interface RangyStatic { createClassApplier(theClass: string, options?: RangyClassApplierOptions, tagNames?: string|string[]): RangyClassApplier; diff --git a/types/rangy/rangy-tests.ts b/types/rangy/rangy-tests.ts index ebf9293c17..2d7932ba22 100644 --- a/types/rangy/rangy-tests.ts +++ b/types/rangy/rangy-tests.ts @@ -1,3 +1,4 @@ +/// declare function assertAny(a:any):any; declare function assertBoolean(b:boolean):any; declare function assertString(s:string):any; diff --git a/types/rangy/tsconfig.json b/types/rangy/tsconfig.json index 4eb68b3ddc..86273e075c 100644 --- a/types/rangy/tsconfig.json +++ b/types/rangy/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "rangy-classapplier.d.ts", "rangy-tests.ts" ] } \ No newline at end of file diff --git a/types/rbac-a/OTHER_FILES.txt b/types/rbac-a/OTHER_FILES.txt new file mode 100644 index 0000000000..92ad50baf9 --- /dev/null +++ b/types/rbac-a/OTHER_FILES.txt @@ -0,0 +1,3 @@ +lib/attributes-manager.d.ts +lib/provider.d.ts +lib/rbac.d.ts \ No newline at end of file diff --git a/types/rbac-a/tsconfig.json b/types/rbac-a/tsconfig.json index 911e4f77e6..89795f6ad2 100644 --- a/types/rbac-a/tsconfig.json +++ b/types/rbac-a/tsconfig.json @@ -18,9 +18,6 @@ }, "files": [ "index.d.ts", - "lib/attributes-manager.d.ts", - "lib/provider.d.ts", - "lib/rbac.d.ts", "rbac-a-tests.ts" ] } \ No newline at end of file diff --git a/types/react-big-calendar/tsconfig.json b/types/react-big-calendar/tsconfig.json index 8722501ef7..eddf55cc13 100644 --- a/types/react-big-calendar/tsconfig.json +++ b/types/react-big-calendar/tsconfig.json @@ -20,7 +20,6 @@ }, "files": [ "index.d.ts", - "react-big-calendar-tests.tsx", - "lib/addons/dragAndDrop.d.ts" + "react-big-calendar-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-blessed/tsconfig.json b/types/react-blessed/tsconfig.json index 6195735ac9..450250a695 100644 --- a/types/react-blessed/tsconfig.json +++ b/types/react-blessed/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "react.d.ts", "react-blessed-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-bootstrap/OTHER_FILES.txt b/types/react-bootstrap/OTHER_FILES.txt new file mode 100644 index 0000000000..24b71f3b09 --- /dev/null +++ b/types/react-bootstrap/OTHER_FILES.txt @@ -0,0 +1,5 @@ +lib/utils/PropTypes.d.ts +lib/utils/StyleConfig.d.ts +lib/utils/capitalize.d.ts +lib/utils/deprecationWarning.d.ts +lib/utils/splitComponentProps.d.ts \ No newline at end of file diff --git a/types/react-bootstrap/tsconfig.json b/types/react-bootstrap/tsconfig.json index 6368cc93de..47d562a841 100644 --- a/types/react-bootstrap/tsconfig.json +++ b/types/react-bootstrap/tsconfig.json @@ -21,12 +21,7 @@ }, "files": [ "index.d.ts", - "lib/utils/capitalize.d.ts", "test/react-bootstrap-tests.tsx", - "test/react-bootstrap-individual-components-tests.tsx", - "lib/utils/deprecationWarning.d.ts", - "lib/utils/PropTypes.d.ts", - "lib/utils/splitComponentProps.d.ts", - "lib/utils/StyleConfig.d.ts" + "test/react-bootstrap-individual-components-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-cartographer/tsconfig.json b/types/react-cartographer/tsconfig.json index dcf04419fe..40462c6ec4 100644 --- a/types/react-cartographer/tsconfig.json +++ b/types/react-cartographer/tsconfig.json @@ -20,7 +20,6 @@ }, "files": [ "index.d.ts", - "lib/components/Map.d.ts", "react-cartographer-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-codemirror/index.d.ts b/types/react-codemirror/index.d.ts index 1afe6362c9..68f9b06360 100644 --- a/types/react-codemirror/index.d.ts +++ b/types/react-codemirror/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Vicky Lai // Rudi Chen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// /// diff --git a/types/react-color/tsconfig.json b/types/react-color/tsconfig.json index f52a34c374..cd775b2c40 100644 --- a/types/react-color/tsconfig.json +++ b/types/react-color/tsconfig.json @@ -22,26 +22,6 @@ }, "files": [ "index.d.ts", - "lib/components/alpha/Alpha.d.ts", - "lib/components/block/Block.d.ts", - "lib/components/chrome/Chrome.d.ts", - "lib/components/circle/Circle.d.ts", - "lib/components/common/Alpha.d.ts", - "lib/components/common/Checkboard.d.ts", - "lib/components/common/ColorWrap.d.ts", - "lib/components/common/EditableInput.d.ts", - "lib/components/common/Hue.d.ts", - "lib/components/common/index.d.ts", - "lib/components/common/Saturation.d.ts", - "lib/components/compact/Compact.d.ts", - "lib/components/github/Github.d.ts", - "lib/components/hue/Hue.d.ts", - "lib/components/material/Material.d.ts", - "lib/components/photoshop/Photoshop.d.ts", - "lib/components/sketch/Sketch.d.ts", - "lib/components/slider/Slider.d.ts", - "lib/components/swatches/Swatches.d.ts", - "lib/components/twitter/Twitter.d.ts", "react-color-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-color/v2/tsconfig.json b/types/react-color/v2/tsconfig.json index af4b15d09e..43891ea72e 100644 --- a/types/react-color/v2/tsconfig.json +++ b/types/react-color/v2/tsconfig.json @@ -1,13 +1,18 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../../", - "typeRoots": ["../../"], + "typeRoots": [ + "../../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -15,32 +20,16 @@ "noUnusedParameters": true, "noUnusedLocals": true, "paths": { - "react-color": ["react-color/v2"], - "react-color/*": ["react-color/v2/*"] + "react-color": [ + "react-color/v2" + ], + "react-color/*": [ + "react-color/v2/*" + ] } }, "files": [ "index.d.ts", - "lib/components/alpha/Alpha.d.ts", - "lib/components/block/Block.d.ts", - "lib/components/chrome/Chrome.d.ts", - "lib/components/circle/Circle.d.ts", - "lib/components/common/Alpha.d.ts", - "lib/components/common/Checkboard.d.ts", - "lib/components/common/ColorWrap.d.ts", - "lib/components/common/EditableInput.d.ts", - "lib/components/common/Hue.d.ts", - "lib/components/common/index.d.ts", - "lib/components/common/Saturation.d.ts", - "lib/components/compact/Compact.d.ts", - "lib/components/github/Github.d.ts", - "lib/components/hue/Hue.d.ts", - "lib/components/material/Material.d.ts", - "lib/components/photoshop/Photoshop.d.ts", - "lib/components/sketch/Sketch.d.ts", - "lib/components/slider/Slider.d.ts", - "lib/components/swatches/Swatches.d.ts", - "lib/components/twitter/Twitter.d.ts", "react-color-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-csv/tsconfig.json b/types/react-csv/tsconfig.json index cc91fd7689..ecb09eda2b 100644 --- a/types/react-csv/tsconfig.json +++ b/types/react-csv/tsconfig.json @@ -1,30 +1,27 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6", - "dom" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "noUnusedParameters": true, - "noUnusedLocals": true - }, - "files": [ - "index.d.ts", - "components/CommonPropTypes.d.ts", - "components/Download.d.ts", - "components/Link.d.ts", - "react-csv-tests.tsx" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6", + "dom" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "jsx": "react", + "noUnusedParameters": true, + "noUnusedLocals": true + }, + "files": [ + "index.d.ts", + "react-csv-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-dev-utils/OTHER_FILES.txt b/types/react-dev-utils/OTHER_FILES.txt new file mode 100644 index 0000000000..5cc926deba --- /dev/null +++ b/types/react-dev-utils/OTHER_FILES.txt @@ -0,0 +1,3 @@ +errorOverlayMiddleware.d.ts +ignoredFiles.d.ts +webpackHotDevClient.d.ts \ No newline at end of file diff --git a/types/react-dev-utils/tsconfig.json b/types/react-dev-utils/tsconfig.json index 72ac8a8a45..10291dc829 100644 --- a/types/react-dev-utils/tsconfig.json +++ b/types/react-dev-utils/tsconfig.json @@ -18,31 +18,10 @@ }, "files": [ "index.d.ts", - "checkRequiredFiles.d.ts", - "clearConsole.d.ts", - "errorOverlayMiddleware.d.ts", - "eslintFormatter.d.ts", - "FileSizeReporter.d.ts", - "formatWebpackMessages.d.ts", - "getCacheIdentifier.d.ts", - "getCSSModuleLocalIdent.d.ts", - "getProcessForPort.d.ts", - "ignoredFiles.d.ts", - "InlineChunkHtmlPlugin.d.ts", - "InterpolateHtmlPlugin.d.ts", - "launchEditor.d.ts", - "ModuleScopePlugin.d.ts", - "noopServiceWorkerMiddleware.d.ts", - "openBrowser.d.ts", - "printBuildError.d.ts", - "printHostingInstructions.d.ts", - "WatchMissingNodeModulesPlugin.d.ts", - "WebpackDevServerUtils.d.ts", - "webpackHotDevClient.d.ts", "test/eslintFormatter.ts", "test/noopServiceWorkerMiddleware.ts", "test/utils.ts", "test/webpack-plugins.ts", "test/webpack-utils.ts" ] -} +} \ No newline at end of file diff --git a/types/react-dnd-multi-backend/tsconfig.json b/types/react-dnd-multi-backend/tsconfig.json index 7ee0ca562c..b3a9c1d390 100644 --- a/types/react-dnd-multi-backend/tsconfig.json +++ b/types/react-dnd-multi-backend/tsconfig.json @@ -20,7 +20,6 @@ }, "files": [ "index.d.ts", - "lib/HTML5toTouch.d.ts", "react-dnd-multi-backend-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-dom/tsconfig.json b/types/react-dom/tsconfig.json index 47eb376506..816796c9a2 100644 --- a/types/react-dom/tsconfig.json +++ b/types/react-dom/tsconfig.json @@ -1,12 +1,8 @@ { "files": [ "index.d.ts", - "experimental.d.ts", "test/react-dom-tests.tsx", - "test/experimental-tests.tsx", - "server/index.d.ts", - "node-stream/index.d.ts", - "test-utils/index.d.ts" + "test/experimental-tests.tsx" ], "compilerOptions": { "module": "commonjs", diff --git a/types/react-dom/v15/tsconfig.json b/types/react-dom/v15/tsconfig.json index 8f07ba2276..47aefec296 100644 --- a/types/react-dom/v15/tsconfig.json +++ b/types/react-dom/v15/tsconfig.json @@ -1,10 +1,7 @@ { "files": [ "index.d.ts", - "react-dom-tests.ts", - "server/index.d.ts", - "node-stream/index.d.ts", - "test-utils/index.d.ts" + "react-dom-tests.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/types/react-foundation/tsconfig.json b/types/react-foundation/tsconfig.json index 565dbdcece..a9dd8e6c49 100644 --- a/types/react-foundation/tsconfig.json +++ b/types/react-foundation/tsconfig.json @@ -21,7 +21,6 @@ }, "files": [ "index.d.ts", - "utils.d.ts", "test/react-foundation-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-gateway/tsconfig.json b/types/react-gateway/tsconfig.json index 58ecf35a63..d57efd025e 100644 --- a/types/react-gateway/tsconfig.json +++ b/types/react-gateway/tsconfig.json @@ -18,11 +18,7 @@ "jsx": "react" }, "files": [ - "Gateway.d.ts", - "GatewayDest.d.ts", - "GatewayProvider.d.ts", - "GatewayRegistry.d.ts", "index.d.ts", "react-gateway-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-instantsearch-dom/tsconfig.json b/types/react-instantsearch-dom/tsconfig.json index 15ec605c21..ad0ab159ff 100644 --- a/types/react-instantsearch-dom/tsconfig.json +++ b/types/react-instantsearch-dom/tsconfig.json @@ -20,7 +20,6 @@ }, "files": [ "index.d.ts", - "server.d.ts", "react-instantsearch-dom-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-instantsearch/OTHER_FILES.txt b/types/react-instantsearch/OTHER_FILES.txt new file mode 100644 index 0000000000..6edfd0c5a3 --- /dev/null +++ b/types/react-instantsearch/OTHER_FILES.txt @@ -0,0 +1,2 @@ +native.d.ts +server.d.ts \ No newline at end of file diff --git a/types/react-instantsearch/tsconfig.json b/types/react-instantsearch/tsconfig.json index 79afa53442..e14d7649a6 100644 --- a/types/react-instantsearch/tsconfig.json +++ b/types/react-instantsearch/tsconfig.json @@ -1,27 +1,26 @@ { - "compilerOptions": { - "experimentalDecorators": true, - "jsx": "react", - "lib": ["es6", "dom"], - "module": "commonjs", - "noEmit": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "forceConsistentCasingInFileNames": true, - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": true, - "strictFunctionTypes": true - }, - "files": [ - "index.d.ts", - "connectors.d.ts", - "dom.d.ts", - "native.d.ts", - "server.d.ts", - "react-instantsearch-tests.tsx" - ] -} + "compilerOptions": { + "experimentalDecorators": true, + "jsx": "react", + "lib": [ + "es6", + "dom" + ], + "module": "commonjs", + "noEmit": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "forceConsistentCasingInFileNames": true, + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true + }, + "files": [ + "index.d.ts", + "react-instantsearch-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-lazylog/tsconfig.json b/types/react-lazylog/tsconfig.json index 856e2e40aa..0f7f131814 100644 --- a/types/react-lazylog/tsconfig.json +++ b/types/react-lazylog/tsconfig.json @@ -1,13 +1,18 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -15,11 +20,6 @@ }, "files": [ "react-lazylog-tests.tsx", - "index.d.ts", - "build/Line.d.ts", - "build/LineContent.d.ts", - "build/LineNumber.d.ts", - "build/LinePart.d.ts", - "build/Loading.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/react-loadable-visibility/tsconfig.json b/types/react-loadable-visibility/tsconfig.json index d674c4f63e..f1b52437ef 100644 --- a/types/react-loadable-visibility/tsconfig.json +++ b/types/react-loadable-visibility/tsconfig.json @@ -24,8 +24,6 @@ }, "files": [ "index.d.ts", - "loadable-components.d.ts", - "react-loadable.d.ts", "react-loadable-visibility-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-loadable/tsconfig.json b/types/react-loadable/tsconfig.json index a2ad20875b..683091035f 100644 --- a/types/react-loadable/tsconfig.json +++ b/types/react-loadable/tsconfig.json @@ -19,10 +19,9 @@ }, "files": [ "index.d.ts", - "webpack.d.ts", "test/index.tsx", "test/webpack.ts", "test/imports/no-default.tsx", "test/imports/with-default.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-mentions/tsconfig.json b/types/react-mentions/tsconfig.json index 973ede82b7..cd4b770f19 100644 --- a/types/react-mentions/tsconfig.json +++ b/types/react-mentions/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6", "dom" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true, @@ -19,7 +20,6 @@ }, "files": [ "index.d.ts", - "lib/utils.d.ts", "react-mentions-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-native-vector-icons/OTHER_FILES.txt b/types/react-native-vector-icons/OTHER_FILES.txt new file mode 100644 index 0000000000..012bf1c7d8 --- /dev/null +++ b/types/react-native-vector-icons/OTHER_FILES.txt @@ -0,0 +1,8 @@ +Entypo.d.ts +EvilIcons.d.ts +Feather.d.ts +Foundation.d.ts +MaterialCommunityIcons.d.ts +Octicons.d.ts +SimpleLineIcons.d.ts +Zocial.d.ts \ No newline at end of file diff --git a/types/react-native-vector-icons/tsconfig.json b/types/react-native-vector-icons/tsconfig.json index d6184c6e3f..382c3a8470 100644 --- a/types/react-native-vector-icons/tsconfig.json +++ b/types/react-native-vector-icons/tsconfig.json @@ -19,22 +19,6 @@ }, "files": [ "index.d.ts", - "Icon.d.ts", - "AntDesign.d.ts", - "Entypo.d.ts", - "EvilIcons.d.ts", - "Feather.d.ts", - "FontAwesome.d.ts", - "FontAwesome5.d.ts", - "FontAwesome5Pro.d.ts", - "Fontisto.d.ts", - "Foundation.d.ts", - "Ionicons.d.ts", - "MaterialCommunityIcons.d.ts", - "MaterialIcons.d.ts", - "Octicons.d.ts", - "SimpleLineIcons.d.ts", - "Zocial.d.ts", "react-native-vector-icons-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-pdf/OTHER_FILES.txt b/types/react-pdf/OTHER_FILES.txt new file mode 100644 index 0000000000..6418ca8f05 --- /dev/null +++ b/types/react-pdf/OTHER_FILES.txt @@ -0,0 +1,2 @@ +dist/entry.parcel.d.ts +dist/entry.webpack.d.ts \ No newline at end of file diff --git a/types/react-pdf/tsconfig.json b/types/react-pdf/tsconfig.json index 52657e8585..966333a4fc 100644 --- a/types/react-pdf/tsconfig.json +++ b/types/react-pdf/tsconfig.json @@ -20,11 +20,6 @@ }, "files": [ "index.d.ts", - "dist/Document.d.ts", - "dist/Outline.d.ts", - "dist/Page.d.ts", - "dist/entry.parcel.d.ts", - "dist/entry.webpack.d.ts", "react-pdf-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-plotly.js/tsconfig.json b/types/react-plotly.js/tsconfig.json index 2456152250..18ad8f02f6 100644 --- a/types/react-plotly.js/tsconfig.json +++ b/types/react-plotly.js/tsconfig.json @@ -14,7 +14,9 @@ "../" ], "paths": { - "d3": [ "d3/v3" ] + "d3": [ + "d3/v3" + ] }, "types": [], "noEmit": true, @@ -23,7 +25,6 @@ }, "files": [ "index.d.ts", - "factory.d.ts", "react-plotly.js-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-redux-epic/OTHER_FILES.txt b/types/react-redux-epic/OTHER_FILES.txt new file mode 100644 index 0000000000..1dca387ed7 --- /dev/null +++ b/types/react-redux-epic/OTHER_FILES.txt @@ -0,0 +1 @@ +client.d.ts \ No newline at end of file diff --git a/types/react-redux-epic/tsconfig.json b/types/react-redux-epic/tsconfig.json index 64657de53c..68e44443f7 100644 --- a/types/react-redux-epic/tsconfig.json +++ b/types/react-redux-epic/tsconfig.json @@ -1,17 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "jsx": "React", "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, - "files": ["index.d.ts", "client.d.ts", "react-redux-epic-tests.tsx"] -} + "files": [ + "index.d.ts", + "react-redux-epic-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-relay/tsconfig.json b/types/react-relay/tsconfig.json index f4f7d0c488..86d4f09a17 100644 --- a/types/react-relay/tsconfig.json +++ b/types/react-relay/tsconfig.json @@ -1,17 +1,26 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "jsx": "react" }, - "files": ["index.d.ts", "hooks.d.ts", "test/react-relay-tests.tsx", "test/relay-experimental-tests.tsx"] -} + "files": [ + "index.d.ts", + "test/react-relay-tests.tsx", + "test/relay-experimental-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/react-router-bootstrap/tsconfig.json b/types/react-router-bootstrap/tsconfig.json index 870c37c742..e4c9a924cc 100644 --- a/types/react-router-bootstrap/tsconfig.json +++ b/types/react-router-bootstrap/tsconfig.json @@ -20,8 +20,6 @@ }, "files": [ "index.d.ts", - "lib/IndexLinkContainer.d.ts", - "lib/LinkContainer.d.ts", "react-router-bootstrap-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-router/v3/tsconfig.json b/types/react-router/v3/tsconfig.json index a620b2e01b..d19955900a 100644 --- a/types/react-router/v3/tsconfig.json +++ b/types/react-router/v3/tsconfig.json @@ -34,24 +34,6 @@ }, "files": [ "index.d.ts", - "lib/applyRouterMiddleware.d.ts", - "lib/browserHistory.d.ts", - "lib/createMemoryHistory.d.ts", - "lib/hashHistory.d.ts", - "lib/IndexLink.d.ts", - "lib/IndexRedirect.d.ts", - "lib/IndexRoute.d.ts", - "lib/Link.d.ts", - "lib/match.d.ts", - "lib/PatternUtils.d.ts", - "lib/PropTypes.d.ts", - "lib/Redirect.d.ts", - "lib/Route.d.ts", - "lib/Router.d.ts", - "lib/RouterContext.d.ts", - "lib/RouteUtils.d.ts", - "lib/useRouterHistory.d.ts", - "lib/withRouter.d.ts", "react-router-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-scroll/tsconfig.json b/types/react-scroll/tsconfig.json index 4e8422e85d..ea415996af 100644 --- a/types/react-scroll/tsconfig.json +++ b/types/react-scroll/tsconfig.json @@ -20,15 +20,6 @@ }, "files": [ "index.d.ts", - "modules/index.d.ts", - "modules/components/Button.d.ts", - "modules/components/Element.d.ts", - "modules/components/Link.d.ts", - "modules/mixins/animate-scroll.d.ts", - "modules/mixins/Helpers.d.ts", - "modules/mixins/scroll-events.d.ts", - "modules/mixins/scroll-spy.d.ts", - "modules/mixins/scroller.d.ts", "test/react-scroll-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-select/OTHER_FILES.txt b/types/react-select/OTHER_FILES.txt new file mode 100644 index 0000000000..9efb3f9ab9 --- /dev/null +++ b/types/react-select/OTHER_FILES.txt @@ -0,0 +1 @@ +base/index.d.ts \ No newline at end of file diff --git a/types/react-select/tsconfig.json b/types/react-select/tsconfig.json index ab3d2bfa10..65654ce28f 100644 --- a/types/react-select/tsconfig.json +++ b/types/react-select/tsconfig.json @@ -20,46 +20,10 @@ }, "files": [ "index.d.ts", - "animated/index.d.ts", - "async/index.d.ts", - "async-creatable/index.d.ts", - "base/index.d.ts", - "creatable/index.d.ts", - "src/animated/Input.d.ts", - "src/animated/MultiValue.d.ts", - "src/animated/Placeholder.d.ts", - "src/animated/SingleValue.d.ts", - "src/animated/ValueContainer.d.ts", - "src/animated/transitions.d.ts", - "src/animated/index.d.ts", - "src/components/containers.d.ts", - "src/components/Control.d.ts", - "src/components/Group.d.ts", - "src/components/Input.d.ts", - "src/components/Menu.d.ts", - "src/components/MultiValue.d.ts", - "src/components/Option.d.ts", - "src/components/Placeholder.d.ts", - "src/components/SingleValue.d.ts", - "src/components/indicators.d.ts", - "src/components/index.d.ts", - "src/accessibility/index.d.ts", - "src/theme.d.ts", - "src/Creatable.d.ts", - "src/Async.d.ts", - "src/AsyncCreatable.d.ts", - "src/filters.d.ts", - "src/styles.d.ts", - "src/stateManager.d.ts", - "src/builtins.d.ts", - "src/utils.d.ts", - "src/diacritics.d.ts", - "src/types.d.ts", - "src/Select.d.ts", "test/data.ts", "test/styled-components.tsx", - "test/AtlaskitDummy.ts", - "test/ChronoNodeDummy.ts", + "test/AtlaskitDummy.ts", + "test/ChronoNodeDummy.ts", "test/examples/AccessingInternals.tsx", "test/examples/AnimatedMulti.tsx", "test/examples/AsyncCallbacks.tsx", @@ -108,4 +72,4 @@ "test/examples/StyledSingle.tsx", "test/examples/Theme.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-select/v1/tsconfig.json b/types/react-select/v1/tsconfig.json index e01d55ae8a..1f11105c5f 100644 --- a/types/react-select/v1/tsconfig.json +++ b/types/react-select/v1/tsconfig.json @@ -1,8 +1,6 @@ { "files": [ "index.d.ts", - "lib/Option/index.d.ts", - "lib/utils/defaultMenuRenderer/index.d.ts", "react-select-tests.tsx" ], "compilerOptions": { @@ -32,4 +30,4 @@ "noEmit": true, "forceConsistentCasingInFileNames": true } -} +} \ No newline at end of file diff --git a/types/react-table/tsconfig.json b/types/react-table/tsconfig.json index ef6f8f22a1..9e60c4d87f 100644 --- a/types/react-table/tsconfig.json +++ b/types/react-table/tsconfig.json @@ -20,8 +20,6 @@ }, "files": [ "index.d.ts", - "lib/hoc/selectTable.d.ts", - "lib/hoc/treeTable.d.ts", "react-table-tests.tsx", "test/select-table-tests.tsx", "test/tree-table-tests.tsx" diff --git a/types/react-tabs-redux/tsconfig.json b/types/react-tabs-redux/tsconfig.json index 8872a8cb4f..3ef5f94ac9 100644 --- a/types/react-tabs-redux/tsconfig.json +++ b/types/react-tabs-redux/tsconfig.json @@ -20,9 +20,6 @@ }, "files": [ "index.d.ts", - "Tabs.d.ts", - "TabLink.d.ts", - "TabContent.d.ts", "react-tabs-redux-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-test-renderer/tsconfig.json b/types/react-test-renderer/tsconfig.json index 0c2d149f79..e303582108 100644 --- a/types/react-test-renderer/tsconfig.json +++ b/types/react-test-renderer/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "shallow/index.d.ts", "react-test-renderer-tests.ts" ] } \ No newline at end of file diff --git a/types/react-test-renderer/v15/tsconfig.json b/types/react-test-renderer/v15/tsconfig.json index 0c98103ec8..3796e156f4 100644 --- a/types/react-test-renderer/v15/tsconfig.json +++ b/types/react-test-renderer/v15/tsconfig.json @@ -30,7 +30,6 @@ }, "files": [ "index.d.ts", - "shallow/index.d.ts", "react-test-renderer-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react-transition-group/tsconfig.json b/types/react-transition-group/tsconfig.json index d5a0ba93d3..60ee52c679 100644 --- a/types/react-transition-group/tsconfig.json +++ b/types/react-transition-group/tsconfig.json @@ -21,11 +21,6 @@ }, "files": [ "index.d.ts", - "CSSTransition.d.ts", - "Transition.d.ts", - "TransitionGroup.d.ts", - "SwitchTransition.d.ts", - "react-transition-group-tests.tsx", - "config.d.ts" + "react-transition-group-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-transition-group/v1/tsconfig.json b/types/react-transition-group/v1/tsconfig.json index 22f6d9caeb..65db5046b3 100644 --- a/types/react-transition-group/v1/tsconfig.json +++ b/types/react-transition-group/v1/tsconfig.json @@ -27,8 +27,6 @@ }, "files": [ "index.d.ts", - "CSSTransitionGroup.d.ts", - "TransitionGroup.d.ts", "react-transition-group-tests.tsx" ] } \ No newline at end of file diff --git a/types/react-virtualized/OTHER_FILES.txt b/types/react-virtualized/OTHER_FILES.txt new file mode 100644 index 0000000000..d889ae54e4 --- /dev/null +++ b/types/react-virtualized/OTHER_FILES.txt @@ -0,0 +1,13 @@ +dist/commonjs/ArrowKeyStepper.d.ts +dist/commonjs/AutoSizer.d.ts +dist/commonjs/CellMeasurer.d.ts +dist/commonjs/Collection.d.ts +dist/commonjs/ColumnSizer.d.ts +dist/commonjs/Grid.d.ts +dist/commonjs/InfiniteLoader.d.ts +dist/commonjs/List.d.ts +dist/commonjs/Masonry.d.ts +dist/commonjs/MultiGrid.d.ts +dist/commonjs/ScrollSync.d.ts +dist/commonjs/Table.d.ts +dist/commonjs/WindowScroller.d.ts \ No newline at end of file diff --git a/types/react-virtualized/tsconfig.json b/types/react-virtualized/tsconfig.json index b3f5a6510f..30d1a969ca 100644 --- a/types/react-virtualized/tsconfig.json +++ b/types/react-virtualized/tsconfig.json @@ -1,10 +1,15 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "jsx": "react", "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, @@ -16,32 +21,6 @@ }, "files": [ "index.d.ts", - "dist/es/ArrowKeyStepper.d.ts", - "dist/es/AutoSizer.d.ts", - "dist/es/CellMeasurer.d.ts", - "dist/es/Collection.d.ts", - "dist/es/ColumnSizer.d.ts", - "dist/es/Grid.d.ts", - "dist/es/InfiniteLoader.d.ts", - "dist/es/List.d.ts", - "dist/es/Masonry.d.ts", - "dist/es/MultiGrid.d.ts", - "dist/es/ScrollSync.d.ts", - "dist/es/Table.d.ts", - "dist/es/WindowScroller.d.ts", - "dist/commonjs/ArrowKeyStepper.d.ts", - "dist/commonjs/AutoSizer.d.ts", - "dist/commonjs/CellMeasurer.d.ts", - "dist/commonjs/Collection.d.ts", - "dist/commonjs/ColumnSizer.d.ts", - "dist/commonjs/Grid.d.ts", - "dist/commonjs/InfiniteLoader.d.ts", - "dist/commonjs/List.d.ts", - "dist/commonjs/Masonry.d.ts", - "dist/commonjs/MultiGrid.d.ts", - "dist/commonjs/ScrollSync.d.ts", - "dist/commonjs/Table.d.ts", - "dist/commonjs/WindowScroller.d.ts", "react-virtualized-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/react-with-styles/OTHER_FILES.txt b/types/react-with-styles/OTHER_FILES.txt new file mode 100644 index 0000000000..72e435e85a --- /dev/null +++ b/types/react-with-styles/OTHER_FILES.txt @@ -0,0 +1 @@ +lib/ThemedStyleSheet.d.ts \ No newline at end of file diff --git a/types/react-with-styles/tsconfig.json b/types/react-with-styles/tsconfig.json index fa3be8d7d3..4d67742db4 100644 --- a/types/react-with-styles/tsconfig.json +++ b/types/react-with-styles/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "react-with-styles-tests.ts", - "lib/ThemedStyleSheet.d.ts" + "react-with-styles-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/react/OTHER_FILES.txt b/types/react/OTHER_FILES.txt new file mode 100644 index 0000000000..82b1d03fae --- /dev/null +++ b/types/react/OTHER_FILES.txt @@ -0,0 +1 @@ +experimental.d.ts \ No newline at end of file diff --git a/types/react/tsconfig.json b/types/react/tsconfig.json index 08eba7fb57..6106c66903 100644 --- a/types/react/tsconfig.json +++ b/types/react/tsconfig.json @@ -1,7 +1,6 @@ { "files": [ "index.d.ts", - "experimental.d.ts", "test/index.ts", "test/tsx.tsx", "test/cssProperties.tsx", @@ -28,4 +27,4 @@ "forceConsistentCasingInFileNames": true, "jsx": "preserve" } -} +} \ No newline at end of file diff --git a/types/rebass__grid/OTHER_FILES.txt b/types/rebass__grid/OTHER_FILES.txt new file mode 100644 index 0000000000..0cca296798 --- /dev/null +++ b/types/rebass__grid/OTHER_FILES.txt @@ -0,0 +1 @@ +emotion.d.ts \ No newline at end of file diff --git a/types/rebass__grid/tsconfig.json b/types/rebass__grid/tsconfig.json index b2c3ecb0e5..ca77dee90c 100644 --- a/types/rebass__grid/tsconfig.json +++ b/types/rebass__grid/tsconfig.json @@ -14,8 +14,12 @@ "../" ], "paths": { - "@rebass/grid": ["rebass__grid"], - "@rebass/grid/emotion": ["rebass__grid/emotion"] + "@rebass/grid": [ + "rebass__grid" + ], + "@rebass/grid/emotion": [ + "rebass__grid/emotion" + ] }, "types": [], "noEmit": true, @@ -24,7 +28,6 @@ }, "files": [ "index.d.ts", - "emotion.d.ts", "rebass__grid-tests.tsx" ] } \ No newline at end of file diff --git a/types/redux-auth-wrapper/tsconfig.json b/types/redux-auth-wrapper/tsconfig.json index 22ce438a7b..b41dfe8c2d 100644 --- a/types/redux-auth-wrapper/tsconfig.json +++ b/types/redux-auth-wrapper/tsconfig.json @@ -19,12 +19,6 @@ "jsx": "react" }, "files": [ - "history3/redirect.d.ts", - "history3/locationHelper.d.ts", - "history4/redirect.d.ts", - "history4/locationHelper.d.ts", - "authWrapper.d.ts", - "connectedAuthWrapper.d.ts", "index.d.ts", "redux-auth-wrapper-tests.tsx" ] diff --git a/types/redux-form/tsconfig.json b/types/redux-form/tsconfig.json index a7c3f2ede4..aa85d294de 100644 --- a/types/redux-form/tsconfig.json +++ b/types/redux-form/tsconfig.json @@ -21,21 +21,6 @@ }, "files": [ "index.d.ts", - "redux-form-tests.tsx", - "immutable/index.d.ts", - "lib/actions.d.ts", - "lib/actionTypes.d.ts", - "lib/Field.d.ts", - "lib/Fields.d.ts", - "lib/FieldArray.d.ts", - "lib/Form.d.ts", - "lib/FormName.d.ts", - "lib/FormSection.d.ts", - "lib/formValues.d.ts", - "lib/formValueSelector.d.ts", - "lib/reducer.d.ts", - "lib/reduxForm.d.ts", - "lib/selectors.d.ts", - "lib/SubmissionError.d.ts" + "redux-form-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/redux-form/v7/tsconfig.json b/types/redux-form/v7/tsconfig.json index 19b1709823..1236a88dee 100644 --- a/types/redux-form/v7/tsconfig.json +++ b/types/redux-form/v7/tsconfig.json @@ -29,20 +29,6 @@ }, "files": [ "index.d.ts", - "redux-form-tests.tsx", - "immutable/index.d.ts", - "lib/actions.d.ts", - "lib/actionTypes.d.ts", - "lib/Field.d.ts", - "lib/Fields.d.ts", - "lib/FieldArray.d.ts", - "lib/Form.d.ts", - "lib/FormSection.d.ts", - "lib/formValues.d.ts", - "lib/formValueSelector.d.ts", - "lib/reducer.d.ts", - "lib/reduxForm.d.ts", - "lib/selectors.d.ts", - "lib/SubmissionError.d.ts" + "redux-form-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/redux-localstorage/tsconfig.json b/types/redux-localstorage/tsconfig.json index 06f38e605b..8648607ea4 100644 --- a/types/redux-localstorage/tsconfig.json +++ b/types/redux-localstorage/tsconfig.json @@ -19,9 +19,6 @@ }, "files": [ "index.d.ts", - "lib/adapters/AsyncStorage.d.ts", - "lib/adapters/localStorage.d.ts", - "lib/adapters/sessionStorage.d.ts", "redux-localstorage-tests.ts" ] } \ No newline at end of file diff --git a/types/redux-orm/tsconfig.json b/types/redux-orm/tsconfig.json index d65d13867d..57f4d54a2d 100644 --- a/types/redux-orm/tsconfig.json +++ b/types/redux-orm/tsconfig.json @@ -1,30 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "target": "es6", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "redux-orm-tests.ts", - "db/index.d.ts", - "db/Database.d.ts", - "db/Table.d.ts", - "helpers.d.ts", - "redux.d.ts", - "fields.d.ts", - "ORM.d.ts", - "Model.d.ts", - "QuerySet.d.ts", - "Session.d.ts" + "redux-orm-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/redux-persist-transform-encrypt/tsconfig.json b/types/redux-persist-transform-encrypt/tsconfig.json index b5408e3bcc..fcd87aeb20 100644 --- a/types/redux-persist-transform-encrypt/tsconfig.json +++ b/types/redux-persist-transform-encrypt/tsconfig.json @@ -19,7 +19,6 @@ "noUnusedLocals": true }, "files": [ - "async.d.ts", "index.d.ts", "redux-persist-transform-encrypt-tests.ts" ] diff --git a/types/reflexbox/tsconfig.json b/types/reflexbox/tsconfig.json index 5067eafaad..c1e22aad8c 100644 --- a/types/reflexbox/tsconfig.json +++ b/types/reflexbox/tsconfig.json @@ -20,7 +20,6 @@ }, "files": [ "index.d.ts", - "styled-components.d.ts", "reflexbox-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/refractor/OTHER_FILES.txt b/types/refractor/OTHER_FILES.txt new file mode 100644 index 0000000000..56fe304bfa --- /dev/null +++ b/types/refractor/OTHER_FILES.txt @@ -0,0 +1,175 @@ +lang/abap.d.ts +lang/abnf.d.ts +lang/actionscript.d.ts +lang/ada.d.ts +lang/apacheconf.d.ts +lang/apl.d.ts +lang/applescript.d.ts +lang/arduino.d.ts +lang/arff.d.ts +lang/asciidoc.d.ts +lang/asm6502.d.ts +lang/aspnet.d.ts +lang/autohotkey.d.ts +lang/autoit.d.ts +lang/bash.d.ts +lang/basic.d.ts +lang/batch.d.ts +lang/bison.d.ts +lang/bnf.d.ts +lang/brainfuck.d.ts +lang/bro.d.ts +lang/c.d.ts +lang/cil.d.ts +lang/clike.d.ts +lang/clojure.d.ts +lang/cmake.d.ts +lang/coffeescript.d.ts +lang/cpp.d.ts +lang/crystal.d.ts +lang/csharp.d.ts +lang/csp.d.ts +lang/css-extras.d.ts +lang/css.d.ts +lang/d.d.ts +lang/dart.d.ts +lang/diff.d.ts +lang/django.d.ts +lang/docker.d.ts +lang/ebnf.d.ts +lang/eiffel.d.ts +lang/ejs.d.ts +lang/elixir.d.ts +lang/elm.d.ts +lang/erb.d.ts +lang/erlang.d.ts +lang/flow.d.ts +lang/fortran.d.ts +lang/fsharp.d.ts +lang/gcode.d.ts +lang/gedcom.d.ts +lang/gherkin.d.ts +lang/git.d.ts +lang/glsl.d.ts +lang/gml.d.ts +lang/go.d.ts +lang/graphql.d.ts +lang/groovy.d.ts +lang/haml.d.ts +lang/handlebars.d.ts +lang/haskell.d.ts +lang/haxe.d.ts +lang/hcl.d.ts +lang/hpkp.d.ts +lang/hsts.d.ts +lang/http.d.ts +lang/ichigojam.d.ts +lang/icon.d.ts +lang/inform7.d.ts +lang/ini.d.ts +lang/io.d.ts +lang/j.d.ts +lang/java.d.ts +lang/javadoc.d.ts +lang/javadoclike.d.ts +lang/javascript.d.ts +lang/javastacktrace.d.ts +lang/jolie.d.ts +lang/js-extras.d.ts +lang/jsdoc.d.ts +lang/json.d.ts +lang/json5.d.ts +lang/jsonp.d.ts +lang/jsx.d.ts +lang/julia.d.ts +lang/keyman.d.ts +lang/kotlin.d.ts +lang/latex.d.ts +lang/less.d.ts +lang/liquid.d.ts +lang/lisp.d.ts +lang/livescript.d.ts +lang/lolcode.d.ts +lang/lua.d.ts +lang/makefile.d.ts +lang/markup-templating.d.ts +lang/markup.d.ts +lang/matlab.d.ts +lang/mel.d.ts +lang/mizar.d.ts +lang/monkey.d.ts +lang/n1ql.d.ts +lang/n4js.d.ts +lang/nand2tetris-hdl.d.ts +lang/nasm.d.ts +lang/nginx.d.ts +lang/nim.d.ts +lang/nix.d.ts +lang/nsis.d.ts +lang/objectivec.d.ts +lang/ocaml.d.ts +lang/opencl.d.ts +lang/oz.d.ts +lang/parigp.d.ts +lang/parser.d.ts +lang/pascal.d.ts +lang/perl.d.ts +lang/php-extras.d.ts +lang/php.d.ts +lang/phpdoc.d.ts +lang/plsql.d.ts +lang/powershell.d.ts +lang/processing.d.ts +lang/prolog.d.ts +lang/properties.d.ts +lang/protobuf.d.ts +lang/pug.d.ts +lang/puppet.d.ts +lang/pure.d.ts +lang/python.d.ts +lang/q.d.ts +lang/qore.d.ts +lang/r.d.ts +lang/reason.d.ts +lang/regex.d.ts +lang/renpy.d.ts +lang/rest.d.ts +lang/rip.d.ts +lang/roboconf.d.ts +lang/ruby.d.ts +lang/rust.d.ts +lang/sas.d.ts +lang/sass.d.ts +lang/scala.d.ts +lang/scheme.d.ts +lang/scss.d.ts +lang/smalltalk.d.ts +lang/smarty.d.ts +lang/soy.d.ts +lang/sql.d.ts +lang/stylus.d.ts +lang/swift.d.ts +lang/t4-cs.d.ts +lang/t4-templating.d.ts +lang/t4-vb.d.ts +lang/tap.d.ts +lang/tcl.d.ts +lang/textile.d.ts +lang/toml.d.ts +lang/tsx.d.ts +lang/tt2.d.ts +lang/twig.d.ts +lang/typescript.d.ts +lang/vala.d.ts +lang/vbnet.d.ts +lang/velocity.d.ts +lang/verilog.d.ts +lang/vhdl.d.ts +lang/vim.d.ts +lang/visual-basic.d.ts +lang/wasm.d.ts +lang/wiki.d.ts +lang/xeora.d.ts +lang/xojo.d.ts +lang/xquery.d.ts +lang/yaml.d.ts \ No newline at end of file diff --git a/types/refractor/tsconfig.json b/types/refractor/tsconfig.json index 1586414fc3..31eaf97ff1 100644 --- a/types/refractor/tsconfig.json +++ b/types/refractor/tsconfig.json @@ -1,196 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "refractor-tests.ts", - "core.d.ts", - "lang/abap.d.ts", - "lang/abnf.d.ts", - "lang/actionscript.d.ts", - "lang/ada.d.ts", - "lang/apacheconf.d.ts", - "lang/apl.d.ts", - "lang/applescript.d.ts", - "lang/arduino.d.ts", - "lang/arff.d.ts", - "lang/asciidoc.d.ts", - "lang/asm6502.d.ts", - "lang/aspnet.d.ts", - "lang/autohotkey.d.ts", - "lang/autoit.d.ts", - "lang/bash.d.ts", - "lang/basic.d.ts", - "lang/batch.d.ts", - "lang/bison.d.ts", - "lang/bnf.d.ts", - "lang/brainfuck.d.ts", - "lang/bro.d.ts", - "lang/c.d.ts", - "lang/cil.d.ts", - "lang/clike.d.ts", - "lang/clojure.d.ts", - "lang/cmake.d.ts", - "lang/coffeescript.d.ts", - "lang/cpp.d.ts", - "lang/crystal.d.ts", - "lang/csharp.d.ts", - "lang/csp.d.ts", - "lang/css-extras.d.ts", - "lang/css.d.ts", - "lang/d.d.ts", - "lang/dart.d.ts", - "lang/diff.d.ts", - "lang/django.d.ts", - "lang/docker.d.ts", - "lang/ebnf.d.ts", - "lang/eiffel.d.ts", - "lang/ejs.d.ts", - "lang/elixir.d.ts", - "lang/elm.d.ts", - "lang/erb.d.ts", - "lang/erlang.d.ts", - "lang/flow.d.ts", - "lang/fortran.d.ts", - "lang/fsharp.d.ts", - "lang/gcode.d.ts", - "lang/gedcom.d.ts", - "lang/gherkin.d.ts", - "lang/git.d.ts", - "lang/glsl.d.ts", - "lang/gml.d.ts", - "lang/go.d.ts", - "lang/graphql.d.ts", - "lang/groovy.d.ts", - "lang/haml.d.ts", - "lang/handlebars.d.ts", - "lang/haskell.d.ts", - "lang/haxe.d.ts", - "lang/hcl.d.ts", - "lang/hpkp.d.ts", - "lang/hsts.d.ts", - "lang/http.d.ts", - "lang/ichigojam.d.ts", - "lang/icon.d.ts", - "lang/inform7.d.ts", - "lang/ini.d.ts", - "lang/io.d.ts", - "lang/j.d.ts", - "lang/java.d.ts", - "lang/javadoc.d.ts", - "lang/javadoclike.d.ts", - "lang/javascript.d.ts", - "lang/javastacktrace.d.ts", - "lang/jolie.d.ts", - "lang/js-extras.d.ts", - "lang/jsdoc.d.ts", - "lang/json.d.ts", - "lang/json5.d.ts", - "lang/jsonp.d.ts", - "lang/jsx.d.ts", - "lang/julia.d.ts", - "lang/keyman.d.ts", - "lang/kotlin.d.ts", - "lang/latex.d.ts", - "lang/less.d.ts", - "lang/liquid.d.ts", - "lang/lisp.d.ts", - "lang/livescript.d.ts", - "lang/lolcode.d.ts", - "lang/lua.d.ts", - "lang/makefile.d.ts", - "lang/markdown.d.ts", - "lang/markup-templating.d.ts", - "lang/markup.d.ts", - "lang/matlab.d.ts", - "lang/mel.d.ts", - "lang/mizar.d.ts", - "lang/monkey.d.ts", - "lang/n1ql.d.ts", - "lang/n4js.d.ts", - "lang/nand2tetris-hdl.d.ts", - "lang/nasm.d.ts", - "lang/nginx.d.ts", - "lang/nim.d.ts", - "lang/nix.d.ts", - "lang/nsis.d.ts", - "lang/objectivec.d.ts", - "lang/ocaml.d.ts", - "lang/opencl.d.ts", - "lang/oz.d.ts", - "lang/parigp.d.ts", - "lang/parser.d.ts", - "lang/pascal.d.ts", - "lang/perl.d.ts", - "lang/php-extras.d.ts", - "lang/php.d.ts", - "lang/phpdoc.d.ts", - "lang/plsql.d.ts", - "lang/powershell.d.ts", - "lang/processing.d.ts", - "lang/prolog.d.ts", - "lang/properties.d.ts", - "lang/protobuf.d.ts", - "lang/pug.d.ts", - "lang/puppet.d.ts", - "lang/pure.d.ts", - "lang/python.d.ts", - "lang/q.d.ts", - "lang/qore.d.ts", - "lang/r.d.ts", - "lang/reason.d.ts", - "lang/regex.d.ts", - "lang/renpy.d.ts", - "lang/rest.d.ts", - "lang/rip.d.ts", - "lang/roboconf.d.ts", - "lang/ruby.d.ts", - "lang/rust.d.ts", - "lang/sas.d.ts", - "lang/sass.d.ts", - "lang/scala.d.ts", - "lang/scheme.d.ts", - "lang/scss.d.ts", - "lang/smalltalk.d.ts", - "lang/smarty.d.ts", - "lang/soy.d.ts", - "lang/sql.d.ts", - "lang/stylus.d.ts", - "lang/swift.d.ts", - "lang/t4-cs.d.ts", - "lang/t4-templating.d.ts", - "lang/t4-vb.d.ts", - "lang/tap.d.ts", - "lang/tcl.d.ts", - "lang/textile.d.ts", - "lang/toml.d.ts", - "lang/tsx.d.ts", - "lang/tt2.d.ts", - "lang/twig.d.ts", - "lang/typescript.d.ts", - "lang/vala.d.ts", - "lang/vbnet.d.ts", - "lang/velocity.d.ts", - "lang/verilog.d.ts", - "lang/vhdl.d.ts", - "lang/vim.d.ts", - "lang/visual-basic.d.ts", - "lang/wasm.d.ts", - "lang/wiki.d.ts", - "lang/xeora.d.ts", - "lang/xojo.d.ts", - "lang/xquery.d.ts", - "lang/yaml.d.ts" + "refractor-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/relay-compiler/OTHER_FILES.txt b/types/relay-compiler/OTHER_FILES.txt new file mode 100644 index 0000000000..a6a55e4545 --- /dev/null +++ b/types/relay-compiler/OTHER_FILES.txt @@ -0,0 +1,4 @@ +lib/transforms/MaskTransform.d.ts +lib/transforms/MatchTransform.d.ts +lib/transforms/RefetchableFragmentTransform.d.ts +lib/transforms/RelayDirectiveTransform.d.ts \ No newline at end of file diff --git a/types/relay-compiler/tsconfig.json b/types/relay-compiler/tsconfig.json index df96178c86..de5f4c1c21 100644 --- a/types/relay-compiler/tsconfig.json +++ b/types/relay-compiler/tsconfig.json @@ -20,15 +20,6 @@ }, "files": [ "index.d.ts", - "relay-compiler-tests.ts", - "lib/transforms/ConnectionFieldTransform.d.ts", - "lib/transforms/FlattenTransform.d.ts", - "lib/transforms/InlineFragmentsTransform.d.ts", - "lib/transforms/ApplyFragmentArgumentTransform.d.ts", - "lib/transforms/SkipRedundantNodesTransform.d.ts", - "lib/transforms/MaskTransform.d.ts", - "lib/transforms/MatchTransform.d.ts", - "lib/transforms/RefetchableFragmentTransform.d.ts", - "lib/transforms/RelayDirectiveTransform.d.ts" + "relay-compiler-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/remarkable/tsconfig.json b/types/remarkable/tsconfig.json index c77fd8a6cc..b76650c2f9 100644 --- a/types/remarkable/tsconfig.json +++ b/types/remarkable/tsconfig.json @@ -17,11 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "lib/common/utils.d.ts", - "lib/index.d.ts", - "lib/renderer.d.ts", - "lib/ruler.d.ts", "index.d.ts", "remarkable-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/request-promise-native/tsconfig.json b/types/request-promise-native/tsconfig.json index f4369116db..a801d02158 100644 --- a/types/request-promise-native/tsconfig.json +++ b/types/request-promise-native/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "errors.d.ts", "request-promise-native-tests.ts" ] } \ No newline at end of file diff --git a/types/request-promise/tsconfig.json b/types/request-promise/tsconfig.json index fc7e5e29e7..7b633adc79 100644 --- a/types/request-promise/tsconfig.json +++ b/types/request-promise/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "errors.d.ts", "request-promise-tests.ts" ] } \ No newline at end of file diff --git a/types/riot-route/tsconfig.json b/types/riot-route/tsconfig.json index cc6b807db4..d823a19bdb 100644 --- a/types/riot-route/tsconfig.json +++ b/types/riot-route/tsconfig.json @@ -20,8 +20,6 @@ }, "files": [ "index.d.ts", - "lib/index.d.ts", - "lib/tag.d.ts", "riot-route-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rsocket-core/OTHER_FILES.txt b/types/rsocket-core/OTHER_FILES.txt new file mode 100644 index 0000000000..abf9ee768f --- /dev/null +++ b/types/rsocket-core/OTHER_FILES.txt @@ -0,0 +1,2 @@ +RSocketVersion.d.ts +RSocketMachine.d.ts diff --git a/types/rsocket-core/tsconfig.json b/types/rsocket-core/tsconfig.json index 90bab9c1fa..0a5939581f 100644 --- a/types/rsocket-core/tsconfig.json +++ b/types/rsocket-core/tsconfig.json @@ -18,19 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "RSocketBinaryFraming.d.ts", - "RSocketBufferUtils.d.ts", - "RSocketClient.d.ts", - "RSocketEncoding.d.ts", - "RSocketFrame.d.ts", - "RSocketLease.d.ts", - "RSocketMachine.d.ts", - "RSocketResumableTransport.d.ts", - "RSocketSerialization.d.ts", - "RSocketServer.d.ts", - "RSocketVersion.d.ts", - "CompositeMetadata.d.ts", - "WellKnownMimeType.d.ts" + "index.d.ts" ] } diff --git a/types/rsocket-flowable/OTHER_FILES.txt b/types/rsocket-flowable/OTHER_FILES.txt new file mode 100644 index 0000000000..f45692d9e8 --- /dev/null +++ b/types/rsocket-flowable/OTHER_FILES.txt @@ -0,0 +1,3 @@ +FlowableMapOperator.d.ts +FlowableRequestOperator.d.ts +FlowableTakeOperator.d.ts \ No newline at end of file diff --git a/types/rsocket-flowable/tsconfig.json b/types/rsocket-flowable/tsconfig.json index 738fd880b5..ef86820d2f 100644 --- a/types/rsocket-flowable/tsconfig.json +++ b/types/rsocket-flowable/tsconfig.json @@ -18,13 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "Flowable.d.ts", - "FlowableMapOperator.d.ts", - "FlowableProcessor.d.ts", - "FlowableRequestOperator.d.ts", - "FlowableTakeOperator.d.ts", - "FlowableTimer.d.ts", - "Single.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/rsocket-tcp-client/tsconfig.json b/types/rsocket-tcp-client/tsconfig.json index fb5a9ea854..81e83b5d19 100644 --- a/types/rsocket-tcp-client/tsconfig.json +++ b/types/rsocket-tcp-client/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "rsocket-tcp-client-tests.ts", - "RSocketTcpClient.d.ts" + "rsocket-tcp-client-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rsocket-tcp-server/tsconfig.json b/types/rsocket-tcp-server/tsconfig.json index 3b97b6eb5e..27134c32b3 100644 --- a/types/rsocket-tcp-server/tsconfig.json +++ b/types/rsocket-tcp-server/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "rsocket-tcp-server-tests.ts", - "RSocketTCPServer.d.ts" + "rsocket-tcp-server-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/rsocket-types/tsconfig.json b/types/rsocket-types/tsconfig.json index b4487b7404..ef86820d2f 100644 --- a/types/rsocket-types/tsconfig.json +++ b/types/rsocket-types/tsconfig.json @@ -18,8 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "ReactiveSocketTypes.d.ts", - "ReactiveStreamTypes.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/rsocket-websocket-client/tsconfig.json b/types/rsocket-websocket-client/tsconfig.json index 023c8cfd18..ef86820d2f 100644 --- a/types/rsocket-websocket-client/tsconfig.json +++ b/types/rsocket-websocket-client/tsconfig.json @@ -18,7 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "RSocketWebSocketClient.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/rsocket-websocket-server/tsconfig.json b/types/rsocket-websocket-server/tsconfig.json index 762bbc6457..ef86820d2f 100644 --- a/types/rsocket-websocket-server/tsconfig.json +++ b/types/rsocket-websocket-server/tsconfig.json @@ -18,7 +18,6 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts", - "RSocketWebSocketServer.d.ts" + "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/sc-broker-cluster/OTHER_FILES.txt b/types/sc-broker-cluster/OTHER_FILES.txt new file mode 100644 index 0000000000..bf2d022781 --- /dev/null +++ b/types/sc-broker-cluster/OTHER_FILES.txt @@ -0,0 +1 @@ +scbroker.d.ts \ No newline at end of file diff --git a/types/sc-broker-cluster/tsconfig.json b/types/sc-broker-cluster/tsconfig.json index 8ace8fc9dc..0ad2400179 100644 --- a/types/sc-broker-cluster/tsconfig.json +++ b/types/sc-broker-cluster/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "clientcluster.d.ts", - "scbroker.d.ts", "sc-broker-cluster-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sc-broker/tsconfig.json b/types/sc-broker/tsconfig.json index 6adfe07a5b..ad8f244e68 100644 --- a/types/sc-broker/tsconfig.json +++ b/types/sc-broker/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "scbroker.d.ts", "sc-broker-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/scc-broker-client/tsconfig.json b/types/scc-broker-client/tsconfig.json index 26ab577a66..0f4e5f69f9 100644 --- a/types/scc-broker-client/tsconfig.json +++ b/types/scc-broker-client/tsconfig.json @@ -18,9 +18,6 @@ }, "files": [ "index.d.ts", - "client-pool.d.ts", - "cluster-broker-client.d.ts", - "hasher.d.ts", "scc-broker-client-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/scheduler/tsconfig.json b/types/scheduler/tsconfig.json index 8e098a5df3..fa446503b5 100644 --- a/types/scheduler/tsconfig.json +++ b/types/scheduler/tsconfig.json @@ -19,7 +19,6 @@ "files": [ "index.d.ts", "test/scheduler.ts", - "tracing.d.ts", "test/tracing.ts" ] -} +} \ No newline at end of file diff --git a/types/selenium-webdriver/tsconfig.json b/types/selenium-webdriver/tsconfig.json index e7a99395a7..f8860d111a 100644 --- a/types/selenium-webdriver/tsconfig.json +++ b/types/selenium-webdriver/tsconfig.json @@ -19,17 +19,10 @@ }, "files": [ "index.d.ts", - "chrome.d.ts", - "edge.d.ts", - "firefox.d.ts", - "http.d.ts", - "ie.d.ts", - "remote.d.ts", - "safari.d.ts", "test/ie.ts", "test/index.ts", "test/chrome.ts", "test/firefox.ts", "test/remote.ts" ] -} +} \ No newline at end of file diff --git a/types/selenium-webdriver/v2/OTHER_FILES.txt b/types/selenium-webdriver/v2/OTHER_FILES.txt new file mode 100644 index 0000000000..c77dbdc03b --- /dev/null +++ b/types/selenium-webdriver/v2/OTHER_FILES.txt @@ -0,0 +1 @@ +http.d.ts \ No newline at end of file diff --git a/types/selenium-webdriver/v2/tsconfig.json b/types/selenium-webdriver/v2/tsconfig.json index 53d26538b0..1ef570fbec 100644 --- a/types/selenium-webdriver/v2/tsconfig.json +++ b/types/selenium-webdriver/v2/tsconfig.json @@ -27,16 +27,6 @@ }, "files": [ "index.d.ts", - "chrome.d.ts", - "edge.d.ts", - "executors.d.ts", - "firefox.d.ts", - "http.d.ts", - "ie.d.ts", - "opera.d.ts", - "remote.d.ts", - "safari.d.ts", - "testing.d.ts", "test/index.ts", "test/chrome.ts", "test/firefox.ts", diff --git a/types/selenium-webdriver/v3/tsconfig.json b/types/selenium-webdriver/v3/tsconfig.json index da785a6bf5..63b28cb4bc 100644 --- a/types/selenium-webdriver/v3/tsconfig.json +++ b/types/selenium-webdriver/v3/tsconfig.json @@ -27,15 +27,6 @@ }, "files": [ "index.d.ts", - "chrome.d.ts", - "edge.d.ts", - "firefox.d.ts", - "http.d.ts", - "ie.d.ts", - "opera.d.ts", - "remote.d.ts", - "safari.d.ts", - "testing.d.ts", "test/index.ts", "test/chrome.ts", "test/firefox.ts", diff --git a/types/semantic-ui-accordion/tsconfig.json b/types/semantic-ui-accordion/tsconfig.json index 7fbe1aac16..fe430001e8 100644 --- a/types/semantic-ui-accordion/tsconfig.json +++ b/types/semantic-ui-accordion/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-accordion-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-api/tsconfig.json b/types/semantic-ui-api/tsconfig.json index e12d11394d..7dda25044d 100644 --- a/types/semantic-ui-api/tsconfig.json +++ b/types/semantic-ui-api/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-api-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-checkbox/tsconfig.json b/types/semantic-ui-checkbox/tsconfig.json index 7a58bbf7d0..bee39b422c 100644 --- a/types/semantic-ui-checkbox/tsconfig.json +++ b/types/semantic-ui-checkbox/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-checkbox-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-dimmer/tsconfig.json b/types/semantic-ui-dimmer/tsconfig.json index e3dafc6576..3edfa5448f 100644 --- a/types/semantic-ui-dimmer/tsconfig.json +++ b/types/semantic-ui-dimmer/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-dimmer-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-dropdown/tsconfig.json b/types/semantic-ui-dropdown/tsconfig.json index eed261529b..6bf499d10b 100644 --- a/types/semantic-ui-dropdown/tsconfig.json +++ b/types/semantic-ui-dropdown/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-dropdown-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-embed/tsconfig.json b/types/semantic-ui-embed/tsconfig.json index 3391fdb1e0..798fdb4a62 100644 --- a/types/semantic-ui-embed/tsconfig.json +++ b/types/semantic-ui-embed/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-embed-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-form/tsconfig.json b/types/semantic-ui-form/tsconfig.json index 1246f890df..542b2ca8a6 100644 --- a/types/semantic-ui-form/tsconfig.json +++ b/types/semantic-ui-form/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-form-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-modal/tsconfig.json b/types/semantic-ui-modal/tsconfig.json index 0284ee0abe..a79b98551d 100644 --- a/types/semantic-ui-modal/tsconfig.json +++ b/types/semantic-ui-modal/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-modal-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-nag/tsconfig.json b/types/semantic-ui-nag/tsconfig.json index 32afe86c9e..8102ba82aa 100644 --- a/types/semantic-ui-nag/tsconfig.json +++ b/types/semantic-ui-nag/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-nag-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-popup/tsconfig.json b/types/semantic-ui-popup/tsconfig.json index 76a26453ac..6655ee4a76 100644 --- a/types/semantic-ui-popup/tsconfig.json +++ b/types/semantic-ui-popup/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-popup-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-progress/tsconfig.json b/types/semantic-ui-progress/tsconfig.json index d39cf7965a..cb8032de97 100644 --- a/types/semantic-ui-progress/tsconfig.json +++ b/types/semantic-ui-progress/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-progress-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-rating/tsconfig.json b/types/semantic-ui-rating/tsconfig.json index 9d971238f4..16f08f1dae 100644 --- a/types/semantic-ui-rating/tsconfig.json +++ b/types/semantic-ui-rating/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-rating-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-search/tsconfig.json b/types/semantic-ui-search/tsconfig.json index 6531032b45..8a86ef1462 100644 --- a/types/semantic-ui-search/tsconfig.json +++ b/types/semantic-ui-search/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-search-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-shape/tsconfig.json b/types/semantic-ui-shape/tsconfig.json index a18daa3e72..642f962971 100644 --- a/types/semantic-ui-shape/tsconfig.json +++ b/types/semantic-ui-shape/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-shape-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-sidebar/tsconfig.json b/types/semantic-ui-sidebar/tsconfig.json index 0dedadb3f6..3e8324d9a7 100644 --- a/types/semantic-ui-sidebar/tsconfig.json +++ b/types/semantic-ui-sidebar/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-sidebar-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-site/tsconfig.json b/types/semantic-ui-site/tsconfig.json index 1731e241ee..82780355d0 100644 --- a/types/semantic-ui-site/tsconfig.json +++ b/types/semantic-ui-site/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-site-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-sticky/tsconfig.json b/types/semantic-ui-sticky/tsconfig.json index 21deb1a613..c2ad3cc569 100644 --- a/types/semantic-ui-sticky/tsconfig.json +++ b/types/semantic-ui-sticky/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-sticky-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-tab/tsconfig.json b/types/semantic-ui-tab/tsconfig.json index b98b19dce6..3a6fa0b464 100644 --- a/types/semantic-ui-tab/tsconfig.json +++ b/types/semantic-ui-tab/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-tab-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-transition/tsconfig.json b/types/semantic-ui-transition/tsconfig.json index f0309456ad..bde8b364b7 100644 --- a/types/semantic-ui-transition/tsconfig.json +++ b/types/semantic-ui-transition/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-transition-tests.ts" ] } \ No newline at end of file diff --git a/types/semantic-ui-visibility/tsconfig.json b/types/semantic-ui-visibility/tsconfig.json index 91b236b867..c3a1046fea 100644 --- a/types/semantic-ui-visibility/tsconfig.json +++ b/types/semantic-ui-visibility/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "global.d.ts", "semantic-ui-visibility-tests.ts" ] } \ No newline at end of file diff --git a/types/server/tsconfig.json b/types/server/tsconfig.json index c47dd19fe0..d014f55db1 100644 --- a/types/server/tsconfig.json +++ b/types/server/tsconfig.json @@ -1,24 +1,24 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "noUnusedLocals": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - "server-tests.ts", - "reply.d.ts", - "router.d.ts", - "typings/common.d.ts", - "typings/options.d.ts" + "server-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/servicenow-london/tsconfig.json b/types/servicenow-london/tsconfig.json index 3302148bc7..7a4fa17d69 100644 --- a/types/servicenow-london/tsconfig.json +++ b/types/servicenow-london/tsconfig.json @@ -1,61 +1,23 @@ { "compilerOptions": { - "lib": ["es5"], + "lib": [ + "es5" + ], "module": "commonjs", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", - - "Class.d.ts", - "GlideDate.d.ts", - "GlideDateTime.d.ts", - "GlideDBFunctionBuilder.d.ts", - "GlideDuration.d.ts", - "GlideEmailOutbound.d.ts", - "GlideFilter.d.ts", - "GlideLocale.d.ts", - "GlidePluginManager.d.ts", - "GlideRecordOperation.d.ts", - "GlideSchedule.d.ts", - "GlideScopedEvaluator.d.ts", - "GlideScriptedProcessor.d.ts", - "GlideSecureRandomUtil.d.ts", - "GlideServletRequest.d.ts", - "GlideServletResponse.d.ts", - "GlideSession.d.ts", - "GlideStringUtil.d.ts", - "GlideSysAttachment.d.ts", - "GlideSystem.d.ts", - "GlideTime.d.ts", - "GlideUser.d.ts", - "QueryOperator.d.ts", - "RenderProperties.d.ts", - "RESTAPIRequest.d.ts", - "RESTAPIRequestBody.d.ts", - "RESTAPIResponse.d.ts", - "RESTAPIResponseStream.d.ts", - "RESTMessageV2.d.ts", - "RESTResponseV2.d.ts", - "ScopedElementDescriptor.d.ts", - "ScopedGlideElement.d.ts", - "ScopedGlideRecord.d.ts", - "ScopedQueryCondition.d.ts", - "SOAPMessageV2.d.ts", - "SOAPResponseV2.d.ts", - "Workflow.d.ts", - "XMLDocument2.d.ts", - "XMLNode.d.ts", - "XMLNodeIterator.d.ts", - "servicenow-london-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sharedb/tsconfig.json b/types/sharedb/tsconfig.json index 8d2c0915c0..ba2f84131f 100644 --- a/types/sharedb/tsconfig.json +++ b/types/sharedb/tsconfig.json @@ -13,16 +13,13 @@ "typeRoots": [ "../" ], - "paths": { - }, + "paths": {}, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ - "lib/sharedb.d.ts", "index.d.ts", - "lib/client.d.ts", "sharedb-tests.ts" ] } \ No newline at end of file diff --git a/types/shelljs/OTHER_FILES.txt b/types/shelljs/OTHER_FILES.txt new file mode 100644 index 0000000000..d8286923e1 --- /dev/null +++ b/types/shelljs/OTHER_FILES.txt @@ -0,0 +1 @@ +make.d.ts \ No newline at end of file diff --git a/types/shelljs/tsconfig.json b/types/shelljs/tsconfig.json index 24c16c6e1f..7343a42a7e 100644 --- a/types/shelljs/tsconfig.json +++ b/types/shelljs/tsconfig.json @@ -1,24 +1,23 @@ { - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "strictFunctionTypes": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts", - "make.d.ts", - "shelljs-tests.ts" - ] -} + "compilerOptions": { + "module": "commonjs", + "lib": [ + "es6" + ], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": false, + "strictFunctionTypes": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "shelljs-tests.ts" + ] +} \ No newline at end of file diff --git a/types/simple-websocket/tsconfig.json b/types/simple-websocket/tsconfig.json index 06b0fdd9da..d160f17df0 100644 --- a/types/simple-websocket/tsconfig.json +++ b/types/simple-websocket/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "server.d.ts", "simple-websocket-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/simplecrawler/tsconfig.json b/types/simplecrawler/tsconfig.json index 11fd40c396..71039e4738 100644 --- a/types/simplecrawler/tsconfig.json +++ b/types/simplecrawler/tsconfig.json @@ -19,11 +19,6 @@ }, "files": [ "index.d.ts", - "simplecrawler-tests.ts", - "cache.d.ts", - "cookies.d.ts", - "queue.d.ts", - "cache-backend-fs.d.ts", - "crawler.d.ts" + "simplecrawler-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/slickgrid/OTHER_FILES.txt b/types/slickgrid/OTHER_FILES.txt new file mode 100644 index 0000000000..a16a920112 --- /dev/null +++ b/types/slickgrid/OTHER_FILES.txt @@ -0,0 +1,5 @@ +slick.autotooltips.d.ts +slick.checkboxselectcolumn.d.ts +slick.columnpicker.d.ts +slick.headerbuttons.d.ts +slick.rowselectionmodel.d.ts \ No newline at end of file diff --git a/types/slickgrid/index.d.ts b/types/slickgrid/index.d.ts index 1409c116e3..0c1ae520b6 100644 --- a/types/slickgrid/index.d.ts +++ b/types/slickgrid/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/mleibman/SlickGrid // Definitions by: Josh Baldwin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 +// TypeScript Version: 3.2 /* SlickGrid-2.1.d.ts may be freely distributed under the MIT license. diff --git a/types/slickgrid/test/slick.autotooltips.ts b/types/slickgrid/test/slick.autotooltips.ts index 9ee791718b..ac22555ce4 100644 --- a/types/slickgrid/test/slick.autotooltips.ts +++ b/types/slickgrid/test/slick.autotooltips.ts @@ -1,4 +1,4 @@ - +/// var tgrid = new Slick.Grid("#myGrid", [], [], {}); tgrid.registerPlugin(new Slick.AutoTooltips({ diff --git a/types/slickgrid/test/slick.checkboxselectcolumn.ts b/types/slickgrid/test/slick.checkboxselectcolumn.ts index 4006bfcf75..14c90a4d1e 100644 --- a/types/slickgrid/test/slick.checkboxselectcolumn.ts +++ b/types/slickgrid/test/slick.checkboxselectcolumn.ts @@ -1,3 +1,6 @@ +/// +/// +/// /** * Extracted from https://github.com/mleibman/SlickGrid/blob/master/examples/example-checkbox-row-select.html */ diff --git a/types/slickgrid/tsconfig.json b/types/slickgrid/tsconfig.json index e5ccc104b9..7e241dd103 100644 --- a/types/slickgrid/tsconfig.json +++ b/types/slickgrid/tsconfig.json @@ -19,13 +19,8 @@ }, "files": [ "index.d.ts", - "slick.autotooltips.d.ts", - "slick.checkboxselectcolumn.d.ts", - "slick.columnpicker.d.ts", - "slick.headerbuttons.d.ts", - "slick.rowselectionmodel.d.ts", "test/index.ts", "test/slick.autotooltips.ts", "test/slick.checkboxselectcolumn.ts" ] -} +} \ No newline at end of file diff --git a/types/socketcluster-client/tsconfig.json b/types/socketcluster-client/tsconfig.json index 54fc6ea8af..7a131a55ee 100644 --- a/types/socketcluster-client/tsconfig.json +++ b/types/socketcluster-client/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "lib/scclientsocket.d.ts", "socketcluster-client-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/socketcluster-server/tsconfig.json b/types/socketcluster-server/tsconfig.json index be1a6bdcb0..efb72ef9bb 100644 --- a/types/socketcluster-server/tsconfig.json +++ b/types/socketcluster-server/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "scserver.d.ts", - "scserversocket.d.ts", "socketcluster-server-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/socketcluster/OTHER_FILES.txt b/types/socketcluster/OTHER_FILES.txt new file mode 100644 index 0000000000..f4dc2dd5e8 --- /dev/null +++ b/types/socketcluster/OTHER_FILES.txt @@ -0,0 +1,2 @@ +scbroker.d.ts +scworker.d.ts \ No newline at end of file diff --git a/types/socketcluster/tsconfig.json b/types/socketcluster/tsconfig.json index 1a0267f5f0..dd38ca573e 100644 --- a/types/socketcluster/tsconfig.json +++ b/types/socketcluster/tsconfig.json @@ -18,9 +18,6 @@ }, "files": [ "index.d.ts", - "fsutil.d.ts", - "scbroker.d.ts", - "scworker.d.ts", "socketcluster-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sortablejs/tsconfig.json b/types/sortablejs/tsconfig.json index ecb500b45e..6e0f269871 100644 --- a/types/sortablejs/tsconfig.json +++ b/types/sortablejs/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "sortablejs-tests.ts", - "plugins.d.ts" + "sortablejs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/sql.js/tsconfig.json b/types/sql.js/tsconfig.json index aed9269531..b77975df37 100644 --- a/types/sql.js/tsconfig.json +++ b/types/sql.js/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "module.d.ts", "sql.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stompit/tsconfig.json b/types/stompit/tsconfig.json index 855e9ee93d..389eddf85a 100644 --- a/types/stompit/tsconfig.json +++ b/types/stompit/tsconfig.json @@ -18,18 +18,6 @@ }, "files": [ "index.d.ts", - "lib/client/Subscription.d.ts", - "lib/client/Transaction.d.ts", - "lib/connect-failover/getAddressInfo.d.ts", - "lib/Channel.d.ts", - "lib/ChannelFactory.d.ts", - "lib/ChannelPool.d.ts", - "lib/Client.d.ts", - "lib/connect.d.ts", - "lib/ConnectFailover.d.ts", - "lib/IncomingFrameStream.d.ts", - "lib/OutgoingFrameStream.d.ts", - "lib/Socket.d.ts", "stompit-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/storybook-readme/tsconfig.json b/types/storybook-readme/tsconfig.json index c3bfbb9cc5..abafbeec2a 100644 --- a/types/storybook-readme/tsconfig.json +++ b/types/storybook-readme/tsconfig.json @@ -16,9 +16,6 @@ }, "files": [ "index.d.ts", - "components/Marked.d.ts", - "registerWithPanelTitle/index.d.ts", - "html/index.d.ts", "storybook-readme-tests.tsx" ] } diff --git a/types/strange/tsconfig.json b/types/strange/tsconfig.json index 5267392b24..e0def0a212 100644 --- a/types/strange/tsconfig.json +++ b/types/strange/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "strange-tests.ts", - "tree.d.ts" + "strange-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/stripejs/tsconfig.json b/types/stripejs/tsconfig.json index 8e844fa910..3df8e8381f 100644 --- a/types/stripejs/tsconfig.json +++ b/types/stripejs/tsconfig.json @@ -19,13 +19,6 @@ }, "files": [ "index.d.ts", - "customer.d.ts", - "element.d.ts", - "payment.d.ts", - "shipping.d.ts", - "source.d.ts", - "token.d.ts", "stripejs-tests.ts" ] -} - +} \ No newline at end of file diff --git a/types/strophe.js/index.d.ts b/types/strophe.js/index.d.ts index 63bb686e89..1858f285c1 100644 --- a/types/strophe.js/index.d.ts +++ b/types/strophe.js/index.d.ts @@ -2,7 +2,7 @@ // Project: http://strophe.im/strophejs/ // Definitions by: David Deutsch // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.1 +// TypeScript Version: 3.2 export namespace Strophe { /** Constant: VERSION diff --git a/types/strophe.js/strophe.js-tests.ts b/types/strophe.js/strophe.js-tests.ts index 627dba3762..50003136e1 100644 --- a/types/strophe.js/strophe.js-tests.ts +++ b/types/strophe.js/strophe.js-tests.ts @@ -1,3 +1,4 @@ +/// function log(msg: string): void { console.log(msg); } diff --git a/types/strophe.js/tsconfig.json b/types/strophe.js/tsconfig.json index 4ca13682eb..9157095fb5 100644 --- a/types/strophe.js/tsconfig.json +++ b/types/strophe.js/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "muc.d.ts", "strophe.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/strophe/index.d.ts b/types/strophe/index.d.ts index 5f07dd461e..3c59df0993 100644 --- a/types/strophe/index.d.ts +++ b/types/strophe/index.d.ts @@ -2,6 +2,7 @@ // Project: http://strophe.im/strophejs/ // Definitions by: David Deutsch // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 3.2 export namespace Strophe { /** Constant: VERSION diff --git a/types/strophe/strophe-tests.ts b/types/strophe/strophe-tests.ts index c425a4efee..b87bf680de 100644 --- a/types/strophe/strophe-tests.ts +++ b/types/strophe/strophe-tests.ts @@ -1,3 +1,5 @@ +/// + function log(msg: string): void { console.log(msg); } @@ -10,7 +12,7 @@ function rawOutput(data: string): void { log('SENT: ' + data); } -function onOwnMessage(msg: HTMLElement): boolean { +function onOwnMessage(msg: Element): boolean { console.log(msg); var elems = msg.getElementsByTagName('own-message'); diff --git a/types/strophe/tsconfig.json b/types/strophe/tsconfig.json index 8c8038227a..b315159a0f 100644 --- a/types/strophe/tsconfig.json +++ b/types/strophe/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "muc.d.ts", "strophe-tests.ts" ] } \ No newline at end of file diff --git a/types/strophejs-plugin-roster/index.d.ts b/types/strophejs-plugin-roster/index.d.ts index d6188a5fc2..c37ae42362 100644 --- a/types/strophejs-plugin-roster/index.d.ts +++ b/types/strophejs-plugin-roster/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/strophe/strophejs-plugin-roster#readme // Definitions by: LeartS // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.1 +// TypeScript Version: 3.2 import { Strophe } from 'strophe.js'; diff --git a/types/styled-components/ts3.7/tsconfig.json b/types/styled-components/ts3.7/tsconfig.json index cc3fb68c6c..dde86e4eb8 100644 --- a/types/styled-components/ts3.7/tsconfig.json +++ b/types/styled-components/ts3.7/tsconfig.json @@ -19,9 +19,6 @@ }, "files": [ "index.d.ts", - "native.d.ts", - "macro.d.ts", - "cssprop.d.ts", "test/index.tsx", "test/native.tsx", "test/macro.tsx" diff --git a/types/styled-components/tsconfig.json b/types/styled-components/tsconfig.json index 3744d16775..f11c51aa99 100644 --- a/types/styled-components/tsconfig.json +++ b/types/styled-components/tsconfig.json @@ -19,9 +19,6 @@ }, "files": [ "index.d.ts", - "native.d.ts", - "macro.d.ts", - "cssprop.d.ts", "test/index.tsx", "test/native.tsx", "test/macro.tsx" diff --git a/types/svg-sprite-loader/tsconfig.json b/types/svg-sprite-loader/tsconfig.json index 89cd036620..bc0fa4a745 100644 --- a/types/svg-sprite-loader/tsconfig.json +++ b/types/svg-sprite-loader/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "plugin.d.ts", "svg-sprite-loader-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/swiper/tsconfig.json b/types/swiper/tsconfig.json index 1a10647c7d..8bde882886 100644 --- a/types/swiper/tsconfig.json +++ b/types/swiper/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "js/swiper.esm.d.ts", "swiper-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/swiper/v4/tsconfig.json b/types/swiper/v4/tsconfig.json index 7a4ef59acd..4eea052ae6 100644 --- a/types/swiper/v4/tsconfig.json +++ b/types/swiper/v4/tsconfig.json @@ -27,7 +27,6 @@ }, "files": [ "index.d.ts", - "dist/js/swiper.esm.d.ts", "swiper-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/tern/tsconfig.json b/types/tern/tsconfig.json index 24e87522b3..2b309ba3de 100644 --- a/types/tern/tsconfig.json +++ b/types/tern/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "lib/tern/index.d.ts", - "lib/infer/index.d.ts", "test/tern.test.ts" ] } \ No newline at end of file diff --git a/types/testing-library__react/OTHER_FILES.txt b/types/testing-library__react/OTHER_FILES.txt new file mode 100644 index 0000000000..228a2fed1b --- /dev/null +++ b/types/testing-library__react/OTHER_FILES.txt @@ -0,0 +1 @@ +pure.d.ts \ No newline at end of file diff --git a/types/testing-library__react/tsconfig.json b/types/testing-library__react/tsconfig.json index 6a57478473..56feb0d357 100644 --- a/types/testing-library__react/tsconfig.json +++ b/types/testing-library__react/tsconfig.json @@ -1,23 +1,37 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "jsx": "react", "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "target": "es6", "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@testing-library/react": ["testing-library__react"], - "@testing-library/react/*": ["testing-library__react/*"], - "@testing-library/dom": ["testing-library__dom"] + "@testing-library/react": [ + "testing-library__react" + ], + "@testing-library/react/*": [ + "testing-library__react/*" + ], + "@testing-library/dom": [ + "testing-library__dom" + ] } }, - "files": ["index.d.ts", "pure.d.ts", "testing-library__react-tests.tsx"] -} + "files": [ + "index.d.ts", + "testing-library__react-tests.tsx" + ] +} \ No newline at end of file diff --git a/types/uni-app/tsconfig.json b/types/uni-app/tsconfig.json index 9074ebf730..4447b7ffa3 100644 --- a/types/uni-app/tsconfig.json +++ b/types/uni-app/tsconfig.json @@ -19,10 +19,6 @@ }, "files": [ "index.d.ts", - "lib/app.d.ts", - "lib/page.d.ts", - "lib/common.d.ts", - "lib/vue.d.ts", "uni-app-tests.ts" ] } \ No newline at end of file diff --git a/types/urijs/tsconfig.json b/types/urijs/tsconfig.json index d173b3aab8..a9fc8110dd 100644 --- a/types/urijs/tsconfig.json +++ b/types/urijs/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "dom-monkeypatch.d.ts", "test/urijs-dom.test.ts", "test/urijs-nodejs.test.ts" ] diff --git a/types/util.promisify/tsconfig.json b/types/util.promisify/tsconfig.json index 921e18f779..041c10a94c 100644 --- a/types/util.promisify/tsconfig.json +++ b/types/util.promisify/tsconfig.json @@ -17,10 +17,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "auto.d.ts", "index.d.ts", - "polyfill.d.ts", - "shim.d.ts", "util.promisify-tests.ts" ] } \ No newline at end of file diff --git a/types/uuid/tsconfig.json b/types/uuid/tsconfig.json index ce6d909022..5ba17c6f2f 100644 --- a/types/uuid/tsconfig.json +++ b/types/uuid/tsconfig.json @@ -18,10 +18,6 @@ }, "files": [ "index.d.ts", - "v1.d.ts", - "v4.d.ts", - "v5.d.ts", - "interfaces.d.ts", "uuid-tests.ts" ] } \ No newline at end of file diff --git a/types/validator/OTHER_FILES.txt b/types/validator/OTHER_FILES.txt new file mode 100644 index 0000000000..047cb7b4f4 --- /dev/null +++ b/types/validator/OTHER_FILES.txt @@ -0,0 +1,8 @@ +lib/isBIC.d.ts +lib/isBase32.d.ts +lib/isIPRange.d.ts +lib/isIdentityCard.d.ts +lib/isMagnetURI.d.ts +lib/isOctal.d.ts +lib/isRFC3339.d.ts +lib/isSlug.d.ts \ No newline at end of file diff --git a/types/validator/tsconfig.json b/types/validator/tsconfig.json index ef59f0c926..9dfc63802a 100644 --- a/types/validator/tsconfig.json +++ b/types/validator/tsconfig.json @@ -3,7 +3,9 @@ "module": "commonjs", "lib": ["es6"], "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "noImplicitAny": true, @@ -14,82 +16,6 @@ }, "files": [ "index.d.ts", - "validator-tests.ts", - "lib/blacklist.d.ts", - "lib/contains.d.ts", - "lib/equals.d.ts", - "lib/escape.d.ts", - "lib/isAfter.d.ts", - "lib/isAlpha.d.ts", - "lib/isAlphanumeric.d.ts", - "lib/isAscii.d.ts", - "lib/isBase32.d.ts", - "lib/isBase64.d.ts", - "lib/isBefore.d.ts", - "lib/isBIC.d.ts", - "lib/isBoolean.d.ts", - "lib/isByteLength.d.ts", - "lib/isCreditCard.d.ts", - "lib/isCurrency.d.ts", - "lib/isDataURI.d.ts", - "lib/isDecimal.d.ts", - "lib/isDivisibleBy.d.ts", - "lib/isEmail.d.ts", - "lib/isEmpty.d.ts", - "lib/isFloat.d.ts", - "lib/isFQDN.d.ts", - "lib/isFullWidth.d.ts", - "lib/isHalfWidth.d.ts", - "lib/isHash.d.ts", - "lib/isHexadecimal.d.ts", - "lib/isHexColor.d.ts", - "lib/isIdentityCard.d.ts", - "lib/isIn.d.ts", - "lib/isInt.d.ts", - "lib/isIP.d.ts", - "lib/isIPRange.d.ts", - "lib/isISBN.d.ts", - "lib/isISIN.d.ts", - "lib/isISO8601.d.ts", - "lib/isISO31661Alpha2.d.ts", - "lib/isISO31661Alpha3.d.ts", - "lib/isISRC.d.ts", - "lib/isISSN.d.ts", - "lib/isJSON.d.ts", - "lib/isJWT.d.ts", - "lib/isLatLong.d.ts", - "lib/isLength.d.ts", - "lib/isLowercase.d.ts", - "lib/isMACAddress.d.ts", - "lib/isMagnetURI.d.ts", - "lib/isMD5.d.ts", - "lib/isMimeType.d.ts", - "lib/isMobilePhone.d.ts", - "lib/isMongoId.d.ts", - "lib/isMultibyte.d.ts", - "lib/isNumeric.d.ts", - "lib/isOctal.d.ts", - "lib/isPort.d.ts", - "lib/isPostalCode.d.ts", - "lib/isRFC3339.d.ts", - "lib/isSlug.d.ts", - "lib/isSurrogatePair.d.ts", - "lib/isUppercase.d.ts", - "lib/isURL.d.ts", - "lib/isUUID.d.ts", - "lib/isVariableWidth.d.ts", - "lib/isWhitelisted.d.ts", - "lib/ltrim.d.ts", - "lib/matches.d.ts", - "lib/normalizeEmail.d.ts", - "lib/rtrim.d.ts", - "lib/stripLow.d.ts", - "lib/toBoolean.d.ts", - "lib/toDate.d.ts", - "lib/toFloat.d.ts", - "lib/toInt.d.ts", - "lib/trim.d.ts", - "lib/unescape.d.ts", - "lib/whitelist.d.ts" + "validator-tests.ts" ] } diff --git a/types/video.js/OTHER_FILES.txt b/types/video.js/OTHER_FILES.txt new file mode 100644 index 0000000000..5a97ae850f --- /dev/null +++ b/types/video.js/OTHER_FILES.txt @@ -0,0 +1 @@ +dist/alt/video.core.novtt.d.ts \ No newline at end of file diff --git a/types/video.js/tsconfig.json b/types/video.js/tsconfig.json index f5358e8337..e6c867f717 100644 --- a/types/video.js/tsconfig.json +++ b/types/video.js/tsconfig.json @@ -19,9 +19,8 @@ }, "files": [ "index.d.ts", - "dist/alt/video.core.novtt.d.ts", "test/plugin-tests.ts", "test/videojs-alt-distributions-tests.ts", "video.js-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/vuelidate/tsconfig.json b/types/vuelidate/tsconfig.json index eaccd80eba..31ada5512a 100644 --- a/types/vuelidate/tsconfig.json +++ b/types/vuelidate/tsconfig.json @@ -1,31 +1,29 @@ { - "compilerOptions": { - "target": "es6", - "module": "commonjs", - "lib": [ - "DOM", - "ES6", - "DOM.Iterable", - "ScriptHost" - ], - "noImplicitAny": true, - "strictNullChecks": true, - "strictFunctionTypes": true, - "noImplicitThis": true, - "esModuleInterop": true, - "noEmit": true, - "forceConsistentCasingInFileNames": true, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "experimentalDecorators": true - }, - "files": [ - "index.d.ts", - "vue.d.ts", - "lib/validators.d.ts", - "vuelidate-tests.ts" - ] + "compilerOptions": { + "target": "es6", + "module": "commonjs", + "lib": [ + "DOM", + "ES6", + "DOM.Iterable", + "ScriptHost" + ], + "noImplicitAny": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "noImplicitThis": true, + "esModuleInterop": true, + "noEmit": true, + "forceConsistentCasingInFileNames": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "experimentalDecorators": true + }, + "files": [ + "index.d.ts", + "vuelidate-tests.ts" + ] } \ No newline at end of file diff --git a/types/watchpack/tsconfig.json b/types/watchpack/tsconfig.json index a9011453a0..aad3d94ecd 100644 --- a/types/watchpack/tsconfig.json +++ b/types/watchpack/tsconfig.json @@ -18,8 +18,6 @@ }, "files": [ "index.d.ts", - "DirectoryWatcher.d.ts", - "Watcher.d.ts", "watchpack-tests.ts" ] } \ No newline at end of file diff --git a/types/waypoints/index.d.ts b/types/waypoints/index.d.ts index 0bf0c488d8..fb0c4b578a 100644 --- a/types/waypoints/index.d.ts +++ b/types/waypoints/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/imakewebthings/waypoints // Definitions by: Dominik Bułaj , Alexey Kolotovchenkov , Sergei Dorogin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 +// TypeScript Version: 3.2 interface WaypointOptionsBase { offset?: string|number|(() => number); diff --git a/types/waypoints/tsconfig.json b/types/waypoints/tsconfig.json index 4acd5d77b4..c457df62f8 100644 --- a/types/waypoints/tsconfig.json +++ b/types/waypoints/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "jquery.d.ts", "waypoints-tests.ts" ] } \ No newline at end of file diff --git a/types/waypoints/waypoints-tests.ts b/types/waypoints/waypoints-tests.ts index 4ea425fbf8..7ef170d900 100644 --- a/types/waypoints/waypoints-tests.ts +++ b/types/waypoints/waypoints-tests.ts @@ -1,3 +1,4 @@ +/// // All code examples below taken from http://imakewebthings.com/waypoints/guides/getting-started/ declare function notify(text: string): void; diff --git a/types/webrtc/tsconfig.json b/types/webrtc/tsconfig.json index b8074fbae2..7b2ffad103 100644 --- a/types/webrtc/tsconfig.json +++ b/types/webrtc/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "MediaStream.d.ts", - "RTCPeerConnection.d.ts", "test/MediaStream.ts", "test/RTCPeerConnection.ts" ] diff --git a/types/wepy/tsconfig.json b/types/wepy/tsconfig.json index f363a749a1..add70fb4a6 100644 --- a/types/wepy/tsconfig.json +++ b/types/wepy/tsconfig.json @@ -1,27 +1,23 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ - "app.d.ts", - "base.d.ts", - "component.d.ts", - "event.d.ts", "index.d.ts", - "mixin.d.ts", - "page.d.ts", - "util.d.ts", - "wx_enhanced.d.ts", "wepy-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wix-style-react/tsconfig.json b/types/wix-style-react/tsconfig.json index 7510bd13db..5280a7a20b 100644 --- a/types/wix-style-react/tsconfig.json +++ b/types/wix-style-react/tsconfig.json @@ -1,13 +1,17 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6"], + "lib": [ + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictFunctionTypes": true, "strictNullChecks": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, @@ -16,13 +20,9 @@ "files": [ "index.d.ts", "wix-style-react-tests.ts", - "Text.d.ts", "test/Text-tests.tsx", - "Button.d.ts", "test/Button-tests.tsx", - "Loader.d.ts", "test/Loader-tests.tsx", - "BaseComponents.d.ts", "test/BaseComponents-tests.tsx" ] } \ No newline at end of file diff --git a/types/wordpress__block-editor/OTHER_FILES.txt b/types/wordpress__block-editor/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__block-editor/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__block-editor/tsconfig.json b/types/wordpress__block-editor/tsconfig.json index a573702559..8da9125a56 100644 --- a/types/wordpress__block-editor/tsconfig.json +++ b/types/wordpress__block-editor/tsconfig.json @@ -1,82 +1,51 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/block-editor": ["wordpress__block-editor"], - "@wordpress/blocks": ["wordpress__blocks"], - "@wordpress/components": ["wordpress__components"], - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/keycodes": ["wordpress__keycodes"], - "@wordpress/notices": ["wordpress__notices"], - "@wordpress/rich-text": ["wordpress__rich-text"] + "@wordpress/block-editor": [ + "wordpress__block-editor" + ], + "@wordpress/blocks": [ + "wordpress__blocks" + ], + "@wordpress/components": [ + "wordpress__components" + ], + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/keycodes": [ + "wordpress__keycodes" + ], + "@wordpress/notices": [ + "wordpress__notices" + ], + "@wordpress/rich-text": [ + "wordpress__rich-text" + ] } }, "files": [ - "components/alignment-toolbar.d.ts", - "components/autocomplete.d.ts", - "components/block-alignment-toolbar.d.ts", - "components/block-controls.d.ts", - "components/block-edit.d.ts", - "components/block-editor-keyboard-shortcuts.d.ts", - "components/block-format-controls.d.ts", - "components/block-icon.d.ts", - "components/block-inspector.d.ts", - "components/block-list.d.ts", - "components/block-mover.d.ts", - "components/block-navigation/dropdown.d.ts", - "components/block-selection-clearer.d.ts", - "components/block-settings-menu.d.ts", - "components/block-switcher/multi-blocks-switcher.d.ts", - "components/block-title.d.ts", - "components/block-toolbar.d.ts", - "components/block-vertical-alignment-toolbar.d.ts", - "components/button-block-appender.d.ts", - "components/color-palette/index.d.ts", - "components/color-palette/with-color-context.d.ts", - "components/colors.d.ts", - "components/contrast-checker.d.ts", - "components/copy-handler.d.ts", - "components/default-block-appender.d.ts", - "components/font-sizes.d.ts", - "components/index.d.ts", - "components/inner-blocks.d.ts", - "components/inserter.d.ts", - "components/inspector-advanced-controls.d.ts", - "components/inspector-controls.d.ts", - "components/media-placeholder.d.ts", - "components/media-upload/check.d.ts", - "components/media-upload/index.d.ts", - "components/multi-select-scroll-into-view.d.ts", - "components/navigable-toolbar.d.ts", - "components/observe-typing.d.ts", - "components/panel-color-settings.d.ts", - "components/plain-text.d.ts", - "components/preserve-scroll-in-reorder.d.ts", - "components/provider.d.ts", - "components/rich-text.d.ts", - "components/skip-to-selected-block.d.ts", - "components/url-input/button.d.ts", - "components/url-input/index.d.ts", - "components/url-popover.d.ts", - "components/warning.d.ts", - "components/writing-flow.d.ts", "index.d.ts", - "store/actions.d.ts", - "store/defaults.d.ts", - "store/index.d.ts", - "store/selectors.d.ts", "wordpress__block-editor-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__blocks/OTHER_FILES.txt b/types/wordpress__blocks/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__blocks/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__blocks/tsconfig.json b/types/wordpress__blocks/tsconfig.json index feb2e3eeac..12a799b301 100644 --- a/types/wordpress__blocks/tsconfig.json +++ b/types/wordpress__blocks/tsconfig.json @@ -1,43 +1,45 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/blocks": ["wordpress__blocks"], - "@wordpress/components": ["wordpress__components"], - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/notices": ["wordpress__notices"], - "@wordpress/rich-text": ["wordpress__rich-text"] + "@wordpress/blocks": [ + "wordpress__blocks" + ], + "@wordpress/components": [ + "wordpress__components" + ], + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/notices": [ + "wordpress__notices" + ], + "@wordpress/rich-text": [ + "wordpress__rich-text" + ] } }, "files": [ - "api/categories.d.ts", - "api/children.d.ts", - "api/factory.d.ts", - "api/index.d.ts", - "api/node.d.ts", - "api/parser.d.ts", - "api/raw-handling.d.ts", - "api/registration.d.ts", - "api/serializer.d.ts", - "api/templates.d.ts", - "api/utils.d.ts", - "api/validation.d.ts", - "block-content-provider.d.ts", "index.d.ts", - "store/actions.d.ts", - "store/selectors.d.ts", "wordpress__blocks-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__components/tsconfig.json b/types/wordpress__components/tsconfig.json index 855865c095..78d4d37c83 100644 --- a/types/wordpress__components/tsconfig.json +++ b/types/wordpress__components/tsconfig.json @@ -1,96 +1,42 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/components": ["wordpress__components"], - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/notices": ["wordpress__notices"], - "@wordpress/rich-text": ["wordpress__rich-text"] + "@wordpress/components": [ + "wordpress__components" + ], + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/notices": [ + "wordpress__notices" + ], + "@wordpress/rich-text": [ + "wordpress__rich-text" + ] } }, "files": [ "index.d.ts", - "animate/index.d.ts", - "autocomplete/index.d.ts", - "base-control/index.d.ts", - "button/index.d.ts", - "button-group/index.d.ts", - "checkbox-control/index.d.ts", - "clipboard-button/index.d.ts", - "color-indicator/index.d.ts", - "color-palette/index.d.ts", - "color-picker/index.d.ts", - "dashicon/index.d.ts", - "date-time/index.d.ts", - "disabled/index.d.ts", - "draggable/index.d.ts", - "drop-zone/index.d.ts", - "dropdown/index.d.ts", - "dropdown-menu/index.d.ts", - "external-link/index.d.ts", - "focal-point-picker/index.d.ts", - "focusable-iframe/index.d.ts", - "font-size-picker/index.d.ts", - "form-file-upload/index.d.ts", - "form-toggle/index.d.ts", - "form-token-field/index.d.ts", - "higher-order/navigate-regions/index.d.ts", - "higher-order/with-constrained-tabbing/index.d.ts", - "higher-order/with-fallback-styles/index.d.ts", - "higher-order/with-filters/index.d.ts", - "higher-order/with-focus-outside/index.d.ts", - "higher-order/with-focus-return/index.d.ts", - "higher-order/with-notices/index.d.ts", - "higher-order/with-spoken-messages/index.d.ts", - "icon/index.d.ts", - "icon-button/index.d.ts", - "isolated-event-container/index.d.ts", - "keyboard-shortcuts/index.d.ts", - "menu-group/index.d.ts", - "menu-item/index.d.ts", - "menu-items-choice/index.d.ts", - "modal/index.d.ts", - "navigable-container/index.d.ts", - "notice/index.d.ts", - "panel/index.d.ts", - "placeholder/index.d.ts", - "popover/index.d.ts", - "primitives/block-quotation/index.d.ts", - "primitives/horizontal-rule/index.d.ts", - "primitives/index.d.ts", - "primitives/svg/index.d.ts", - "query-controls/index.d.ts", - "radio-control/index.d.ts", - "range-control/index.d.ts", - "resizable-box/index.d.ts", - "responsive-wrapper/index.d.ts", - "sandbox/index.d.ts", - "scroll-lock/index.d.ts", - "select-control/index.d.ts", - "shortcut/index.d.ts", - "slot-fill/index.d.ts", - "snackbar/index.d.ts", - "spinner/index.d.ts", - "tab-panel/index.d.ts", - "text-control/index.d.ts", - "textarea-control/index.d.ts", - "toggle-control/index.d.ts", - "toolbar/index.d.ts", - "toolbar-button/index.d.ts", - "tooltip/index.d.ts", - "tree-select/index.d.ts", "wordpress__components-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__compose/tsconfig.json b/types/wordpress__compose/tsconfig.json index 227ea5f0d3..aa803845a5 100644 --- a/types/wordpress__compose/tsconfig.json +++ b/types/wordpress__compose/tsconfig.json @@ -1,33 +1,33 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/compose": ["wordpress__compose"], - "@wordpress/element": ["wordpress__element"] + "@wordpress/compose": [ + "wordpress__compose" + ], + "@wordpress/element": [ + "wordpress__element" + ] } }, "files": [ "index.d.ts", - "higher-order/if-condition/index.d.ts", - "higher-order/pure/index.d.ts", - "higher-order/with-global-events/index.d.ts", - "higher-order/with-instance-id/index.d.ts", - "higher-order/with-safe-timeout/index.d.ts", - "higher-order/with-state/index.d.ts", - "hooks/use-media-query/index.d.ts", - "hooks/use-reduced-motion/index.d.ts", - "utils/create-higher-order-component/index.d.ts", "wordpress__compose-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__core-data/OTHER_FILES.txt b/types/wordpress__core-data/OTHER_FILES.txt new file mode 100644 index 0000000000..513c4343c7 --- /dev/null +++ b/types/wordpress__core-data/OTHER_FILES.txt @@ -0,0 +1,2 @@ +actions.d.ts +selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__core-data/tsconfig.json b/types/wordpress__core-data/tsconfig.json index 709c72bb93..3b1917106b 100644 --- a/types/wordpress__core-data/tsconfig.json +++ b/types/wordpress__core-data/tsconfig.json @@ -1,27 +1,38 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/api-fetch": ["wordpress__api-fetch"], - "@wordpress/core-data": ["wordpress__core-data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/data": ["wordpress__data"] + "@wordpress/api-fetch": [ + "wordpress__api-fetch" + ], + "@wordpress/core-data": [ + "wordpress__core-data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/data": [ + "wordpress__data" + ] } }, "files": [ - "actions.d.ts", "index.d.ts", - "selectors.d.ts", "wordpress__core-data-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wordpress__edit-post/OTHER_FILES.txt b/types/wordpress__edit-post/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__edit-post/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__edit-post/tsconfig.json b/types/wordpress__edit-post/tsconfig.json index 24a09c28dc..6255858f99 100644 --- a/types/wordpress__edit-post/tsconfig.json +++ b/types/wordpress__edit-post/tsconfig.json @@ -1,38 +1,45 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/data": ["wordpress__data"], - "@wordpress/components": ["wordpress__components"], - "@wordpress/edit-post": ["wordpress__edit-post"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/notices": ["wordpress__notices"], - "@wordpress/rich-text": ["wordpress__rich-text"] + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/components": [ + "wordpress__components" + ], + "@wordpress/edit-post": [ + "wordpress__edit-post" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/notices": [ + "wordpress__notices" + ], + "@wordpress/rich-text": [ + "wordpress__rich-text" + ] } }, "files": [ - "components/block-settings-menu/plugin-block-settings-menu-item.d.ts", - "components/header/plugin-more-menu-item.d.ts", - "components/header/plugin-sidebar-more-menu-item.d.ts", - "components/sidebar/plugin-document-setting-panel.d.ts", - "components/sidebar/plugin-post-publish-panel.d.ts", - "components/sidebar/plugin-post-status-info.d.ts", - "components/sidebar/plugin-pre-publish-panel.d.ts", - "components/sidebar/plugin-sidebar.d.ts", "index.d.ts", - "store/actions.d.ts", - "store/selectors.d.ts", "wordpress__edit-post-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__editor/OTHER_FILES.txt b/types/wordpress__editor/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__editor/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__editor/tsconfig.json b/types/wordpress__editor/tsconfig.json index 08eb969749..9541d7a3be 100644 --- a/types/wordpress__editor/tsconfig.json +++ b/types/wordpress__editor/tsconfig.json @@ -1,95 +1,69 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/api-fetch": ["wordpress__api-fetch"], - "@wordpress/block-editor": ["wordpress__block-editor"], - "@wordpress/block-editor/store/actions": ["wordpress__block-editor/store/actions"], - "@wordpress/block-editor/store/selectors": ["wordpress__block-editor/store/selectors"], - "@wordpress/blocks": ["wordpress__blocks"], - "@wordpress/components": ["wordpress__components"], - "@wordpress/core-data": ["wordpress__core-data"], - "@wordpress/data": ["wordpress__data"], - "@wordpress/editor": ["wordpress__editor"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/keycodes": ["wordpress__keycodes"], - "@wordpress/media-utils": ["wordpress__media-utils"], - "@wordpress/notices": ["wordpress__notices"], - "@wordpress/rich-text": ["wordpress__rich-text"] + "@wordpress/api-fetch": [ + "wordpress__api-fetch" + ], + "@wordpress/block-editor": [ + "wordpress__block-editor" + ], + "@wordpress/block-editor/store/actions": [ + "wordpress__block-editor/store/actions" + ], + "@wordpress/block-editor/store/selectors": [ + "wordpress__block-editor/store/selectors" + ], + "@wordpress/blocks": [ + "wordpress__blocks" + ], + "@wordpress/components": [ + "wordpress__components" + ], + "@wordpress/core-data": [ + "wordpress__core-data" + ], + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/editor": [ + "wordpress__editor" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/keycodes": [ + "wordpress__keycodes" + ], + "@wordpress/media-utils": [ + "wordpress__media-utils" + ], + "@wordpress/notices": [ + "wordpress__notices" + ], + "@wordpress/rich-text": [ + "wordpress__rich-text" + ] } }, "files": [ - "components/autocompleters.d.ts", - "components/autosave-monitor.d.ts", - "components/deprecated.d.ts", - "components/document-outline/check.d.ts", - "components/document-outline/index.d.ts", - "components/editor-history/redo.d.ts", - "components/editor-history/undo.d.ts", - "components/editor-notices.d.ts", - "components/error-boundary.d.ts", - "components/global-keyboard-shortcuts/text-editor-shortcuts.d.ts", - "components/global-keyboard-shortcuts/visual-editor-shortcuts.d.ts", - "components/index.d.ts", - "components/page-attributes/check.d.ts", - "components/page-attributes/order.d.ts", - "components/page-attributes/parent.d.ts", - "components/page-attributes/template.d.ts", - "components/post-author/check.d.ts", - "components/post-author/index.d.ts", - "components/post-comments.d.ts", - "components/post-excerpt/check.d.ts", - "components/post-excerpt/index.d.ts", - "components/post-featured-image/check.d.ts", - "components/post-featured-image/index.d.ts", - "components/post-format/check.d.ts", - "components/post-format/index.d.ts", - "components/post-last-revision/check.d.ts", - "components/post-last-revision/index.d.ts", - "components/post-locked-modal.d.ts", - "components/post-pending-status/check.d.ts", - "components/post-pending-status/index.d.ts", - "components/post-pingbacks.d.ts", - "components/post-preview-button.d.ts", - "components/post-publish-button/index.d.ts", - "components/post-publish-button/label.d.ts", - "components/post-publish-panel.d.ts", - "components/post-saved-state.d.ts", - "components/post-schedule/check.d.ts", - "components/post-schedule/index.d.ts", - "components/post-schedule/label.d.ts", - "components/post-sticky/check.d.ts", - "components/post-sticky/index.d.ts", - "components/post-switch-to-draft-button.d.ts", - "components/post-taxonomies/check.d.ts", - "components/post-taxonomies/index.d.ts", - "components/post-text-editor.d.ts", - "components/post-title.d.ts", - "components/post-trash/check.d.ts", - "components/post-trash/index.d.ts", - "components/post-type-support-check.d.ts", - "components/post-visibility/check.d.ts", - "components/post-visibility/index.d.ts", - "components/post-visibility/label.d.ts", - "components/provider.d.ts", - "components/table-of-contents.d.ts", - "components/unsaved-changes-warning.d.ts", - "components/word-count.d.ts", "index.d.ts", - "store/actions.d.ts", - "store/selectors.d.ts", - "utils/index.d.ts", "wordpress__editor-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__media-utils/tsconfig.json b/types/wordpress__media-utils/tsconfig.json index 513cff448c..8295729c0a 100644 --- a/types/wordpress__media-utils/tsconfig.json +++ b/types/wordpress__media-utils/tsconfig.json @@ -1,35 +1,57 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/api-fetch": ["wordpress__api-fetch"], - "@wordpress/block-editor": ["wordpress__block-editor"], - "@wordpress/blocks": ["wordpress__blocks"], - "@wordpress/components": ["wordpress__components"], - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/keycodes": ["wordpress__keycodes"], - "@wordpress/media-utils": ["wordpress__media-utils"], - "@wordpress/notices": ["wordpress__notices"], - "@wordpress/rich-text": ["wordpress__rich-text"] + "@wordpress/api-fetch": [ + "wordpress__api-fetch" + ], + "@wordpress/block-editor": [ + "wordpress__block-editor" + ], + "@wordpress/blocks": [ + "wordpress__blocks" + ], + "@wordpress/components": [ + "wordpress__components" + ], + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/keycodes": [ + "wordpress__keycodes" + ], + "@wordpress/media-utils": [ + "wordpress__media-utils" + ], + "@wordpress/notices": [ + "wordpress__notices" + ], + "@wordpress/rich-text": [ + "wordpress__rich-text" + ] } }, "files": [ - "components/index.d.ts", "index.d.ts", - "utils/index.d.ts", - "utils/upload-media.d.ts", "wordpress__media-utils-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__notices/OTHER_FILES.txt b/types/wordpress__notices/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__notices/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__notices/tsconfig.json b/types/wordpress__notices/tsconfig.json index 51022f5dd8..3ec1415ef3 100644 --- a/types/wordpress__notices/tsconfig.json +++ b/types/wordpress__notices/tsconfig.json @@ -1,26 +1,35 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/notices": ["wordpress__notices"] + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/notices": [ + "wordpress__notices" + ] } }, "files": [ "index.d.ts", - "store/actions.d.ts", - "store/selectors.d.ts", "wordpress__notices-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/wordpress__nux/OTHER_FILES.txt b/types/wordpress__nux/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__nux/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__nux/tsconfig.json b/types/wordpress__nux/tsconfig.json index 8878180090..97c40aea90 100644 --- a/types/wordpress__nux/tsconfig.json +++ b/types/wordpress__nux/tsconfig.json @@ -1,28 +1,36 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/nux": ["wordpress__nux"] + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/nux": [ + "wordpress__nux" + ] } }, "files": [ - "components/dot-tip.d.ts", "index.d.ts", - "store/actions.d.ts", - "store/selectors.d.ts", "wordpress__nux-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__rich-text/OTHER_FILES.txt b/types/wordpress__rich-text/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__rich-text/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__rich-text/tsconfig.json b/types/wordpress__rich-text/tsconfig.json index ae1361d1b5..f18141fae8 100644 --- a/types/wordpress__rich-text/tsconfig.json +++ b/types/wordpress__rich-text/tsconfig.json @@ -1,27 +1,36 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/rich-text": ["wordpress__rich-text"] + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/rich-text": [ + "wordpress__rich-text" + ] } }, "files": [ "index.d.ts", - "store/actions.d.ts", - "store/selectors.d.ts", "wordpress__rich-text-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/wordpress__viewport/OTHER_FILES.txt b/types/wordpress__viewport/OTHER_FILES.txt new file mode 100644 index 0000000000..a4fd8208ad --- /dev/null +++ b/types/wordpress__viewport/OTHER_FILES.txt @@ -0,0 +1,2 @@ +store/actions.d.ts +store/selectors.d.ts \ No newline at end of file diff --git a/types/wordpress__viewport/tsconfig.json b/types/wordpress__viewport/tsconfig.json index 8ab082a5b0..0f0ca866ba 100644 --- a/types/wordpress__viewport/tsconfig.json +++ b/types/wordpress__viewport/tsconfig.json @@ -1,29 +1,36 @@ { "compilerOptions": { "module": "commonjs", - "lib": ["dom", "es6"], + "lib": [ + "dom", + "es6" + ], "jsx": "preserve", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", - "typeRoots": ["../"], + "typeRoots": [ + "../" + ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@wordpress/data": ["wordpress__data"], - "@wordpress/element": ["wordpress__element"], - "@wordpress/viewport": ["wordpress__viewport"] + "@wordpress/data": [ + "wordpress__data" + ], + "@wordpress/element": [ + "wordpress__element" + ], + "@wordpress/viewport": [ + "wordpress__viewport" + ] } }, "files": [ - "if-viewport-matches.d.ts", "index.d.ts", - "store/actions.d.ts", - "store/selectors.d.ts", - "with-viewport-match.d.ts", "wordpress__viewport-tests.tsx" ] -} +} \ No newline at end of file diff --git a/types/workbox-background-sync/tsconfig.json b/types/workbox-background-sync/tsconfig.json index c27666d4f6..2de522a277 100644 --- a/types/workbox-background-sync/tsconfig.json +++ b/types/workbox-background-sync/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "Plugin.d.ts", - "Queue.d.ts", "workbox-background-sync-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-broadcast-update/tsconfig.json b/types/workbox-broadcast-update/tsconfig.json index 394c44f1b1..7a9502b007 100644 --- a/types/workbox-broadcast-update/tsconfig.json +++ b/types/workbox-broadcast-update/tsconfig.json @@ -19,9 +19,6 @@ }, "files": [ "index.d.ts", - "BroadcastCacheUpdate.d.ts", - "Plugin.d.ts", - "broadcastUpdate.d.ts", "workbox-broadcast-update-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-cacheable-response/tsconfig.json b/types/workbox-cacheable-response/tsconfig.json index ed8d13cec2..c44ae88be4 100644 --- a/types/workbox-cacheable-response/tsconfig.json +++ b/types/workbox-cacheable-response/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "CacheableResponse.d.ts", - "Plugin.d.ts", "workbox-cacheable-response-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-core/tsconfig.json b/types/workbox-core/tsconfig.json index a003697473..7d0d8da9c6 100644 --- a/types/workbox-core/tsconfig.json +++ b/types/workbox-core/tsconfig.json @@ -19,12 +19,6 @@ }, "files": [ "index.d.ts", - "cacheNames.d.ts", - "clientsClaim.d.ts", - "registerQuotaErrorCallback.d.ts", - "setCacheNameDetails.d.ts", - "skipWaiting.d.ts", - "types/WorkboxPlugin.d.ts", "workbox-core-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-expiration/tsconfig.json b/types/workbox-expiration/tsconfig.json index 8b23d30ff7..f88a1c1375 100644 --- a/types/workbox-expiration/tsconfig.json +++ b/types/workbox-expiration/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "CacheExpiration.d.ts", - "Plugin.d.ts", "workbox-expiration-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-google-analytics/tsconfig.json b/types/workbox-google-analytics/tsconfig.json index c34b15873d..30eea4a25b 100644 --- a/types/workbox-google-analytics/tsconfig.json +++ b/types/workbox-google-analytics/tsconfig.json @@ -19,7 +19,6 @@ }, "files": [ "index.d.ts", - "initialize.d.ts", "workbox-google-analytics-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-navigation-preload/tsconfig.json b/types/workbox-navigation-preload/tsconfig.json index d9762739cf..29542ac4bd 100644 --- a/types/workbox-navigation-preload/tsconfig.json +++ b/types/workbox-navigation-preload/tsconfig.json @@ -19,9 +19,6 @@ }, "files": [ "index.d.ts", - "disable.d.ts", - "enable.d.ts", - "isSupported.d.ts", "workbox-navigation-preload-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-precaching/tsconfig.json b/types/workbox-precaching/tsconfig.json index cf0937f208..0c08744b59 100644 --- a/types/workbox-precaching/tsconfig.json +++ b/types/workbox-precaching/tsconfig.json @@ -19,18 +19,6 @@ }, "files": [ "index.d.ts", - "PrecacheController.d.ts", - "addPlugins.d.ts", - "addRoute.d.ts", - "cleanupOutdatedCaches.d.ts", - "getCacheKeyForURL.d.ts", - "precache.d.ts", - "precacheAndRoute.d.ts", - "types/CleanupResult.d.ts", - "types/FetchListenerOptions.d.ts", - "types/InstallResult.d.ts", - "types/PrecacheEntry.d.ts", - "types/URLManipulation.d.ts", "workbox-precaching-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-range-requests/tsconfig.json b/types/workbox-range-requests/tsconfig.json index c1f02965b5..1155d342a2 100644 --- a/types/workbox-range-requests/tsconfig.json +++ b/types/workbox-range-requests/tsconfig.json @@ -19,8 +19,6 @@ }, "files": [ "index.d.ts", - "Plugin.d.ts", - "createPartialResponse.d.ts", "workbox-range-requests-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-routing/tsconfig.json b/types/workbox-routing/tsconfig.json index 6b6dcc8f6a..ad697fcc4b 100644 --- a/types/workbox-routing/tsconfig.json +++ b/types/workbox-routing/tsconfig.json @@ -19,17 +19,6 @@ }, "files": [ "index.d.ts", - "NavigationRoute.d.ts", - "RegExpRoute.d.ts", - "Route.d.ts", - "Router.d.ts", - "registerNavigationRoute.d.ts", - "registerRoute.d.ts", - "setCatchHandler.d.ts", - "setDefaultHandler.d.ts", - "types/HTTPMethod.d.ts", - "types/RouteHandler.d.ts", - "types/RouteMatchCallback.d.ts", "workbox-routing-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-strategies/tsconfig.json b/types/workbox-strategies/tsconfig.json index 5c01d42700..f2cbd4f8cd 100644 --- a/types/workbox-strategies/tsconfig.json +++ b/types/workbox-strategies/tsconfig.json @@ -19,12 +19,6 @@ }, "files": [ "index.d.ts", - "CacheFirst.d.ts", - "CacheOnly.d.ts", - "NetworkFirst.d.ts", - "NetworkOnly.d.ts", - "StaleWhileRevalidate.d.ts", - "types/MakeRequestCallback.d.ts", "workbox-strategies-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-streams/tsconfig.json b/types/workbox-streams/tsconfig.json index 70206380a5..7ecc575550 100644 --- a/types/workbox-streams/tsconfig.json +++ b/types/workbox-streams/tsconfig.json @@ -19,11 +19,6 @@ }, "files": [ "index.d.ts", - "concatenate.d.ts", - "concatenateToResponse.d.ts", - "isSupported.d.ts", - "strategy.d.ts", - "types/StreamSource.d.ts", "workbox-streams-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/workbox-window/tsconfig.json b/types/workbox-window/tsconfig.json index 342b69bb5f..952762a1cb 100644 --- a/types/workbox-window/tsconfig.json +++ b/types/workbox-window/tsconfig.json @@ -19,11 +19,6 @@ }, "files": [ "index.d.ts", - "Workbox.d.ts", - "messageSW.d.ts", - "types/WorkboxEvent.d.ts", - "types/WorkboxEventMap.d.ts", - "utils/EventTargetShim.d.ts", "workbox-window-tests.ts" ] } diff --git a/types/xml2js/tsconfig.json b/types/xml2js/tsconfig.json index b6c83dabe5..aef09ab70e 100644 --- a/types/xml2js/tsconfig.json +++ b/types/xml2js/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "lib/processors.d.ts", "xml2js-tests.ts" ] } \ No newline at end of file diff --git a/types/yadda/tsconfig.json b/types/yadda/tsconfig.json index b97d15cafc..75dca08276 100644 --- a/types/yadda/tsconfig.json +++ b/types/yadda/tsconfig.json @@ -18,47 +18,6 @@ }, "files": [ "yadda-tests.ts", - "lib/parsers/FeatureParser.d.ts", - "lib/parsers/FeatureFileParser.d.ts", - "lib/parsers/index.d.ts", - "lib/parsers/StepParser.d.ts", - "lib/FileSearch.d.ts", - "lib/plugins/mocha/StepLevelPlugin.d.ts", - "lib/plugins/mocha/ScenarioLevelPlugin.d.ts", - "lib/plugins/mocha/BasePlugin.d.ts", - "lib/plugins/CasperPlugin.d.ts", - "lib/plugins/index.d.ts", - "lib/localisation/French.d.ts", - "lib/localisation/Chinese.d.ts", - "lib/localisation/Polish.d.ts", - "lib/localisation/Language.d.ts", - "lib/localisation/Pirate.d.ts", - "lib/localisation/German.d.ts", - "lib/localisation/Spanish.d.ts", - "lib/localisation/Portuguese.d.ts", - "lib/localisation/Norwegian.d.ts", - "lib/localisation/English.d.ts", - "lib/localisation/Russian.d.ts", - "lib/localisation/Ukrainian.d.ts", - "lib/localisation/Dutch.d.ts", - "lib/localisation/index.d.ts", - "lib/Dictionary.d.ts", - "lib/Macro.d.ts", - "lib/converters/pass-through-converter.d.ts", - "lib/converters/table-converter.d.ts", - "lib/converters/list-converter.d.ts", - "lib/converters/float-converter.d.ts", - "lib/converters/integer-converter.d.ts", - "lib/converters/date-converter.d.ts", - "lib/converters/index.d.ts", - "lib/Platform.d.ts", - "lib/Interpreter.d.ts", - "lib/FeatureFileSearch.d.ts", - "lib/Library.d.ts", - "lib/Context.d.ts", - "lib/Yadda.d.ts", - "lib/index.d.ts", - "lib/EventBus.d.ts", "index.d.ts" ] -} +} \ No newline at end of file diff --git a/types/yaml/OTHER_FILES.txt b/types/yaml/OTHER_FILES.txt new file mode 100644 index 0000000000..b7e7035f27 --- /dev/null +++ b/types/yaml/OTHER_FILES.txt @@ -0,0 +1,7 @@ +map.d.ts +pair.d.ts +parse-cst.d.ts +scalar.d.ts +seq.d.ts +types/binary.d.ts +types/timestamp.d.ts \ No newline at end of file diff --git a/types/yaml/tsconfig.json b/types/yaml/tsconfig.json index 08e26a4bd0..9fe1fd475f 100644 --- a/types/yaml/tsconfig.json +++ b/types/yaml/tsconfig.json @@ -18,13 +18,6 @@ }, "files": [ "index.d.ts", - "map.d.ts", - "pair.d.ts", - "parse-cst.d.ts", - "scalar.d.ts", - "seq.d.ts", - "types/binary.d.ts", - "types/timestamp.d.ts", "yaml-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yargs/tsconfig.json b/types/yargs/tsconfig.json index 93c96061a3..dd10c56ee2 100644 --- a/types/yargs/tsconfig.json +++ b/types/yargs/tsconfig.json @@ -18,7 +18,6 @@ }, "files": [ "index.d.ts", - "yargs.d.ts", "yargs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/yargs/v12/tsconfig.json b/types/yargs/v12/tsconfig.json index 1418a29dcb..07c01a935f 100644 --- a/types/yargs/v12/tsconfig.json +++ b/types/yargs/v12/tsconfig.json @@ -23,7 +23,6 @@ }, "files": [ "index.d.ts", - "yargs.d.ts", "yargs-tests.ts" ] -} +} \ No newline at end of file diff --git a/types/youtube-player/OTHER_FILES.txt b/types/youtube-player/OTHER_FILES.txt new file mode 100644 index 0000000000..a7ccd36078 --- /dev/null +++ b/types/youtube-player/OTHER_FILES.txt @@ -0,0 +1,4 @@ +dist/FunctionStateMap.d.ts +dist/YouTubePlayer.d.ts +dist/functionNames.d.ts +dist/loadYouTubeIframeApi.d.ts \ No newline at end of file diff --git a/types/youtube-player/tsconfig.json b/types/youtube-player/tsconfig.json index 1abbcc804c..10640d238f 100644 --- a/types/youtube-player/tsconfig.json +++ b/types/youtube-player/tsconfig.json @@ -19,14 +19,6 @@ }, "files": [ "index.d.ts", - "dist/constants/PlayerStates.d.ts", - "dist/eventNames.d.ts", - "dist/functionNames.d.ts", - "dist/FunctionStateMap.d.ts", - "dist/index.d.ts", - "dist/loadYouTubeIframeApi.d.ts", - "dist/types.d.ts", - "dist/YouTubePlayer.d.ts", "youtube-player-tests.ts" ] -} +} \ No newline at end of file