Removed .js from all imports to smooth ts migration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import resolve, { toString } from '/imports/parser/resolve.js';
|
||||
import resolve, { toString } from '/imports/parser/resolve';
|
||||
|
||||
export default function evaluateCalculation(calculation, scope, givenContext) {
|
||||
const parseNode = calculation.parseNode;
|
||||
|
||||
Reference in New Issue
Block a user