Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-20 | perf(core): Cache source lookups (#14816) | Nayeem Rahman | |
Keep a cache for source maps and source lines. We sort of already had a cache argument for source map lookup functions but we just passed an empty map instead of storing it. Extended it to cache source line lookups as well and plugged it into runtime state. | |||
2022-06-07 | refactor(core): Move Deno.core bindings to ops (#14793) | Nayeem Rahman | |