All checks were successful
/ test (pull_request) Successful in 19s
Also adds implicit conversion configuration option to Type constructor, and institutes a numbers-only bundle, and supports argument matching with implicit conversions. Still need to test that a behavior that invokes implicit conversion ends up with the conversion operation as a dependency (and so regenerates itself if the conversion changes).
10 lines
252 B
JSON
10 lines
252 B
JSON
{
|
|
"imports" : {
|
|
"#nanomath": "./nanomath.js",
|
|
"#boolean/*.js": "./boolean/*.js",
|
|
"#core/*.js": "./core/*.js",
|
|
"#generic/*.js": "./generic/*.js",
|
|
"#number/*.js": "./number/*.js"
|
|
},
|
|
"type" : "module"
|
|
}
|