index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
typescript
Age
Commit message (
Expand
)
Author
2019-07-11
Remove TypeScript runtime and point to new repository
John J. Camilleri
2019-06-13
gflib.ts: put warning on console when function undefined
John J. Camilleri
2019-06-13
gflib.ts: fix in annotation when type is unknown
John J. Camilleri
2019-06-13
gflib.ts: generate source map, which is helpful for debugging
John J. Camilleri
2019-06-13
gflib.ts: handled unimplemented functions during linearisation
John J. Camilleri
2019-06-12
gflib.ts: also accept U+00C0-U+00FF (\192-\255) in idents in parseTree
John J. Camilleri
2019-06-12
gflb.ts: add comments about startsWith polyfill, making into module
John J. Camilleri
2019-06-10
Avoid modifying String prototype in TypeScript runtime
John J. Camilleri
2019-06-10
Use strict mode in TypeScript, catch some more corner cases
John J. Camilleri
2019-06-10
TypeScript readme
John J. Camilleri
2019-06-10
Add generated gflib.js under `typescript/js`. Add deprecation notice in `java...
John J. Camilleri
2019-06-10
Catch for when rules are undefined
John J. Camilleri
2019-06-10
Create copies when tagging
John J. Camilleri
2019-06-07
Support for `pre` in gflib.ts. Some type annotation fixes.
John J. Camilleri
2019-06-07
Porting of JS runtime to TypeScript (`gflib.ts`) complete
John J. Camilleri
2019-06-07
Remove type definitions gflib.d.ts which contained many errors and now obsolete
John J. Camilleri
2019-06-07
More type fixes in gflib.ts after setting noImplicitAny
John J. Camilleri
2019-06-07
Fix all type errs in gflib.ts except tagging ones. Add TS/eslint configs.
John J. Camilleri
2019-06-05
More progress on gflib.ts
John J. Camilleri
2019-06-04
Add `gflib.ts`, a port of JS runtime `gflib.js` into TypeScript (WIP)
John J. Camilleri
2019-05-29
Update TypeScript definitions for gflib.js
John J. Camilleri
2018-06-13
Add TypeScript type definitions for gflib.js
John J. Camilleri