Skip to content

Commit 1e0e4a4

Browse files
committed
move codegen into sub directory
1 parent 8d89d58 commit 1e0e4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

Diff for: src/compiler/codegen.js renamed to src/compiler/codegen/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* @flow */
22

33
import { genHandlers } from './events'
4-
import { baseWarn, pluckModuleFunction } from './helpers'
5-
import baseDirectives from './directives/index'
4+
import { baseWarn, pluckModuleFunction } from '../helpers'
5+
import baseDirectives from '../directives/index'
66
import { no } from 'shared/util'
77

88
// configurable state

0 commit comments

Comments
 (0)