Skip to content

Commit

Permalink
fix: missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored and ewanharris committed Jan 8, 2024
1 parent 29a8a54 commit 819d114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const _ = require('lodash');

exports.parse = function(node, state) {
_.extend(state, {
proxyPropertyDefinition: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const _ = require('lodash'),
U = require('../../../utils'),
tiapp = require('../../../tiapp'),
MIN_VERSION = '12.1.0';

exports.parse = function(node, state) {
Expand Down

0 comments on commit 819d114

Please sign in to comment.