mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Refactor jsdoc types (#16)
* WIP * Fix type 1 * Missing types info * Some fixes * Several types refactoring and fixes * WIP * Fix grammar
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import Configuration from "../../Configuration.js"
|
||||
import VariableManagementNodeTemplate from "./VariableMangementNodeTemplate.js"
|
||||
|
||||
/** @typedef {import("../../element/NodeElement.js").default} NodeElement */
|
||||
|
||||
export default class VariableAccessNodeTemplate extends VariableManagementNodeTemplate {
|
||||
|
||||
/** @param {NodeElement} element */
|
||||
|
||||
Reference in New Issue
Block a user