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:
parent
27bf23db54
commit
e82bcf5a9c
4 changed files with 110 additions and 45 deletions
|
@ -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', () => {
|
Loading…
Add table
Add a link
Reference in a new issue