Skip to content

Commit

Permalink
Merge pull request #5417 from mkslanc/fix-typedef-import
Browse files Browse the repository at this point in the history
Fix wrong import path
  • Loading branch information
nightwing authored Dec 10, 2023
2 parents a7412b7 + 8d6d761 commit aac600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit_session/folding.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var MouseEvent = require("../mouse/mouse_event").MouseEvent;

/**
* @typedef {import("../edit_session").EditSession & import("../../ace-internal").Ace.Folding} IFolding
* @typedef {import("../ace-internal").Ace.Delta } Delta
* @typedef {import("../../ace-internal").Ace.Delta } Delta
*/

/**
Expand Down

0 comments on commit aac600d

Please sign in to comment.