issues Search Results · repo:babel/sandboxes language:JavaScript
Filter by
16 results
(75 ms)16 results
inbabel/sandboxes (press backspace or delete to remove) - [ ] show AST at all steps in the transformation (babel-time-travel)
- archived repo: https://github.com/babel/babel-time-travel
- PR to add to current repl https://github.com/babel/website/pull/1736 ...
- ianjennings
- 1
- Opened on Jul 6, 2020
- #17
- [ ] option to show AST with code folding/highlighting (ASTExplorer)
- example: https://github.com/babel/website/pull/1933
- ianjennings
- 1
- Opened on Jul 6, 2020
- #16
Writing a Plugin
- Easier to generate code to assert a certain node (matcher) or generate a node (builder, t.StringLiteral)
Matcher?
const matcher = astMatcher( __any.method(__str_foo, [__arr_opts]) ...
- ianjennings
- 1
- Opened on Jul 6, 2020
- #15
As a user we have the ability to export the plugin we made to the monorepo.
This might be as simple as downloading the package as a zip.
- ianjennings
- 2
- Opened on Jul 6, 2020
- #14
Should be able to import plugin into the codesandbox from the babel source.
- ianjennings
- 1
- Opened on Jul 6, 2020
- #13
Related to #9, #10, we should be able to publish the sandbox config to a github gist.
This probably just means rendering it in copy + pastable markdown somewhere.
- ianjennings
- 1
- Opened on Jul 6, 2020
- #12
We should be able define test cases for the Babel via I/O
- be able to write test cases from input/outputs?
- be able to import tests from fixtures?
- ianjennings
- 2
- Opened on Jul 6, 2020
- #11
Related to #9, we should be able to hit fork button to clone the sandbox.
- ianjennings
- 2
- Opened on Jul 6, 2020
- #10
Sandbox should include some backend database (or otherwise) to persist state. This way, we hotlink another user to the
sandbox as we set it up.
- ianjennings
- 2
- Opened on Jul 6, 2020
- #9
Support importing dependencies dynamically (import()) - hack with adding scripts to the document
https://codesandbox.io/s/babel-plugin-import-modules-ws1yz?file=/src/standalone.js
- ianjennings
- 2
- Opened on Jul 6, 2020
- #8
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.