refactor: Include more code that should work for instantiating type templates

In particular, there is now an empty stub for the function that actually
  installs the instantiations into the PocomathInstance
This commit is contained in:
Glen Whitney 2022-08-03 17:55:53 -07:00
parent 27bf23db54
commit e82bcf5a9c
4 changed files with 110 additions and 45 deletions

View file

@ -1,5 +1,5 @@
import assert from 'assert'
import dependencyExtractor from '../../src/core/dependencyExtractor.mjs'
import {dependencyExtractor} from '../../src/core/extractors.mjs'
describe('dependencyExtractor', () => {
it('will record the keys of a destructuring function', () => {