Switch to ESM (#2138)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Exception } from '@handlebars/parser';
|
||||
import { COMPILER_REVISION, REVISION_CHANGES } from '../base';
|
||||
import { isArray } from '../utils';
|
||||
import CodeGen from './code-gen';
|
||||
import { COMPILER_REVISION, REVISION_CHANGES } from '../base.js';
|
||||
import { isArray } from '../utils.js';
|
||||
import CodeGen from './code-gen.js';
|
||||
|
||||
function Literal(value) {
|
||||
this.value = value;
|
||||
|
||||
Reference in New Issue
Block a user