issues
search
escalier-lang
/
escalier-next
Improved type safety with tight TypeScript interop
https://escalier-lang.github.io/escalier-next/
MIT License
14
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Handle interpolation in regex validated string types
#318
kevinbarabash
opened
3 months ago
0
Add support for basic regex validated string type
#317
kevinbarabash
opened
3 months ago
0
RFC for regex validated string types
#316
kevinbarabash
closed
3 months ago
5
Add support for regex literals
#315
kevinbarabash
opened
3 months ago
0
Document enums
#314
kevinbarabash
closed
3 months ago
0
Refactor how enums are parsed and type-checked
#313
kevinbarabash
closed
3 months ago
1
Change syntax for tuples from `[5, "hello"]` to `(5, "hello")`
#312
kevinbarabash
opened
3 months ago
0
Require mapped types to be optional if the key is an infinite set
#311
kevinbarabash
opened
3 months ago
0
Codegen template literals
#310
kevinbarabash
closed
4 months ago
1
Codegen new calls
#309
kevinbarabash
closed
4 months ago
1
Add rudimentary support for codegen of optional chaining
#308
kevinbarabash
closed
4 months ago
1
Optimize codegen output by renaming temporary variables
#307
kevinbarabash
closed
4 months ago
1
Idea for primary constructor in classes
#306
kevinbarabash
opened
4 months ago
0
Rethrow exceptions when codegen'ing catch clauses
#305
kevinbarabash
closed
4 months ago
1
Codegen try-catch
#304
kevinbarabash
closed
4 months ago
1
remove leading '|' from match cases and enum variants
#303
kevinbarabash
closed
4 months ago
1
Codegen pattern matching
#302
kevinbarabash
closed
4 months ago
1
Codegen if-let expressions
#301
kevinbarabash
closed
4 months ago
0
Codegen basic destructuring of objects and tuples
#300
kevinbarabash
closed
4 months ago
1
Codegen logical operators
#299
kevinbarabash
closed
4 months ago
1
Codegen assignments, unary operators, await, and indexing
#298
kevinbarabash
closed
4 months ago
1
Codegen tuples and immutable tuples/objects
#297
kevinbarabash
closed
4 months ago
0
Fix JSX fragment codegen
#296
kevinbarabash
closed
4 months ago
1
Figure out why object keys in import fixtures were codegen'd as strings instead of identifiers
#295
kevinbarabash
closed
4 months ago
0
Handle conflicts between local decls and auto imports
#294
kevinbarabash
opened
4 months ago
0
Codegen JSX
#293
kevinbarabash
closed
4 months ago
0
Copy more .d.ts files for the playground
#292
kevinbarabash
closed
4 months ago
0
Add react deps to the playground file descriptors
#291
kevinbarabash
closed
4 months ago
1
Support custom React functional components
#290
kevinbarabash
closed
4 months ago
0
type check JSX children
#289
kevinbarabash
closed
4 months ago
1
Use type param defaults when there aren't enough type args
#288
kevinbarabash
closed
4 months ago
1
Excess property checking
#287
kevinbarabash
opened
4 months ago
0
Update inferExpr to check the `typeAnn` param for all expression types
#286
kevinbarabash
opened
4 months ago
0
Merge `Foo` and `ReadonlyFoo` into a single Escalier type when importing types from TypeScript
#285
kevinbarabash
opened
4 months ago
0
Update inferExpr to take a 'typeAnn' param
#284
kevinbarabash
closed
4 months ago
1
Infer param types in inline callback from the callback param's types
#283
kevinbarabash
closed
4 months ago
1
Infer function signature type from VarDecl type annotation
#282
kevinbarabash
closed
4 months ago
1
Require type annotations on params in function types
#281
kevinbarabash
opened
4 months ago
0
Type check simple attributes on JSX elements
#280
kevinbarabash
closed
4 months ago
1
Provide proper type checking for `Object.assign()`
#279
kevinbarabash
opened
4 months ago
0
Check whether a value is an l-value or not when calling getPropType()
#278
kevinbarabash
closed
4 months ago
1
Make sure that Array.prototype.filter works correctly
#277
kevinbarabash
opened
4 months ago
0
Improve perf by switching to FSharp.HashCollections' HashMap
#276
kevinbarabash
closed
4 months ago
1
fix function overloads
#275
kevinbarabash
closed
4 months ago
1
Improve performance by switch to FSharp.HashCollections
#274
kevinbarabash
closed
4 months ago
1
Differentiate L-values from R-values when in `getProp` and when expanding `TypeKind.Index` in `expandType`
#273
kevinbarabash
opened
4 months ago
0
Generalize top-level variable declarations
#272
kevinbarabash
opened
4 months ago
0
Parse object literals with methods, getters, and setters
#271
kevinbarabash
opened
4 months ago
0
Parse object type annotations with methods, getters, and setters
#270
kevinbarabash
opened
4 months ago
0
Refactor error reporting of recovarable errors
#269
kevinbarabash
closed
4 months ago
1
Previous
Next