* Add support for module.createRequire(filename) method and deprecated createRequireFromPath().
Use NodeRequireFunction as return type for createRequireFromPath and createRequire
* update version
* add url parameter
* remove url parameter
* Make CodeMirror.Editor extend CodeMirror.Doc
Per the documentation at https://codemirror.net/doc/manual.html#api
Methods prefixed with doc. can, unless otherwise specified, be called
both on CodeMirror (editor) instances and CodeMirror.Doc instances.
* Add comment and test
Declare JSX types and export a modified `Node` type containing
the union of `Node` from `@types/estree` plus JSX node types.
Like `@types/estree` this is a types-only package to aid consuming
ASTs created by various JavaScript parsers used in tooling.
* fix: getStoragetSync return value is incorrect.
* fix: The type of return value type of Storage is incorrect
* added parameter for GetStorageOptions.success
* added value parameter for setStorageSync
* fix setStorageSync with value: any
* update types for uni-app
* add class EditorContext for uni-app types
* fix lint for uni-app
* remove *.vue module for uni-app
* update types for uni-app
* update types for uni-app
* update types for uni-app
* update types for uni-app
* update types for uni-app
* update types for uni-app
* update types for uni-app
* update types for uni-app:fix boundingClientRect
* update types for uni-app: add onKeyboardHeightChange
* update types for uni-app: uni.checkSession
* update types for uni-app fixed uni.createMapContext
* update types for uni-app : add GetSystemInfoResult.safeArea
* update types for uni-app : uni.getSystemInfoSync
* update types for uni-app
* fix bugs with types
* fixed type errors
* more type errors fixed
* fixed errors and added missing type definitions
* fix all typos and added all missing ones
* change inappropriate names
* Updated names to be more accurate.
* adds EnumDWT_ConvertMode to make compatible with the old enum
* update to 14.2
* add v13
* delete v13 for test not pass
* remove base64
* fixed conflict
* add back GetLicenseInfo
* change header version to 14.2
* Added definitions for new APIs as well as APIs whose definitions were missing before. Also adding APIs for addons
* remove unused file
* adding types for barcode reader and changing the copyright year
* comment change, TS to 3.2.2
* adds more definitions to dwt barcode reader
* rollback
* update
* update index.d.ts
* Update Dynamsoft.d.ts
It's ok
* Update index.d.ts
1. update 2017 -> 2019
2. update parameters
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update addon.pdf.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
no changes but whites
* Update index.d.ts
TypeScript Version can be 3.2
2017 => 2019
* Update index.d.ts
rollback
* update
* Update index.d.ts
start new request
* Update index.d.ts
delete this file
* Update
delete this file
* a
a
* rollback
* update
* remove package.json
* add current version to v13
* 1) update to version 14.3.1
2) change index.d.ts declare Dynamsoft
* update comments
* remove WebTWAIN.d.ts
* change v13 tsconfig.json
* change to v14.3.1
* change to v14.3.1
* change to version 14.3
* change to version 14.3
* update
* update
* Update index.d.ts
* Update index.d.ts
* Update tsconfig.json
* Update tsconfig.json
* update
* update
* aa
* a
* a
* update
* remove dwt.d.ts
* remove v12
* update1
* update
* update
* a
* a
* a
* a
* a
* a
* a
* a
* d
* a
* a
* b
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* change to v15
* add enums
* remove enums
* Updating to v15.0.2
* roll back to 1 previous version
* add back v15 APIs
* fix errors
* fix errors attempt 2
* update to 15.1
* upgrade to v15.2
add tag image
* fixed a few bugs
* fix grammar errors
* create-react-class: default state to {}
It's irksome having to always provide a `{}`...
* Added props-without-state test
* Added props declaration to CCC
* fix(newrelic): make noticeError customAttributes signature wider
* chore: apply suggestions from code review
Co-Authored-By: Matt R. Wilson <github@mattw.co>
* Generated template files
* Added type definition for Worker resource
* Added type definition for Webhook resource
* Added type definition for Destination resource
* Added type definition for Recipient resource
* Added type definition for Task resource
* Added type definition for API helper
* Added type definition for HttpError helper
* Added type definition for metadata helper
* Added type definition for main Onfleet class
* Added index export for resources and helpers
* Added type definition for Admin resource
* Added type definition for Hub resource
* Added type definition for Organization resource
* Added type definition for Teams resource
* Added definition for Container resource
* Fixed insertTask definition
* Lint fixes:
-sorted class members ASC
-consistent interface naming
* Set Typescript version to 3.5
* Lint fixes:
- export all module declarations
- combined overload methods with optional params
* Renamed `Admin` module to `Administrator`
* Added tests
* Convert ES2015 modules to CommonJS modules
* Renamed resource files
to match package naming convention
* Removed unnecessary API type
* Removed resource index file
* Lint fixes: prefer single quotes
* Use require for module imports
* Set Typescript version to 3.5
* Fixed test module import
* Renamed import paths `Resources` to `resources`
* Deleted unused error module