Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
25716e7
add `jiti` and `detective-typescript` dependencies
RobinMalfait Mar 13, 2023
e1bc353
use `jiti` and `detective-typescript`
RobinMalfait Mar 13, 2023
f1614c8
use `@swc/core` instead of the built-in `babel` form `jiti`
RobinMalfait Mar 13, 2023
dff3dc9
update changelog
RobinMalfait Mar 13, 2023
de52eb7
add `jiti` and `detective-typescript` dependencies to `stable`
RobinMalfait Mar 14, 2023
ca82433
use `sucrase` to transform the configs
RobinMalfait Mar 14, 2023
44fffbb
add `sucrase` dependency to `stable` engine
RobinMalfait Mar 14, 2023
ff9540c
make loading the config easier
RobinMalfait Mar 14, 2023
96f683e
use abstracted loading config utils
RobinMalfait Mar 14, 2023
3a4a421
WIP: make `load` related files public API
RobinMalfait Mar 14, 2023
59f2594
use new config loader in PostCSS plugin
RobinMalfait Mar 14, 2023
08909e0
add list of default config files to look for
RobinMalfait Mar 14, 2023
7498f39
cleanup unused arguments
RobinMalfait Mar 14, 2023
90e3d8f
find default config path when using CLI
RobinMalfait Mar 14, 2023
ebec943
improve `init` command
RobinMalfait Mar 14, 2023
ddacbc8
make eslint happy
RobinMalfait Mar 14, 2023
b9dfa14
keep all files in `stubs` folder
RobinMalfait Mar 14, 2023
30cf66f
add `tailwind.config.js` stub file
RobinMalfait Mar 14, 2023
b3c6086
Initialize PostCSS config using the same format as Tailwind config
adamwathan Mar 14, 2023
33c3b04
Rename config content stubs to config.*.js
adamwathan Mar 14, 2023
13b03d7
Improve option descriptions for init options
adamwathan Mar 14, 2023
8283c2d
Remove unused code, remove `constants` file
adamwathan Mar 14, 2023
9604485
Fix TS warning
adamwathan Mar 14, 2023
76296e7
apply CLI changes to the Oxide version
RobinMalfait Mar 14, 2023
1ec55a2
update `--help` output in CLI tests
RobinMalfait Mar 14, 2023
f114cb0
WIP: make tests work on CI
RobinMalfait Mar 14, 2023
2367d02
wip
thecrypticace Mar 15, 2023
74d51f6
remove unused `fs`
RobinMalfait Mar 15, 2023
5f83b57
Fix init tests
thecrypticace Mar 15, 2023
8435352
bump `napi-derive`
RobinMalfait Mar 15, 2023
eeb8eb4
list extensions we are interested in
RobinMalfait Mar 15, 2023
407ab20
no-op the `removeFile` if file doesn't exist
RobinMalfait Mar 15, 2023
cbfae98
ensure all `init` flags work
RobinMalfait Mar 15, 2023
6813c0c
ensure we cleanup the new files
RobinMalfait Mar 15, 2023
1fd103f
test ESM/CJS generation based on package.json
RobinMalfait Mar 15, 2023
3254069
remove unnecessary test
RobinMalfait Mar 15, 2023
e3102e8
only look for `TypeScript` files when the entryFile is `TypeScript` a…
RobinMalfait Mar 15, 2023
eaac06c
refactor `load` to be `loadConfig`
RobinMalfait Mar 15, 2023
9fb6160
use the `config.full.js` stub instead of the `defaultConfig.stub.js` …
RobinMalfait Mar 15, 2023
2e385d5
apply `load` -> `loadConfig` changes to `Oxide` engine CLI
RobinMalfait Mar 15, 2023
9bcf8ba
ensure we write the config file in the Oxide engine
RobinMalfait Mar 15, 2023
444b526
improve type in Oxide engine CLI
RobinMalfait Mar 15, 2023
f40fdc4
catch errors instead of checking if the file exists
RobinMalfait Mar 15, 2023
e853901
ensure we publish the correct stub files
RobinMalfait Mar 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add jiti and detective-typescript dependencies
  • Loading branch information
RobinMalfait committed Mar 13, 2023
commit 25716e714e286f43d7123379e0a1b128d4de461c
Loading