Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / josdejong/typed-function issues and pull requests

#168 - Please add MIT to package.json license field

Issue - State: closed - Opened by ronaldcurtis over 1 year ago - 1 comment
Labels: enhancement

#167 - License information not updated.

Issue - State: closed - Opened by cjayashantha over 1 year ago - 4 comments

#166 - Fixed typo

Pull Request - State: closed - Opened by dvd101x about 2 years ago - 1 comment

#165 - Suggestion about the homepage documentation

Issue - State: closed - Opened by dvd101x about 2 years ago - 2 comments

#164 - Set length property on typed functions

Issue - State: open - Opened by ChristopherChudzicki over 2 years ago - 4 comments

#163 - build(deps-dev): bump eslint-plugin-promise from 6.0.0 to 6.0.1

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#162 - build(deps-dev): bump eslint from 8.22.0 to 8.23.0

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#161 - build(deps-dev): bump uglify-js from 3.16.3 to 3.17.0

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#160 - Convert all files to ES module

Pull Request - State: closed - Opened by josdejong over 2 years ago - 1 comment

#159 - fix: Allow addTypes() even if Object type not present

Pull Request - State: closed - Opened by gwhitney over 2 years ago - 2 comments

#158 - fix: Avoid infinite loop in typed-function creation

Pull Request - State: closed - Opened by gwhitney over 2 years ago - 2 comments

#157 - typed() can enter infinite loop

Issue - State: closed - Opened by gwhitney over 2 years ago
Labels: bug

#156 - build(deps-dev): bump uglify-js from 3.15.5 to 3.16.3

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#155 - typed.addType() fails if there is no Object type

Issue - State: closed - Opened by gwhitney over 2 years ago - 1 comment
Labels: bug

#154 - Provide some API to access the currently-defined types

Issue - State: open - Opened by gwhitney over 2 years ago - 1 comment
Labels: enhancement

#153 - build(deps-dev): bump uglify-js from 3.15.5 to 3.16.2

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#152 - build(deps-dev): bump uglify-js from 3.15.5 to 3.16.1

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#151 - (Another) Experiment with converting codebase to TS

Pull Request - State: closed - Opened by mattvague over 2 years ago - 1 comment

#150 - build(deps-dev): bump uglify-js from 3.15.5 to 3.16.0

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#149 - Remove the `typed.ignore` option

Issue - State: closed - Opened by josdejong almost 3 years ago - 1 comment

#148 - Bump mocha from 9.2.2 to 10.0.0

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#147 - Alternate branch for Version 3

Pull Request - State: closed - Opened by gwhitney almost 3 years ago - 34 comments

#146 - Extend the benchmark section

Pull Request - State: closed - Opened by josdejong almost 3 years ago - 2 comments

#145 - Bump uglify-js from 3.15.3 to 3.15.4

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#144 - fix(convert): Allow more efficient type conversion in presence of overlapping types.

Pull Request - State: closed - Opened by gwhitney almost 3 years ago - 25 comments

#143 - fix(convert): Ensure convert succeeds when value has multiple types

Pull Request - State: closed - Opened by gwhitney almost 3 years ago - 5 comments

#142 - fix(typed): Return a function operating independently of type system

Pull Request - State: closed - Opened by gwhitney almost 3 years ago

#141 - Cannot merge typed functions with simple type system

Issue - State: closed - Opened by gwhitney almost 3 years ago - 2 comments

#140 - Possible roadmap feature: Implement subtypes

Issue - State: open - Opened by gwhitney almost 3 years ago - 1 comment
Labels: enhancement

#139 - Possible feature: client-supplied typing function

Issue - State: closed - Opened by gwhitney almost 3 years ago - 7 comments
Labels: enhancement

#138 - Proposal: provide mutating operations on typed functions

Issue - State: closed - Opened by gwhitney almost 3 years ago - 23 comments

#136 - Option A: keep functions unbound, replace `this` with `typed.self` (WIP)

Pull Request - State: closed - Opened by josdejong almost 3 years ago - 1 comment

#135 - feat: add isTypedFunction() and resolve() methods.

Pull Request - State: closed - Opened by gwhitney almost 3 years ago - 1 comment

#134 - fix(compareSignatures): prefer conversion to any

Pull Request - State: closed - Opened by gwhitney almost 3 years ago - 4 comments

#133 - Add isTypedFunction predicate and resolve function to select best matching signature

Issue - State: closed - Opened by gwhitney almost 3 years ago - 1 comment
Labels: enhancement

#132 - Fix #128: handle conversion of a value which has multiple matching types correctly (WIP)

Pull Request - State: closed - Opened by josdejong almost 3 years ago - 11 comments

#131 - Bump mocha from 9.2.1 to 9.2.2

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#130 - Bump uglify-js from 3.13.3 to 3.15.3

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#128 - `convert` fails to find valid conversion

Issue - State: closed - Opened by gwhitney almost 3 years ago - 9 comments
Labels: bug

#127 - Generated TypeError messages show offending argument _value_, and perhaps better type identification

Issue - State: open - Opened by gwhitney almost 3 years ago - 1 comment
Labels: enhancement, help wanted

#126 - Allow "recursion" calls to a specific signature more easily/naturally?

Issue - State: closed - Opened by gwhitney almost 3 years ago - 28 comments

#125 - Add handler for typed function signature mismatch

Pull Request - State: closed - Opened by gwhitney almost 3 years ago - 3 comments

#124 - Add return-type annotations?

Issue - State: open - Opened by gwhitney almost 3 years ago - 9 comments
Labels: enhancement, help wanted

#123 - Add a TypeScript declaration generator for a typed-function?

Issue - State: open - Opened by gwhitney almost 3 years ago - 39 comments
Labels: enhancement, help wanted

#122 - Bump uglify-js from 3.13.3 to 3.15.2

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#121 - Bump mocha from 8.3.2 to 9.2.1

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#120 - Bump uglify-js from 3.13.3 to 3.15.1

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#119 - Bump uglify-js from 3.13.3 to 3.15.0

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#118 - Bump mocha from 8.3.2 to 9.2.0

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#117 - Bump mocha from 8.3.2 to 9.1.4

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#116 - Bump uglify-js from 3.13.3 to 3.14.5

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#115 - Bump uglify-js from 3.13.3 to 3.14.4

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#114 - Bump uglify-js from 3.13.3 to 3.14.3

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#113 - Bump mocha from 8.3.2 to 9.1.3

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#112 - Bump mocha from 8.3.2 to 9.1.2

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#111 - Bump uglify-js from 3.13.3 to 3.14.2

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#110 - Bump mocha from 8.3.2 to 9.1.1

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#109 - Bump mocha from 8.3.2 to 9.1.0

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#108 - Bump uglify-js from 3.13.3 to 3.14.1

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#107 - Bump uglify-js from 3.13.3 to 3.14.0

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#106 - Bump mocha from 8.3.2 to 9.0.3

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#105 - add umd build

Pull Request - State: closed - Opened by jauco over 3 years ago - 3 comments

#104 - add an esmodule build

Issue - State: closed - Opened by jauco over 3 years ago - 6 comments
Labels: enhancement, help wanted

#103 - Bump mocha from 8.3.2 to 9.0.2

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#102 - Bump uglify-js from 3.13.3 to 3.13.10

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#101 - Bump mocha from 8.3.2 to 9.0.1

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#100 - Bump mocha from 8.3.2 to 9.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#99 - Bump uglify-js from 3.13.3 to 3.13.9

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#98 - Bump uglify-js from 3.13.3 to 3.13.8

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#97 - Bump uglify-js from 3.13.3 to 3.13.7

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#96 - Bump uglify-js from 3.13.3 to 3.13.6

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#95 - Bump mocha from 8.3.2 to 8.4.0

Pull Request - State: closed - Opened by dependabot[bot] almost 4 years ago - 1 comment
Labels: dependencies

#94 - [Security] Bump lodash from 4.17.19 to 4.17.21

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago
Labels: dependencies, security

#93 - [Security] Bump handlebars from 4.7.6 to 4.7.7

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago
Labels: dependencies, security

#92 - Bump uglify-js from 3.13.3 to 3.13.5

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago
Labels: dependencies

#91 - Upgrade to GitHub-native Dependabot

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 2 comments
Labels: dependencies

#90 - [Design question] Why don't typed functions inherit the name of untyped functions?

Issue - State: closed - Opened by m93a almost 4 years ago - 3 comments
Labels: question

#89 - TypeScript experiments

Pull Request - State: open - Opened by m93a almost 4 years ago - 19 comments

#88 - Bump uglify-js from 3.13.3 to 3.13.4

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#87 - Bump uglify-js from 3.12.8 to 3.13.3

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#86 - Bump uglify-js from 3.12.8 to 3.13.2

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#85 - Bump mocha from 8.3.0 to 8.3.2

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#84 - Bump uglify-js from 3.12.8 to 3.13.1

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#83 - Bump uglify-js from 3.12.8 to 3.13.0

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#82 - Bump mocha from 8.3.0 to 8.3.1

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#81 - Bump brace-expansion from 2.0.0 to 2.0.1

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#80 - Bump uglify-js from 3.12.7 to 3.12.8

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#79 - Bump mocha from 8.2.1 to 8.3.0

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#78 - Bump uglify-js from 3.12.2 to 3.12.7

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago
Labels: dependencies

#77 - Bump uglify-js from 3.12.2 to 3.12.6

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#76 - Bump uglify-js from 3.12.2 to 3.12.5

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#75 - Bump uglify-js from 3.12.2 to 3.12.4

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#74 - Bump uglify-js from 3.12.2 to 3.12.3

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#73 - Bump uglify-js from 3.12.1 to 3.12.2

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#72 - Bump uglify-js from 3.11.4 to 3.12.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#71 - Bump uglify-js from 3.11.4 to 3.11.6

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#69 - Bump mocha from 8.2.0 to 8.2.1

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#14 - Type conversion and `any`

Issue - State: closed - Opened by Hypercubed over 5 years ago - 10 comments
Labels: bug