31 Commits

Author SHA1 Message Date
Dylan Piercey
fe84fb345a
fix(compiler): no longer error when compiling from root dir 2020-11-19 20:38:55 -07:00
Dylan Piercey
c429ffb0aa
fix: babel-utils doesnt depend on compiler 2020-11-19 16:34:55 -07:00
Dylan Piercey
74d5f104b8 feat: cached compilations, nested tag analysis 2020-11-11 11:40:00 -07:00
Dylan Piercey
22e9322a7e
fix: no longer use fragments for preserved native els
(cherry picked from commit c167cfa1ab0d9d6db3aecc264fd830d804456f25)
2020-10-12 12:26:05 -07:00
Dylan Piercey
ffb7431790 refactor: move helpers into @marko/babel-utils 2020-09-22 13:55:59 -07:00
Dylan Piercey
d11174853f
fix(compiler): improve hash template id performance and consistency 2020-09-18 09:51:53 -07:00
Dylan Piercey
daf2b1af37
fix(compiler): normalize windows paths when creating relative requires 2020-09-18 08:34:46 -07:00
Dylan Piercey
f499634679
fix: typo with aria-describedby autocomplete
(cherry picked from commit cd12a3a68873c9ce72a3d94d861fe2f48b6a2228)
2020-08-26 08:22:03 -07:00
Dylan Piercey
8d736f25ba
Marko 5: Add modules option (#1595)
* feat: add option to output commonjs

* chore: move all snapshots inside separate folder
2020-08-18 13:38:45 -07:00
Dylan Piercey
7b7a4f9637
fix: component type use relative path in dev mode 2020-08-12 15:18:05 -07:00
Dylan Piercey
f14e46a1f3
feat: expose watch file meta data (#1591) 2020-08-05 13:40:51 -07:00
Dylan Piercey
212dda9c00
feat: add custom fileSystem config option (#1590) 2020-08-04 11:54:09 -07:00
Dylan Piercey
4eb13efdb4
chore: cleanup get loc util, expose single line loc 2020-07-31 13:51:27 -07:00
Dylan Piercey
bb818c8423
fix(compiler): regression with sourcemaps 2020-07-30 20:59:06 -07:00
Dylan Piercey
489af508b6
chore: rename posToLoc function 2020-07-30 20:42:34 -07:00
Dylan Piercey
680dad65da feat: improve index position to line, column perf 2020-07-30 20:36:55 -07:00
Dylan Piercey
94c41ca8f1 fix(compiler): false positive for concise mode dynamic tag error 2020-07-27 15:21:29 -07:00
Dylan Piercey
1e8938085a
fix(compiler): make taglib entry more bundler friendly 2020-07-24 11:34:43 -07:00
Dylan Piercey
af2bc2a11c
fix: load correct taglib utils based on env (#1585) 2020-07-24 11:03:06 -07:00
Dylan Piercey
9a2c439b74
fix: remove unecessary allExtensions api 2020-07-23 12:13:17 -07:00
Dylan Piercey
c45c082b8f
feat(compiler): expose register taglib api (#1583) 2020-07-22 09:59:30 -07:00
Dylan Piercey
ee6ad38d9f
feat: switch to storing marko meta on babels metadata 2020-07-07 13:05:05 -07:00
Dylan Piercey
0545aa8d29
refactor: extend babels file API and use their hub (#1578) 2020-07-07 11:11:13 -07:00
Dylan Piercey
9dc4d07d1b
fix: support manually registered taglibs 2020-07-06 11:04:28 -07:00
Dylan Piercey
f462d8ad95
fix: additional taglib cleanup for website support 2020-05-27 13:39:43 -07:00
Dylan Piercey
4390fd1654
feat: website compatibility fixes 2020-05-27 09:05:01 -07:00
Dylan Piercey
b9d4c46ff3
feat(compiler): require passing custom translator directly 2020-05-26 15:57:21 -07:00
Dylan Piercey
9df798af5e
fix: improve browser support for website (#1574)
* fix: improve browser support for website

* fix(compiler): failing test due to babel config
2020-05-26 14:34:52 -07:00
Dylan Piercey
a08b55ac8d
fix(compiler): regression causing marko plugin to not load 2020-05-19 13:55:04 -07:00
Dylan Piercey
ac9a4c58bd
fix(compiler): ensure marko babel plugin not overwritten 2020-05-19 13:24:20 -07:00
Michael Rawlings
02670c8693
feat: import compiler from marko-js/x
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
Co-authored-by: Andrew Gliga <agliga@ebay.com>
2020-02-24 21:15:05 -08:00