mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 04:50:53 +08:00
Specify extension in include paths
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Grammar from "./Grammar"
|
||||
import Grammar from "./Grammar.js"
|
||||
import Parsimmon from "parsimmon"
|
||||
import SerializerFactory from "./SerializerFactory"
|
||||
import Utility from "../Utility"
|
||||
import IEntity from "../entity/IEntity"
|
||||
import SerializerFactory from "./SerializerFactory.js"
|
||||
import Utility from "../Utility.js"
|
||||
import IEntity from "../entity/IEntity.js"
|
||||
|
||||
/**
|
||||
* @typedef {import("../entity/IEntity").EntityConstructor} EntityConstructor
|
||||
|
||||
Reference in New Issue
Block a user